@charset "utf-8";
/* CSS Document */

/*---------- Main Elements ----------*/

body {
	font-size: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. Set to left aligned default in the #container selector */
	color: #000000;
	background-image:url(../_images/Page_Background.jpg);
	background-repeat:repeat-x;
	background-color: #e6e9e9;
	margin: 0;
}
th, td {
    padding: 0;
}

#container {
	width: 800px;
	margin: 10px auto 0px;
	padding: 0px;
	text-align: left;
} 
#header {
	padding: 0;
	margin: 0px 0px 10px 0px;
} 
#contentWrapper {
	margin:10px 0 0;
	padding:1px;
	background-image:url(../_images/Menu_BG.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#mainContent {
	margin: 0 15px;
	padding: 0;
	width: 770px;
	background-color:#e1e2e4;
}
#content {
	padding: 20px;
	margin: 0px;
	min-height: 400px;
}
#sidebar1 {
	width: 225px;
	padding: 0px;
	background-color: #CDCDCD; /* the background color will be displayed for the length of the content in the column, but no further */
	float: right;
	margin-left: 15px;
}
#footer {
	margin: 0 15px;
	padding: 5px 10px;
	background-color: #56040a;
	border-top-color: #ffcf11;
	border-top-style: solid;
	border-top-width: 3px;
	color:#FFF;
} 

/*---------- Header Navigation Sytle ----------*/

/*See SpryMenuBarHorizontal.css*/

/*---------- Sidebar Navigation Sytle ----------*/

#sidebar1 ul {
	margin: 15px 0 0;
	padding: 1px;
	list-style-type: none;
	display: block;
}
#sidebar1 ul li {
	margin:0px;
	padding:0px;
}
#sidebar1 ul li.button {
	background-image: ;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 35px;
	width: 209px;
	margin: 0px auto 5px;
	padding: 0px;
	display:block;
	border: 1px solid #cdcdcd;
	background-image: url(../_images/Pgrm-header_BG.jpg);
}
#sidebar1 ul li.button a:link, #sidebar1 ul li.button a:visited {
	color:#79181f;
	margin:0px;
	text-decoration:none;
	font-size: 22px;
	font-weight:bold;
	display: block;
	padding-left:15px;
	cursor: default;
}
/*#sidebar1 ul li.button a:hover, #sidebar1 ul li.button a:active {
	color:#ffcf11;
}*/
						  
#sidebar1 ul li.imgButton a img {
	margin: 1px 8px;
	border: 3px solid #cdcdcd;
}
#sidebar1 ul li.imgButton a:hover img{
	border: 3px solid #ffcf11;
}


/*---------- Header Elements ----------*/

#header img.banner {
	display:block;
	top: 0px;
	margin: 0px;
	padding: 0;
	border: none;
}

/*---------- Main Content Elements ----------*/

#content h1, h2, h3, h4, h5 {
	padding: 0;
	margin: 0px;
	color: #510006;
	text-decoration: underline;
}
#content p {
	padding: 0 0 15px 15px;
	margin: 0px;
	line-height: 20px;
	font-size: 15px;
}
#content h1 {
	font-size: 30px;
	padding-bottom: 10px;
}
#content h2 {
	font-size: 24px
}
#content h2, h3, h4, h5 {
	padding-left: 15px;
}
#content h4, h5 {
	text-decoration: none;
}
#content img {
	padding: 0;
	margin: 15px;
	border: 3px solid #822128;
}
#content .articles a:link, #content .articles a:visited {
	color: #510006;
}
#content .articles a:hover, #content .articles a:active {
	color: #8C000B;
}
#content .news {
	height: 165px;
	width: 475px;
	border: 3px solid #cdcdcd;
	overflow: auto;
	background-color: #ffffff;
	padding: 10px;
}
#content .news .articles {
	font-size: .95em;
	line-height: 1.75em;
}
#content .news .articles a:link, #content .news .articles a:visited {
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	color: #510006;
	font-size: 1.1em;
	text-decoration: none;
}
#content .news .articles a:hover {
	color: #8C000B;
	text-decoration:blink;
}

#content #login {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}



/*---------- Sidebar Content Elements ----------*/

#sidebar1 #login {
	padding: 20px 10px;
}
#sidebar1 #login input.text:focus { /*applies bkgrd color in text field with focus*/
	background-color:#FF9;
}

/*---------- Footer Content Elements ----------*/

#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.8em;
	text-align: center;
}

/*---------- Splash Page Content Elements ----------*/

#splash {
	height: 500px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
	text-align: center;
}
#splash img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#splash .announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-top: 30px;
	line-height: 4em;
}

/*---------- Miscellaneous classes for reuse ----------*/

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
sup,sub { /* this element maintains the sigle line height when tags are applied to text */
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	vertical-align: bottom;
	position: relative;
}
sup {	bottom: 1ex;}
sub {	top: .5ex;} 
