/* CSS Document */
html{	
	height:100%
}
html, body, p, h1, h2, h3, form, fieldset, div, img{margin: 0; padding: 0; border: 0;}

body {
	height:100%;
	margin: 0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	background: url(/images/bg2.jpg); 
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:top;
}

p{line-height:1.5em; text-align:justify;font-size:14px;font-family:Verdana, Arial, Helvetica, sans-serif;}
.small{font-size:12px}
.smaller{font-size:10px}

.wrapper{ height:100%; width:771px; margin-left:auto; margin-right:auto}
.header{ height:136px; width:771px; background:url(/images/top.png) no-repeat;}
.menu{ height:60px;}
.content{ padding:10px 10px 30px 10px; vertical-align:top; background:url(/images/white3.png) repeat-y;}

.yel{background:url(/images/yellow.png) no-repeat; }
.yel2{background:url(/images/yellow2.png) no-repeat; }
.yel3{background:url(/images/yellow3.png) no-repeat; }
.gre{background:url(/images/gre.png) no-repeat; }
.gre2{background:url(/images/gre2.png) no-repeat; }
.gre3{background:url(/images/gre3.png) no-repeat; }
.red{background:url(/images/red.png) no-repeat; }
.red2{background:url(/images/red2.png) no-repeat; }
.red3{background:url(/images/red3.png) no-repeat; }


#topNav {
	position:absolute;
	height:35px;
	z-index:1;
	margin-left:auto; 
	margin-right:auto;
	width:771px;
	top: 93px;
	text-align:right;
	font-size:14px;
	color:#666699;
}

#topNav a{
	color:#666699;
	text-decoration:none;
}

#topNav a:hover{
	color:#FF0000;
	text-decoration:underline;
}


.footerPad{ 
	width:771px;
	margin-left:auto; 
	margin-right:auto;
	height:10px;
	text-decoration:none; background:url(/images/white3.png) repeat-y;
}

.footer{ 
	width:771px;
	margin-left:auto; 
	margin-right:auto;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	line-height: 14px;
	height:40px;
	text-decoration:none; background:url(/images/white3.png) repeat-y;
}

.footer a{ 
	text-decoration:none;
	color:#003399;
}

.footer a:hover{ 
	text-decoration:underline;
	color:#003399;
}


.copyright{
	float:left;
	padding:5px 0 5px 10px;
}

.author{
	float:right;
	text-align:right;
	padding:5px 10px 5px 0;
}
.accesskey{ text-decoration:underline;}
