@charset "utf-8";
/* CSS Document */

body { /* this is the entire page */
    font-family: Arial, Helvetica, sans-serif;
    background: #FFFFFF url('imgs\\background_tile.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
}
#container { /* this is the holder for the page content */
    width: 960px;
    border: 0px solid #cccccc;
    padding: 0px; /* pad the content a little */
    margin: 0px auto; /* this centers the container */
}

#header { /* this affects the whole header */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}

div#logo {
	clear:left;
	width:266px;
	height:128px;
	display:inline;

	border: 0px solid #ff0000;
}

div#nav {
	float:right;
	clear:left;
	width:690px;
	display:inline;
	margin-top:52px;
	margin-left:0px;
	
	border: 0px dotted #ff0000;

}
div#nav li {
	display:inline;
	margin: 0 12px 0 0;
}
div#nav a:link, #nav a:visited {
	font: normal 14px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#060639; /* Dark Blue */
	text-decoration:none;
}
div#nav a:hover {
	font: normal 14px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#660000; /* maroon */
	text-decoration:underline;
}	
div#nav a:active {
	font: normal 14px/14px Verdana, Arial, Helvetica, sans-serif;
	color:#660000; /* maroon */
	text-decoration:underline;
}

#contents div {
	font:normal 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #060639;
}
#contents ul {
	list-style-image: url('imgs/bullet.gif');
	line-height:1.75em;
}

#contents em {
	text-decoration: underline;
	font-weight: bold;
	font-style:italic;
}
#contents a:link, #contents a:visited {
	font: normal 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#660000; /* maroon */
	text-decoration:underline;
}
#contents a:hover, #contents a:active {
	font: normal 14px/18px Verdana, Arial, Helvetica, sans-serif;
	color:#060639; /* dark blue */
	text-decoration:underline;
}
div#footernav {
	margin-top:35px;
	width: 100%;
	text-align: center;
}
#footernav ul{
	text-align:center;
}
#footernav li{
	display:inline;
	margin: 0 5px 0 5px;
}
#footernav a:link, footernav a:visited {
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
#footernav a:hover, footernav a:active {
	font: normal 10px/10px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: underline;
}
#footernav ul {
	margin-left:-40px;
}
#footer {
	width:100%;
    font-size: 60%; /* make the text smaller than body */
    color: #999999; /* set the text color to gray */
    text-align: center; /* right justify the text */
	clear:both;
}
#footer a:link, #footer a:visited {
    text-decoration: none;
    border-bottom: 1px dotted #999; /* shorthand for #999999 */
    color: #999;
}
#footer a:hover, #footer a:active { border-bottom-style: solid; }