body{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-image: url(/images/layout/bg_dark_blue.gif);
	background-repeat:repeat;
}

p{
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 90%;
}
h1{
	color: #336699;
	font-weight: normal;
	text-align:center;
	font-size:140%;
	padding:5px;
}

h2{
	color: #336699;
	font-weight: normal;
	font-size:120%;
	padding-top:5px;
	padding-left:15px;}

h3{
	color: #000000;
	font-weight: bold;
	font-size:110%;
	padding-top:5px;
	padding-left:15px;
}

h4{
	color: #990000;
	font-weight: bold;
	font-size: large;
}

h6{
	color: #336699;
	font-weight: normal;
	font-size: x-small;
}
a:link{
	color: #006699; text-decoration:none;
}

a:visited{
	color: #0000CC; text-decoration:none;
}			 
			 
a:hover{
	color: #CC0000;
	font-style: normal;
	text-decoration: underline;
}
		


/*************** list tag styles ***************/

ul{
 list-style-type:disc;
}

ul ul{
 list-style-type:circle;
}

ul ul ul{
 list-style-type:square;
}



/*************** end of list tag styles ***************/


#footer P{
	color: #FFFFFF;
	font-weight: normal;
	font-size: small;
}	

#footer A:link, #footer A:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}

#footer A:hover{
	color: #FFFFFF;
	text-decoration: underline;
	font-size: small;
	font-weight: normal;
}
		
#navbarBottom A:link, #navbarBottom A:visited	{
	color: #336699;
	text-decoration: none;
	font-size: small;
	font-weight: normal;
}

#navbarBottom A:hover{
	color: #CC0000;
	text-decoration: underline;
	font-size: small;
	font-weight: normal;
}
	
#navbarBottom P{
	color: black;
	font-weight: normal;
	font-size: small;
}

#navcontainer {
	min-width:123px;
}

#navcontainer ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:12px;
	font-weight:400;
	text-align:center;
	}
	
	
#navcontainer a
{
text-decoration:none;
display: block;
padding: 3px;
width: 123px;
}

#navcontainer a:link, #navcontainer a:visited
	{
	color:#000000;
	text-decoration:none;
	background-image:url(/images/layout/link.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#navcontainer a:active{
	color:#000000;
	text-decoration:none;
	background-image:url(/images/layout/selected.gif);
	background-repeat:no-repeat;
}

#navcontainer a:hover{
	color:#000000;
	background-image:url(/images/layout/hover.gif);
	background-repeat:no-repeat;
}
	
/**************************  Other nav ***************/
#othernav {
	min-width:123px;
	font-size:80%;
}
#othernav p {line-height:90%}

#othernav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-size:12px;
	font-weight:400;
	text-align:center;
	}
	
#othernav a
{
text-decoration:none;
display: block;
padding: 3px;
width: 123px;
}

#othernav a:link, #othernav a:visited
	{
	color:#000000;
	text-decoration:none;
	background-image:url(/images/layout/link_oth.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#othernav a:active{
	color:#000000;
	text-decoration:none;
	background-image:url(/images/layout/selected_oth.gif);
	background-repeat:no-repeat;
}

#othernav a:hover{
	color:#000000;
	background-image:url(/images/layout/hover_oth.gif);
	background-repeat:no-repeat;
}
/*****************************************************/
.indent {margin-left: 2em; margin-right:2em;}
.datatable  {text-align:center;}
#container {margin: 0 auto; width:40em; text-align: left;}
.center {text-align: center;}
.left {text-align: left;}
.small {font-size: 80%;}
.floatleft {float:left;}
.floatright {float:right;}
.big {font-size: 120%; font-weight:bold;}
.calendar {
font-size:90%;
margin:20px;
}

.calendar p {
margin-top:5px;
margin-left:10px;
}

#pubs {
background-color: #D7D7FF;
border: #666666 3px solid;
width: 250px;
float:right;
padding: 5px;
margin-left:10px;
margin-right:20px;
font-size: 90%;
}
#pubs ul {margin-left:10px; padding-left:10px;margin-top:3px;}
#pubs h3 {text-align:center; font-weight:bold; margin-top:3px;}
.panelwide {margin: 0 auto; background-color:#FFFFFF; width:95%; clear:both;}
.panel {margin:10px; background-color:#FFFFFF; width:44%; float: left; padding:5px;}
.title {background-color:#003366; color:#FFFFFF; text-align:center; font-size: 100%; font-weight:bold;}
.box {border:thin #003333 double; background-color: #DFEBEE; text-align:left; padding:10px; width:25em;margin:0 auto;}