/* CSS Document */
/* start layout */


body {
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	line-height: 150%;
	font-weight: normal;
	color: #006699;
	text-decoration: none;	
}

#textOnly {
	display:block;
	top: 0;
	left: 0;
	width: 100%;
	height:auto;
	padding: 15px 0 15px 25px;
	background-color:#003366;
}

#textOnly h1{
	font-size: 200%;
	color:#FFFFFF;
	font-weight: bold;
}

#top {
	display: none;	
}

#leftNav {
	float:left;
	width: 208px;
	margin: 0 0 0 0 ;
	background-color:#006699;
	text-align: left;
	vertical-align: top;	
}

#leftNavTop {
	height: 41px;
	padding-top: 1px;
}

#leftNavBot {
	display: none;
}

#rightNav {
	display: none;
}

#content {
	margin: 0 10px 0 150px;
	border-left: 2px solid darkblue;
	max-width: 48em;
	min-width: 20em;
	min-height: 25em;
	padding: 20px 20px 0 80px;
	background-color: #ffffff;
}

#footer {
	display: none;
}

#bottom {
	clear: both;
	margin: 0;
	padding: 20px 0 20px 80px;
	/padding-left: 120px;
	color: #333;
	background-color: #fff;
	border-top: 1px solid gray;
	background-color:#003366;
}


/* end of layout */

/*style*/

#leftNav p {
	padding: 0px 15px 0px 15px;
	font-size: 100%;
	font-weight:bold;
	color: #FFFFFF;
	vertical-align: top;
	text-align:center;
}

#rightNav p {
	padding: 0px 15px 0px 15px;
	font-size: 110%;
	text-align: center;
	color: #000000;
	vertical-align: top;
}

#content h2 { 
	margin: 0 0 0 0; 
	font-size: 125%;
	font-weight: bold;
}

#content h3 {
	font-size: 110%;
	color:#990000;
	font-weight:400;
}

#content h4 {
	font-size: 100%;
	color:#990000;
	font-weight:400;
	text-indent: 20px;
	line-height: 50%;
	font-style: italic;
}

#content p, li {
	padding: 0px 15px 0px 15px;
	vertical-align:middle;
	list-style-type: square;
	text-decoration: none;
	list-style-position: inside;
}

#content li {
	line-height: 200%;
}

#content td {
	font-size:100%;
	color: #285151;
}

#content th {
	color:#285151;
	font-size: 110%;
	font-weight:bold;
	text-align:left;
	background-color:#BACFE0;
}

#content a {
	font-weight:bold;
	color:#003333;
	text-decoration:none;
}

#content a:hover {
	color:#990000;
}

#content .p2 {
	padding: 0 30px 0 30px;
}

#leftNavTop p {
	margin-top: 5px;
	/padding-top: 2px;
	font-size: 120%;
	color: #ffffff;
	font-weight:bold;
	text-align:center;
}

#navReturn {
	text-align: right;
	
}

#navReturn a {
	font-weight:bold;
	color:#003366;
	text-decoration:none;
}

#navReturn a:hover {
	color:#990000;
}
/* end style */

/* start graphic positions */
#ring {
	display:none;
}

#title {
	display: none;
}

#lifeline {
	display: none;
}

#skipNav {
	display: none;
}

/*end graphic positions */

/* start navigation */

/* horizontal navig */

#nav ul{
	margin: 0;
}

#nav ul li{
   display : inline;
   
}
#nav ul li a{
	padding: 0 2px 10px 2px;
	margin: 0 10px 10px 10px;
	color:#ffffff;
	text-decoration: none;
	font-size: 100%;
	font-weight : bold;
	background-color:#003366;
	 		
}

#nav ul li a:hover{
	color:#00FF00;
}

/* end horizontal navig */

/* expandable navig */

#odo, #odoa, #odo2 {
	margin-left: -25px;
	/margin-left: 5px;
	
}

#ul1 #ul2 { 
	margin-left: 10px; 
}

#ul1, #li1 { 
	padding: 0px; 
	margin-left: 10px;
	margin-right: 10px; 
	list-style-type: none; 
	color: #FFFFFF; 
	font-weight: bold; 
	display: inline; 
}

#li1 a {
	/margin: 0 0 0 1em;
	padding: 0.5em 0 0.5em 0;
	border-bottom: 1px solid #ffffff;
	text-decoration: none;
	width: 180px;
	/width: 175px;
	height: auto;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	font-size: 100%;
	line-height: 120%;
}
#li1 a:hover {
	background-color: #003366;
	color:#00FF00;
	font-weight: bold;
}

#li1 li a {
	padding:5px 0 0 15px;
	margin: 0 0 0 5px;
	font-size: 100%; 
	color:#FFFF00;
	width: 150px;
	height: auto;
}

#li1 li a:hover { 
	background-color:#CC0000;
	color:#FFFFFF; 
	height: auto;
	
}
#li1 li a:active {
	color:#00FFCC; 
	font-weight: normal; }
	
/* end menu */

/* end expandable navig */

/* end navigation */

