﻿/* CSS layout */
#masthead {
	width: 750px;
	height: 115px;
	background-image: url('img/top2.jpg');
}

#top_nav {
	width: 750px;
	height: 51px;
	background-image: url('img/navbackground.jpg');
	text-align: right;
	font-family: Tahoma;
	font-size: 30px;
	color: #F3F2FF;
}

#top_nav a{
	text-align: right;
	font-family: Tahoma;
	font-size: 30px;
	color: #F3F2FF;
	text-decoration: none;
}
#top_nav a:hover{
	color: #FEAD2C;
}
#page_content {
	width: 750px;
	background-image: url('img/contentbackground.jpg');
	background-repeat: repeat-x;
	background-color: #000000;
	color: #D0D9E8;
	font-size: 16px;
	font-family: Tahoma;
}

.content {
	width: 670px;
	font-family: Arial, Helvetica, sans-serif;
	color: #D7D8E3;
	font-size: 16px;
	text-align:justify;
}
.content_bold {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #D6D8E9;
}
.content_center {
	width: 670px;                
	margin-left: 40px;
	text-align:center;
	font-size:20px;
}

#footer {
	width: 750px;
	height: 37px;
	font-family: Tahoma;
	font-size: 14px;
	color: #7A95BC;
	text-decoration: none;
	background-image: url('img/bottom.jpg');
	padding-top: 14px;
	background-repeat: no-repeat;
}
#footer a {
	width: 750px;
	font-family: Tahoma;
	font-size: 14px;
	color: #AAB7CC;
	text-decoration: none;
	background-repeat: no-repeat;
}

#footer a:hover {
	color: #5E6CA2;
}
#footer2 {
	width: 750px;
	font-family: Tahoma;
	font-size: 10px;
	color: #62779B;
	text-decoration: none;
}

#footer2 a {
	width: 750px;
	font-family: Tahoma;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
}

#footer2 a:hover {
	
	
}