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

*{	
	margin: 0px;
	padding: 0px;
}

blockquote{
	margin: 0 10px 0 10px;
	padding: 10px 10px 10px 10px;
	border: dashed 2px #00C;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #333333 url(../images/bg-gradient.jpg) top repeat-y;
}
#wrapper {
	width: 690px;
	height:auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow:hidden;
	position: static;
	z-index:0;
}

/*header*/
#topimage{
	width:690px;
	height:120px;
	float:left;
	background:#FFFFFF;
}

/*maincontent*/
#maincontentarea{
 	width:650px;
	height:auto;
	float:left;
	background:#FFFFFF;
}

.contentpadding{
	padding: 20px 20px 0px 20px;

}

/*footer*/
#footer{
 	width:721px;
	height:55px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:10px;
	padding-bottom:10px;
	background: #333333;
}

.listpadding{
margin-left:15px;
}

.img_padding{
	padding-right: 7px;
}

.blue {
	color: #0F1A86;
	font-size: 16px;
	font-weight: bold;
}

h1{
 	color: #0F1A86;
	font-size: 16px;
	font-weight: bold;
	text-transform:uppercase;
}
h2{
	color: #FF3300;
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
}
#footer a {
	color: #FFFFFF;
}

a {
	color: #0F1A86;
	font-weight:bold;
}
.white{
	color: #FFFFFF;
}
.orange {color: #FF3300}

.digg{
text-align:left;
}
/*menu*/
a.menulink:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color: #0F1A86;
	text-decoration: none;
	text-transform:uppercase;
}
a.menulink:visited{
	font-size:14px;
	font-weight:bold;
	color: #0F1A86;
	text-decoration: none;
	text-transform:uppercase;

}
a.menulink:active{
	font-size:14px;
	font-weight:bold;
	color: #0F1A86;
	text-decoration: none;
	text-transform:uppercase;

}
a.menulink:hover {
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color: #ec7322;
	text-transform:uppercase;
}
