body {
	background-color:#3b63a2;
	background-image:url(../images/bg.jpg);
	background-attachment:fixed;
	background-repeat:repeat-y;
	background-position:center;
    width:760px;
	text-align:left;
	margin:0 auto;
	position:static;	
	font-family:Tahoma;
	font-size:14px;		
}

.dashed_line {
 	border-top: 1px dashed #3b63a2;
	height:1px;
}

.solid_line {
	border-top: 1px solid #3b63a2;
	height:1px;
}

a img{
    border-style:none;
}
a:hover img{
    border-style:none;
}

a, a:link, a:visited {
	color:#000000;
    text-decoration:none;
	
}
a:hover{
	color:#0066CC;
    text-decoration:none;
}

.footer {
 	background-image:url(../images/footer.jpg);
	background-position:top;
	background-repeat:no-repeat;
	padding-top: 14px;
	width:760px;
	font-size:10px;
}

.content {
	padding-top: 4px;
	padding-left: 10px;
	width:570px;
}

.content-title {
    border-bottom:1px solid #3b63a2;
	color: #3b63a2;
	font-size:18px;
	

}

.content li{
	margin:0 15px 0 15px;

}

.content ul, ol{
	margin:0 15px 0 15px;
	padding:0 15px 0 15px;
}

.content input, select, textarea{
	font-size:11px;
	font-family:Tahoma,sans-serif;
	color:#404040;
}

.gallery a img{
    border:1px solid #000000;
}

.gallery a:hover img{
    border:1px solid #3b63a2;
}

