/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font: 85% helvetica, verdana, sans-serif;
	text-align: center;
	/*color: #333*/
	background-color: #CCCCCC;
	background-image: url(img/gradBG.jpg);
}


a:link { color: #000000; }

a:visited { color: #600; }

a:hover, a:active {
	color: #000000;
	background-color: #DA1F28;
	font-style: normal;
	font-weight: bold;
}

h2 {
	color: #211842;
	font: bold 120% georgia, times, "times new roman", serif;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3 {
	color: #5B5E0E;
	font: bold 105% georgia, times, "times new roman", serif;
	margin-top: 0;
	text-align: left;
}

#container {
	margin: 1em auto;
	width: 900px;
	text-align: left;
	background-color: #fff;
	border-top: 4px solid #676767;
	border-right: 4px solid #676767;
	border-bottom: none;
	border-left: 4px solid #676767;
}
	
#container_video {
	margin: 1em auto;
	width: 900px;
	text-align: left;
	background-color: #fff;
	border-top: 4px solid #676767;
	border-right: 4px solid #676767;
	border-bottom: none;
	border-left: 4px solid #676767;
}

#cornerpic {
	/*margin: 1em auto; */
	width: 720px;
	text-align: left;
	
}

#video_page {
	/*margin: 1em auto; */
	width: 900px;
	text-align: left;
	
}


#header {
	height: 120px;
	background-image: url(img/header_2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 8px solid #676767;
	position: relative;
}

#header h1 {
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#leftpic {
	height: 200px;
	margin-bottom: 20px;
	/*background-image: url(img/cake.jpg);
	background-repeat: no-repeat;
	background-position: center;*/

}

#links {
	border-right: 1px solid #1b1841;

}
	
/*#mainnav {
	text-align: right;
	padding: 0px;
	margin: 0px;
	width: 720px;
	height: 27px;
	background-image: url(images/grey_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#mainnav div { 
	float: right;
	text-align:center;
	width: 120px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 27px;
	}

#mainnav a {
		color:#fff;
		text-decoration: none;
}
		
#mainnav a:hover {
		display:block;
		color:#000;
		background-image: url(images/grey_tab.gif);
	    background-repeat: no-repeat;
	    background-position: top;
}
*/

#menu {
	float: left;
	width: 170px;
	/*border-right: 1px solid #1b1841;*/
	margin-top: 20px;
	padding-left: 0px;
	/*padding-top: 30px; */
}

#worddoc {
	width: 130px;
	background-image: url(img/cake.jpg);
	background-repeat: no-repeat;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#pagelocation {
	padding-left: 15px;

}

#contents {
	margin: 0px 40px 0px 50px;
	padding-left: 20px;
	
}

#contents p { line-height: 165%; 
}


/*a:hover, a:active {
	color: #000000;
	background-color: #DA1F28;
	font-style: normal;
	font-weight: bold;
}*/


#contents p a:link, a:visited{
	color:#333333;
}

#contents p a:hover, a:active {
	color: #999999; /*grey*/
	background-color:#FFFFFF; /*white*/
	font-style: normal;
	font-weight: normal;
}



.blogentry {
	border-bottom: none;
	margin-top: 20px;
	margin-left: 39px;
	margin-right: 20px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

.imagefloat {
	float: none;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}

.worddoc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;	
}	


#footer {
	clear: both;
	color: #333333;
	background-color: #CCCCCC;
	text-align: center;
	padding: 4px;
	font-size: 80%;
	font-style: italic;
	font-weight: bold;
	border: 1px solid #030303;

}

                    