/* css document */

body{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#ffffff;
	background-image: url(images/pattern_044.gif);
	background-attachment: fixed;
	margin:0;
}

p, h3, h4{
	padding-left: 10px;
	padding-right: 10px;
}
h3{
	padding-top: 10px;
}
p.space{
	padding-top: 20px;
}
strong{
	color:#005887;
}

li{
	margin-bottom: 20px;
}

a:link{
   color: #005887;
   text-decoration: underline;
}

a:visited{
	color: #679bb7;
	text-decoration: underline;
}

a:hover{
	color: #005887;
	text-decoration: none;
}

a:active{
	color: #679bb7;
	text-decoration: underline;
}

a.alt:link{
   color: #ffffff;
   text-decoration: underline;
}

a.alt:visited{
	color: #ffffff;
	text-decoration: underline;
}

a.alt:hover{
	color: #ffffff;
	text-decoration: none;
}

a.alt:active{
	color: #ffffff;
	text-decoration: underline;
}

#container{
	position: absolute;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat:repeat-y;
	width: 100%;
	height: auto;
}

#wrap{
	position: relative;
	width: 800px;
}

#header{
	position: relative;
	width: 800px;
	height: 120px;
	padding-bottom: 5px;
}

#nav{
	width:800px;
	height:20px;
	background-color:#679bb7;
	text-align:center;
	border-top: 1px solid #005887;
	border-bottom: 1px solid #005887;
}

#main{
	width:640px;
	margin-right: 10px;
	background-image: url(images/trans_bg.png);
	float: right;
}

#sidebar{
	width:125px;
	min-height: 400px;
	float: left;
}

#bottom{
	width:640px;
	margin-right: 10px;
	float: right;
	font-size: 10px;
}

#dropmenudiv{
	position: absolute;
	border: 1px solid #005887;
	border-bottom-width: 0;
	font: normal 10px Geneva, Arial, Helvetica, sans-serif;
	line-height: 12px;
	z-index: 100;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #005887;
	padding: 1px 0;
	text-decoration: none;
	font-weight: regular;
	background-color: #d9e6ed;
	color:#005887;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #005887;
	color: #ffffff;
}

div.right{
	width:202px;
	height:152px;
	text-align:right;
	float: right;
	margin: 10px;
}

div.left{
	width:202px;
	height:152px;
	text-align: left;
	float: left;
	margin: 10px;
}

img.imgleft{
	text-align: left;
	float: left;
	margin: 10px;
}

img.imgright{
	text-align: right;
	float: right;
	margin: 10px;
}

img.space{
	padding-right: 5px;
}
h4.space1{
	padding-top: 1px;
}