@charset "UTF-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #999999;
	border-left-color: #999999;
	border-right-style: solid;
	border-left-style: solid;
}
#header  {
	margin: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	background-repeat: no-repeat;
	background-position: center top;
}
#nav {
	margin: 0px;
	height: 35px;
	padding-left: 5px;
	background-image: url(../images/nav.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent img {
	border: 1px solid #CCCCCC;
}
#mainContent  p  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	line-height: 1.2em;
}
#news {
	color: #333333;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	height: 310px;
	width: 290px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}
#news img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#news ul {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
#news li {
	list-style-image: url(../images/GrayArrow_Small.gif);
	overflow: auto;
	padding-bottom: 8px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 6px;
	font-size: 0.8em;
	padding-left: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	list-style-position: outside;
}
#news h1 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 10px;
}
#box  {
	overflow: auto;
	height: 240px;
	width: 290px;
	padding-top: 10px;
}
#home {
	background-image: url(../images/home.jpg);
	height: 100px;
	width: 524px;
	border: 1px solid #CCCCCC;
	float: left;
	padding-left: 20px;
	padding-top: 210px;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home p {
	color: #FC9021;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1em;
	font-weight: bold;
}
#footer  {
	padding: 0 10px;
	background-color: #662D8A;
}
#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-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.box {
	background-color: #FFFFFF;
	display: block;
	width: 255px;
	float: left;
	margin-top: 7px;
	margin-right: 17px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 7px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.SubMenuSmall {
	font-size: 90%
}
.subtitle {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

