* {
	font-family: Arial;
	font-size:11px;
	line-height:15px;
	color:#595959;
	padding: 0px;
	margin: 0px;	
	
}

h1 {
	color: #8a8e92;
	font-family: Myriad Pro, Arial;
	font-size: 24px;
	line-height:28px;
	font-weight: bold;
	text-align:center;
}

h2 {
	font-family: Myriad Pro, Arial;
	font-size:11px; 
	line-height: 1em; color:#a2004c; font-weight: bold;

}
h4{
	font-size:11px; line-height: 1em; leading:0; color:#5b5c5e; font-weight: bold;	
}
p{
	padding-left:0px;
	margin-bottom:10px;	
}
body {
	background:#c3c8cc;
	text-align:center;
}
a{
	color:#4d6987;
	font-weight:heavy;
	text-decoration:none;	
}
a:hover{
	color:#4d6987;
	font-weight:heavy;
	text-decoration:underline;	
}
a.black{
	color:#A2004C;	
}
a.pdf{
	text-transform: uppercase;
	color:#5b5c5e;
	padding-left:25px;
	padding-top:4px;
	height:20px;
	background:url(../images/pdf.gif) no-repeat left;	
}
img.pdf{
float:left; margin:0px 10px 0px 10px;	
}
input{
	float:left;
	background-color:#ffffff;
	color:#000000;
	height:18px;
	line-height:18px!important;
}
.border{
	border:1px solid #c6c6c8;
	
}
label{
	
	width:100px;
	float:left;
	height:25px;
}
label.long{
	width:140px!important;
}
.normal{
	width:99px;
}
input.short{
	width:100px!important;	
}
input.checkbox{
	width:20px;	
	margin-right:10px!important;
	background:transparent;
}
input.send{
	background:url(../images/send.jpg) no-repeat center top;
	width:30px;
	height:10px;
	outline:none;	
	border:0px;
	padding:0px;
	margin:0px;
	text-indent: -1000em;
  	cursor: pointer; /* hand-shaped cursor */
}
table{
	margin-top:10px;	
}
td, tr{
	line-height:14px;
	padding:0px;
	margin:0px;
}
#container {
	margin:auto;
	width: 850px;
	height: 701px;
	background:url(../images/bkg.jpg) no-repeat top left;
	
}
.background2{
	background:url(../images/bkg2.jpg) no-repeat top left!important;	
}
.background3{
	background:url(../images/bkg3.jpg) no-repeat top left!important;	
}
.background4{
	background:url(../images/bkg4.jpg) no-repeat top left!important;	
}
#header{
	float:left; 
	height:60px;	
	text-align:center;
	width:850px;
}
.header_label{
	padding-top:20px;
	width:700px;
	margin:auto;
}
#maincontent{
	float:left; 
	padding:30px 0px 0px 55px; 
	text-align:left; 
	width:820px;
}
.index{
	padding-top:20px!important; 
	padding-left:30px!important;
}
#leftcontent{
	float:left;
	width:500px;
}
#box{
	float:left;
	padding:20px 20px 20px 20px;
}
#box p, #box div{
	color:#a2004c!important;
	padding:0px;
}
#box p{ 
	line-height:15px; 
}
#box input{ 
	height:22px;
}
#rightcontent{
	float:left;
	padding-left:10px;
	width:247px;

}
#topNav{
	float:left;	
	height:30px;
	width:850px;
	text-align:center;
	padding-top:20px;
}

#topNav ul{
	padding:0px 0px 0px 0px;
	list-style-type: none;
}
#topNav ul li{
	padding: 0px 5px 0px 0px;	
	display:inline;
}
#topNav ul li.seperator{
	color:#666668;	
	font-size:14px;
	display:inline;
}
#topNav ul li a{
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	color:#666668;	
	text-decoration:none;	
}
#topNav ul li a:hover{
	color:#526b8d;
	text-decoration:none;
}
#topNav ul li a.active{
	color:#526b8d;
	text-decoration:none;
}

.red{
	line-height:15px;
	color:#a2004c;	
}
.check img{
	float:left;	

}
.left{
	float:left;
}
.right{
	float:right;
}
.leftPadding{ 
	padding-left:10px;
}
.hr{
	float:left;
	width:100%;
	height:1px;
	border-top:1px solid #a2004c;
	margin-bottom:5px;
	line-height:1px;
}
.br{
	float:left;
	line-height:20px;
	height:20px;	
}
.black{
	color:#000000;	
}
.clear {
	clear: both;
}