@charset "UTF-8";
/* CSS Document */

/*copy definitions*/
body {
	background-color: #C1C1C1;
}

.orangearrow {color: #DC863D}
.orangearrow a:link{color: #DC863D}
.orangearrow a:visited{color: #DC863D}
.orangearrow a:hover{color: #DC863D}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #34537B;
}
.SubHeader,H2 {
	font-size: 22px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
}

.SubHeaderBig{
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
}

H3 {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
}

.SubMenu {
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
}
.SubMenu a:link{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	text-decoration:none;
}
.SubMenu a:visited{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	text-decoration:none;
}
.SubMenu a:hover{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	color: #DC863D;
}


.bodycopy,.text {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	line-height: 20px;
}

.whitetext {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	line-height: 20px;
}

.errortext {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #FF0000;
	line-height: 20px;
}

.linktext {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	line-height: 20px;
	font-weight: bold;
	text-decoration:underline;
}

.linktext:hover {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	line-height: 20px;
	font-weight: regular;
	text-decoration:none;
}

.logincopy {
	font-size: 11px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
}

.blogcopy{
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color:#1B2C42;
	line-height: 18px;
	}

.blogleftnav {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	line-height: 20px;
}
.blogleftnav a:link {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	line-height: 20px;
}
.blogleftnav a:hover {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	line-height: 20px;
	background-color:#DC863D;
}
.blogleftnav a:visited {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	color: #34537B;
	line-height: 20px;
}


/*structure*/

#login {
	position:relative;
	
	margin:30px, auto;
	

	
	}
	
#footer{
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
	color:#666666;
}

/*#boardtitle {
background-color:#C9E4E9;
border:solid;
border-width:2px;
border-color:#5298D8;
margin:5px 5px 5px 0;
padding:5px 5px 5px 5px;


}*/

#posttitle {
background-color:#E1E1E1;
border:solid;
border-width:2px;
border-color:#999999;
margin:5px 5px 5px 0;
padding:5px 5px 5px 5px;


}

#gradient{
	background-image:url(clients/images/mb.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;

}