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

body {
	background-color: #00abbd;
	
}

img {
	border: none;
}


#mainArea {
	position: relative;
	width: 710px;
	
	height: 100%;
}

#header {
	position: relative;
	background-image: url(images/Header.gif);
	background-repeat: no-repeat;
	width: 710px;
	height: 166px;
	
}

#navigationArea {
	position: relative;
	width:710px;
	height: 33px;
	background-image: url(images/Navigation_Bkgd.gif);
	background-repeat: no-repeat;
	text-align:center;
}

#footer {
	position: relative;
	width:710px;
	height: 33px;
	background-image: url(images/Footer.gif);
	background-repeat: no-repeat;
	padding-bottom: 25px;
	float: left;
}

#textArea {
	position: relative;
	background-image: url(images/Mid_Repeat_Bkgd.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 710px;
	text-align: left;
	float: left;
	padding-top: 25px;
	padding-bottom: 25px;
}

#leftColumn {
	position: relative;
	width: 300px;
	padding-left: 40px;
	float: left;
}

#rightColumn {
	position: relative;
	padding-right: 40px;
	width: 300px;
	float: right;
}


/* START TEXT STYLES */

.largeText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #00abbd;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
}

.smallLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #00abbd;
	line-height: 18px;
	font-weight: bold;
	text-align: left;
}

.infoItalic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6c624d;
	line-height: 18px;
	font-style: italic;
	text-align: left;
}

.bodyCopy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6c624d;
	line-height: 16px;
	text-align: left;
}

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	line-height: 11px;
	color: #6c624d;
	text-align: center;
}

.footerLabel {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}

.footerinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #ffffff;
	font-style: italic;
	text-align: left;
}


.footerinfo a:link {  
	text-decoration: none; 
	color: #ffffff;
	}
	
.footerinfo a:visited { 
	text-decoration: none; 
	color: #ffffff;
	}
	
.footerinfo a:hover, a:active { 
	text-decoration: underline; 
	color: #ffffff;
	}


a:link, a:active{  
	text-decoration: none; 
	color: #6c624d;
	}
	
a:visited { 
	text-decoration: none; 
	color: #6c624d;
	}
	
a:hover { 
	text-decoration: none	; 
	color: #00abbd;
	}

ul {

		list-style: disc;
		list-style-position: inside;
        margin-left: 1px;
        padding-left: 1em;
        text-indent: -1em;
    }
hr {
		color: #E6E6E6;
		background-color: #E6E6E6;
		height: 1px;
		border:none;
	}