/* CSS Document */
body {
	text-align: center;
	width: 100%;
	margin:0px;
	font-family: "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	color:#666666;
	background:  #A1A1A1 url('../../../_images/Background.gif') repeat-x;
	
	}
	
.container {
	margin: 0px auto 0px auto;
	text-align: left;
	width: 746px;
	padding: 2px;
	background: #ffffff;
	border-right: 10px solid #595C77;
	border-left: 10px solid #595C77;
	border-bottom: 10px solid #595C77;
	
}
#content {
	padding: 20px 0px;
}


#logo {
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px 5px 10px 5px;
	font-variant:small-caps;
	}
	
#news {
	
}	
	
p {
padding: 7px 15px;
margin: 0px;
color: #444444;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 13px;
line-height: 22px;
}

p.right-column {
padding: 3px 0px;
left: 15px;
color: #444444;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
line-height: 22px;
}


h1 {
padding: 0px 15px;
color: #444444;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
font-weight: bold;

}
h2 {
color: #444444;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
padding: 0px 15px;
}
h3 {
font-family: Georgia, Times New Roman, Times, serif;
	color: #8a0000;
	font-size:15px;
	font-weight: bold;
padding: 0px 15px;
}
h4 {
color: #444444;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 12px;
font-weight: bold;
padding: 0px 15px;
}

a:link {
	color:#8a0000;
	text-decoration: none;
}

a:visited {
	color:#8a0000;
}

a:hover {
	color: #4a0000;
}

a:active {
	color:#4a0000;
}

.nav {
	background-color: #990000;
	width: 746px; 
	margin-bottom: 2px;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px; 
	font-size: 12px;
	font-family: georgia;
	
}

.nav a:link {
	color: #ffffff;
	text-decoration: none;
	padding-right: 12px;
	font-weight: bold;
}
.nav a:visited {
	color: #ffffff;
	text-decoration: none;
	padding-right: 12px;
	font-weight: bold;
}

.nav a:hover {
	color: #eab8b8;
	text-decoration: none;
	padding-right: 12px;
	font-weight: bold;
}

.nav a:active {
	color: #e08c8c;
	text-decoration: none;
	padding-right: 12px;
	font-weight: bold;
}


#footer{
	margin: 0px auto 30px auto; 
	width: 746px;
	border-right: 10px solid #595C77;
	border-left: 10px solid #595C77;
	border-bottom: 10px solid #595C77;
	padding: 0px 2px;
	background: #595C77;
	color: #ffffff;
	text-align: left;
	font-size: 10px;
}
#footer a:link {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}
#footer a:visited {
	text-decoration: underline;
	color: #ffffff;
	font-weight: normal;
}
#footer a:active {
	text-decoration: underline;
	color: #DBD0C5;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
	color: #DBD0C5;
	font-weight: normal;
}
#footer p {
	color: #ffffff;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 9px;
}