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

body {
	background-color: #ffffff;
}
#mainArea {
	float: top;
	background-image: url(images/Background_Lg_2010.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	background-color:#ffffff;
	overflow: hidden;
	width: 300;
	height: 200;
}

#header {	
	float: top;
	
	width: 700px;
	height: 220px;
	position: relative;
}

#navigationArea {
	position: relative;
	width:700px;
	height: 30px;
	padding-top: 170px;
	text-align:center;
}

#photoArea {
	position: absolute;
	float: right;
	margin-left:330px;
	margin-top: 110px;
	width: 300px;
	height: 200px;
	background-color: #FFFFFF;
	z-index: 5;
	
}

#footer {
	
	position: relative;
	width: 700px;
	height: 56px;
	margin-top: 25px;

}

#footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	color:#666666;
	position: relative;
	margin-left: 42px;
	width: 330px;
	
}

#bodyArea {
	position: relative;
	width: 700px;
	margin-bottom: 10px;
	
}


#rightColumn {
	position: relative;
	width: 550px;
	padding-right: 80px;
	padding-left: 80px;
	text-align: left;
}

#midImage {
	position: relative;
	width: 700px;
}

#copywrite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: relative;
	width: 700px;
	height: 15px;
	padding-top:15px;
	padding-bottom: 25px;
	color: #999999;
	text-align: right;
	vertical-align: baseline;
}

.mainHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	line-height: 28px;
	color:#6da1cb;
}

.subHeadline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 28px;
	color:#6da1cb;
}

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	color: #6da1cb;
	position: relative;
	text-transform: uppercase;
}

.headline a:link {  
	text-decoration: none; 
	color: #6da1cb;
	}
	
.headline a:visited { 
	text-decoration: none; 
	color: #6da1cb;
	}
	
.headline a:hover, a:active { 
	text-decoration: none; 
	color: #4D4D4D;
	}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #4D4D4D;
	
	}
	
.bodyCopySmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #4D4D4D;
	
	}
	
.bodyInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 23px;
	color: #6da1cb;
	font-style: italic;
	
	}

ul {
        list-style: square;
        margin-left: 2;
        padding-left: 1em;
        text-indent: 0em;
    }
#custom {
	border: 1px solid #000;
	margin: 2em;
	width: 10em;
	padding: 5px;
	}
	
a:link {  
	text-decoration: none; 
	color: #4D4D4D;
	}
	
a:visited { 
	text-decoration: none; 
	color: #4D4D4D;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #6da1cb;
	}
	

/* hr {
	border-bottom-color:#3573b2;
	border-top: none;
	border-left: none;
	border-right: none;
	border-width: thin;
} */

hr {
	color: #604d72;
	background-color: #604d72;
	height: 1px;
	border:none;
	
}

