/* CSS Document */

body { 
	padding: 0px; 
	margin: 0px; 
	color: black;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: x-small; 
	voice-family: "\"}\""; 
	voice-family: inherit;	
	font-size: small; }
	
html>body { 
	font-size: small; 
	}

#container { 
	width: 750px;
	border: 1px solid #000;
	margin: 0 auto;
	background-color: #333366;
	}

#wrapper {
	width: 750px;
	margin: 0 auto;
	}

#Title {
	margin: 0 auto;
	color: #fff;
	padding:0;
	border-bottom: 1px solid #ccc;
	text-align:center;
	}

#Title img { 
	padding-right: 10px;
	}
	
h1 {
	font-size: 1.5em;
	}

h2 { font-size: 1.25em;
	border-bottom: 1px dotted #333366; 
		}

#footer {
	clear:both;
	border-top: 1px solid #ccc;
	font-size: .75em;
	color: #fff;
	}
	
#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:none;
	}
	
#footer p {
	margin: 5px;
	}

/* CSS for side navigation */

#navLinks {
	float: left;
	width: 155px;
	}

#navLinks ul {
	width: 155px; /* Width of Menu Items */
	padding: 0; 
	list-style-type:none;
	margin:0;
	font-weight:bold;
	}

#navLinks ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 154px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#navLinks ul li a {
	display: block;
	text-decoration: none;
	background: #83A5CD; /* IE6 Bug */
	padding: 5px;
	font-weight:700;
	padding:4px 0 10px 10px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff; 
	}

#navLinks ul li a:hover {
	background-color: #333366;
	}

#navLinks ul li ul {
	text-transform: uppercase;	
	border-right: 1px solid #333366;
	border-top: 1px solid #333366;
	border-bottom: 1px solid #333366;
	}

#navLinks ul li ul li a {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #8BAC8B;
	background: #333366;
	color: #FFF;
	font-weight:600;
	font-size: .8em;
	}

/* Fix IE. Hide from IE Mac \*/
* html #navLinks ul li { float: left; height: 1%; }
* html #navLinks ul li a { height: 1%; }
/* End */

#navLinks ul li ul li a:hover 
{ 	
color: #FFF; /*#506850#8BAC8B */
background:#83A5CD;
text-decoration:none;
} /* Hover Styles */

#navLinks li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
#navLinks li:hover ul, li.over ul { display: block; } /* The magic */
	
#content {
	float: right;
	background: #fff;
	width: 580px;
	border: 1px solid #506850;
	border-top: 0px;
	border-bottom: 0px;
	padding: 5px;
	}
