/*----Main Layout----------------*/

html{
/*	height:100%;*/
}

body{
margin: 0;
padding: 0;
background: #820062 no-repeat 0 0;
font-family: verdana;
text-align: center;
/*height:100%;*/
}


#wrap {
	position: relative;
	margin: 20px auto;
	font-size: 95%;
	text-align: left;
	width: 900px;
	border: 2px #fff solid;
}	

#content-area{
overflow:hidden;
overflow-y:hidden;
position:relative;

background-repeat:repeat-y;
background-position:0 0;	
/*position:absolute;
bottom:0;*/
width: 900px;

float: none;

}

#main-content{
	float: right;
	width: 650px;
	background-color: #FFFFFF;
	padding-bottom: 20px;
}

#left-side{
float: left;
width: 250px;
}

#left-side ul{
margin: 20px 0 0 12px;
padding-right: 15px;
font-size: 11px;	
}

#header{

height: 164px;
}

#head-left{
float:left;
width:240px;	

}



#head-right{
	float:right;
	width:650px;
	height:163px;
	background-image: url(../images/header.jpg);

}

#head-right p{
	color:#fff;
	font-size: 12px;
font-weight:bold;
margin: 0px 0 0 30px;
}


#footer{
	color: #000;
	font-family: verdana;
	font-size: 10px;
	clear: both;
	padding: 2px 0px 0 0;
	text-align: right;
	background-color: #FFFFFF;
}


#footer a{
text-decoration: none;
color: #88c5d7;
}

#footer a:hover{
color: #99e1f6;
}




/*---------------Text Styling--------------*/

#main-spacing{
	padding: 20px 30px 0 20px;
/*	min-height: 350px;*/
	
}



*html #main-spacing{
height: 350px;
}


#main-spacing a{
border-bottom: 1px dotted;
text-decoration:none;
color:#830163;
}

#main-spacing a:hover {
border-bottom: 1px solid;
text-decoration:none;
color:#830163;
}



#main-content h1{
	font-family: verdana;
	font-weight:bold;
	font-size: 20px;
	color: #830163;
	margin: 0;
}

#main-content h2{
	font-family: Geneva;
	font-weight: normal;
	font-size: 20px;
	color: #830163;
	margin: 0 0 0 0;
}


#main-content p{
	font-family: verdana;
	font-weight:normal;
	font-size: 11px;
	color: #000;
	line-height: 18px;
	margin: 15px 0 0 0;
}



#standardlist{
font-family:trebuchet ms;
font-size:12px;
line-height: 24px;
padding: 10px 0 0 0;
}


#standardlist a{
border-bottom: 1px dotted;
text-decoration:none;
color:#50a3c5;
}

#standardlist a:hover{
	border-bottom: 1px solid;
	text-decoration:none;
	color:#50a3c5;
	background-color: #FFFFFF;
}





/*--------------------Page Styling-----------------*/

img
{  border-style: none; text-decoration:none;background-color:transparent;
}

img a:hover, a:active {text-decoration:none;background-color:transparent;} 



.left{
	float: left;
	
}

.right{
	float: right;
	padding: 0 0 0 10px;
	margin: 0;
} 





/*additions*/



.link-style-title strong{
		font-family: times new roman;
	font-weight:normal;
	font-size: 18px;
	color: #b8bb3b;
	margin: 0;
}


#main-content2 {
	margin: 20px 20px 30px 20px;
}

#main-content2 a{
border-bottom: 1px dotted;
text-decoration:none;
color:#50a3c5;
}

#main-content2 a:hover {
border-bottom: 1px solid;
text-decoration:none;
color:#50a3c5;
}





#main-content2 h1{
	font-family: times new roman;
	font-weight:normal;
	font-size: 20px;
	color: #b8bb3b;
	margin: 0;
}

#main-content2 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #000;
	margin: 20px 0 0 0;
}

#main-content2 p{
	font-family: verdana;
	font-weight:normal;
	font-size: 11px;
	color: #000;
	line-height: 14px;
	margin: 15px 0 0 0;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
}

