@charset "utf-8";

body{
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;

}

#container{
	width:980px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header{
	height: 90px;
	width: 980px;
	
}

#mainContent{
	margin-top: 20px;
}

#navigation{
	width: 580px;
	margin-left: 160px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #a1cae0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2f3273;
	line-height: 30px;
}

#navigation a{
	text-decoration: none;
}

#navigation a:hover{
	color: #a1cae0;
	text-decoration: underline;
}

#navigation a:visited{
	color: #2f3273;
	text-decoration: none;
}

#navB{
	width: 160px;
	float: left;
	margin-top: 30px;
}

#compCont{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	width: 230px;
	font-weight: bold;
	float: right;
	height: 344px;
	border: thin solid #a1cae0;
	margin-top: 30px;
}

#contact{
	height: 180px;
	background-color: #a1cae0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contact a{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #a1cae0;
}
#contact a:hover{
	color: #2f3273;
	text-decoration: underline;
}
#contact a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

#frontFlash{
	width: 707px;
	height: 260px;
	float: right;

}

#aboutUs{
	width: 580px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2f3273;
	line-height: 21.5px;
	margin-left: 160px;
	margin-bottom: 30px;
	margin-top: 10px;
}

#aboutUs a{
	color: #2F3273;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}
#aboutUs a:hover{
	text-decoration: underline;
	color: #a1cae0;
}
#aboutUs a:visited{
	text-decoration: none;
	color: #2F3273;
}

#comment{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2f3273;
	line-height: 20px;
	float: right;
	width: 260px;
	border: thin dotted #a1cae0;
	padding-left: 10px;
	font-size: 13px;
	font-style: italic;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 5px;
}

#comment a{
    color: #2F3273;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	}
	
#comment a:hover{
    text-decoration: underline;
	color: #a1cae0;
    }
	
#comment a:visited{
    text-decoration: none;
	color: #2F3273;
	}

#footer{
	background-image: url(images/footerBg.png);
	width: 980px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #a1cae0;
	background-repeat: no-repeat;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
}

#footer a{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a1cae0;
}

#footer a:hover{
	color: #2f3273;
	text-decoration: underline;
}

#footer a:visited{
	color: #a1cae0;
	text-decoration: none;
}
