/* CSS Document */

*
	{
		margin : 0 ;
	}

body {
	background : #b2bcc6 url(images/bg.gif);
	text-align : center ;
/*	padding-top:10px;*/
	}

#container {
	background : #EEE0A8;
	width : 95%;
	margin : 0 auto;
	text-align : left;
	border-left: 2px #036 solid;
	border-right: 2px #036 solid;
	border-top:4px #036 solid;
	border-bottom:4px #036 solid;
	font-family:"Comic Sans MS";
	color:#003366;
	font-size:10pt;
	}

/* HEADER */
#header {
	font-family:"Comic Sans MS", sans-serif;
	font-size: 2em;
	color:#003366;

	}
#bluerow {
	height:20px;
	background-color:#27517A;
	}

/* NAVIGATION */
#navigation {
	width:200px;
	padding-top:30px;
	text-align:left;
	vertical-align:top;
	}
#navigation p{
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	}
#navigation .navDate {
	text-align:center;
	color:#666666;
	}
#whatsnew {
	margin-left: 10px;
	width:225px;
	border:#27517A 2px solid;
	background-color:#CC3300;
	background : #b2bcc6 url(images/bg.gif);
	padding:25px;
/*	margin-right:25px;*/
	color:#17314A;
	}
#whatsnew h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#17314A;
	font-size:11px;
	font-variant:small-caps;
	text-align:center;
	font-weight:bolder;
	}	
#whatsnew p {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:12px;
	padding-left:5px;
	padding-right:5px;
	}
#whatsnew .red {
	color:#990000;
	font-variant:small-caps;
	font-weight:bold;
	font-size:10px;
	}

.content {
	background: #fff url(images/roundCorner-left.gif) top left no-repeat;
	padding:15px;
	font-family:"Comic Sans MS", sans-serif;
	}
.content h1 {
	font-size:18px;
	}
.content  h2 {
	font-size:14px;
	}
.content  p, .content ul {
	font-size: 13px;
	color:#000;
	padding-left:10px;
	}	
.content ul {
	font-size: 13px;
	color:#000;
	padding-left:30px;
	list-style-position:outside;
	}	
.content li {
	color:#000;
	padding-bottom:5px;
	margin-left:10px;
}
.content  a {
	color:#036;
	text-decoration:underline;
		}		
.content  a:link {
	color:#036;
	text-decoration:underline;
	}		
.content  a:visited {
	color:#036;
	}		
.content a:hover {
	color:#900;
	text-decoration:underline;
	background-color:#bcd;
	}					
.content #notice {
	background-color:#FFFF99;
	border:thin solid #990000;
	padding:15px;	
	float:left;
	margin-bottom:25px;
	}
.content #notice ul {
	list-style-position:inside;
	}				
/* end content code */

/* start footer code */
#footer {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	clear:both;
	}
#footer p {
	font-size:10px;
	line-height:18px;
	color:#666;
	}
#footer a {
	text-decoration:none;
	color:#666;
	}
#footer a:hover {
	color:#27517A;
	text-decoration:none;
	}
#footer .rogers {
	color:#666;
	}
#footer .rogers a {
	text-decoration:underline;
	color:#666;
	}
#footer .rogers a:hover {
	color:#27517A;
	text-decoration:underline;
	background-color:none;
	}
/* end footer code */

