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

html {height:100%;}
body {
	margin:0; 
	height:100%;
	font-family:Geneva;
	background:#6b768b;
}
td, p {
	font-family:Geneva;
}
a:link {color:#3282cd;}
a:visited {color:#2b5d8c;}
a:active {color:#003f7a;}
a:hover {color:#1f5f9c; text-decoration:none;}

img {border:none;}

#layout {
	width:80%; 
	min-width:700px; 
	height:100%;
	margin: 0 auto; 
	padding:4px;
	height:100%; 
	background:#FFFFFF;
}
#header {text-align:center; background: url(../images/pinstripeblue.png); height:95px;}
#navigation {
	text-align:right;
	width:20%;
	font-family:Verdana;
	font-weight:bold;
	background:#fafffe;
	padding-right:7px;
}
#navigation a {
	font-weight:normal; font-family: sans-serif; font-size: 8pt;
	display: block; background: #EAF8FF;
	border: 2px outset #fafffe;
	margin: 3px; padding:1px 2px 1px 0;
}
#navigation a:link {text-decoration:none;}
#navigation a:visited {text-decoration:none;}
#navigation a:active {text-decoration:none;}
#navigation a:hover {border: 2px inset blue; background: #009ECC; color:#CCEDFF;}
#footer {background:#f0f8ff;}
#main {width:80%; float:right;}
.p_cont {margin:0.7em;text-indent:1em;}
.content {margin:5px 8px 15px 12px;border:1px solid #125594}
.conth {
	border-bottom: 1px dashed #81511D; 
	background: #333333; 
	color: #FFCC00; 
	font-size:1.07em;
	margin: 0 0 10px 0;
	padding: 2px 0;
	height: 21px;
}
.conth a {color:#FFCC00;}
.conth a:hover {color:#FFFF00; text-decoration:none;}

.style2 {text-align:center; font-size:11px; font-family:"Times New Roman", Times, serif;}
