/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #00007D;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 12px;/* part 1 of 2 centering hack */
	}
a {
	text-decoration: underline;
	font-weight: bold;
	color:  #cc0000;
	outline: none;
	font-size: 12px;
	}
a:visited {
	color:  #fff;
	text-decoration: none;
	}
a:active {
	color:  #cc0000;
	font-size: 14px;
	text-decoration: underline;
	}
a:hover {
	color: #0fc;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
.ahem {
	display: none;
	}
strong, b {
	font-weight: bold;
	}
p {
	font-size: 12px;
	line-height: 22px;
	margin-top: 15px;
	margin-bottom: 10px; 
	}
p2 {
	font-size: 11px;
	color: #800;
	line-height: 18px;
	margin-top: 15px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px; 
	}
/* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around.*/

h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-family: Tehoma, fantasy;
	margin-top: 0;
	margin-bottom: 0;
	}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
img {
	border: 0;
	padding: 15px;
	}
span.imgholder {
	display: block; 
	float: left; 
	background: url(dropshadow.png) no-repeat bottom right !important; 
	background: url(dropshadow.gif) no-repeat bottom right; 
	margin: 10px 7px 0 10px !important; 
	margin: 10px 0 0 5px; 
} 
span.imgholder img { 

	display: block; 
	position: relative; 
	background-color: #000; 
	border: 1px solid #ccc;
	margin: -3px 5px 5px -3px;  
	padding: 2px; 
} 
.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
	}
.iplinks {
	font-size: 10px;
	margin: 0;
	padding: 3px;
	border-width: thin;
}
.tiny {
	font-size: 9px;
	color: #888;
	line-height: 11px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:150px;
	margin-right:150px; 
	}
.tiny2 {
	font-size: 9px;
	color: #888;
	line-height: 11px;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left:5px;
	margin-right:5px;
	}
.dropcap {
float:left;
color:#0000F8;
font-size:60px;
line-height:50px;
padding-top:4px;
font-family: Arial, Helvetica, sans-serif;
} 
#logo-title {
	padding: 3px;
	margin-top: 4px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: 8px; 	/* opera does not like 'margin:8px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	font-style: italic; 
	font-size: 34px;
	line-height: 34px;
	margin-top: 3px;
	margin-bottom: 4px;
}
#slogan {
	padding: 4px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 8px;
	margin-left: auto; 	/* opera does not like 'margin:15px auto' */
	font-family: "Times New Roman", Times, "Trebuchet MS", fantasy;
	text-align:right; /* part 2 of 2 centering hack */
	font-size: 18px;
	color: #fff;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 0;
	}
#top_menu {
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	text-align:center; /* part 2 of 2 centering hack */
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	width: 480px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 430px;
	}
#bot_menu {
	padding: 20px;
	margin-top: 5px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left:22%; 	/* opera does not like 'margin:20px auto' */
	text-align:center; /* part 2 of 2 centering hack */
	font-size: 10px;
	line-height: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	width: 580px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 530px;
	}
#content {
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: 20%; 	/* opera does not like 'margin:20px auto' */
	background: #fff;
	text-align:left; /* part 2 of 2 centering hack */
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px;
	}
#content2 {
	padding: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: 200px; 	/* opera does not like 'margin:20px auto' */
	background: #fff;
	text-align:left; /* part 2 of 2 centering hack */
	width: 600px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 570px;
	}
#linkSide {
	padding: 5px;
	margin-top: 200px;
	margin-bottom: auto;
	margin-right: 20%;
	margin-left: 5px; 	/* opera does not like 'margin:20px auto' */
	text-align:left; /* part 2 of 2 centering hack */
	color:#fff;
	width: 120px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 100px;
	}
html>body #content {
	width: 570px; /* ie5win fudge ends */
	}
pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}

/* End Stylesheet */
