﻿@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
}

/* Typography */

h1 {
	font-size: 1.2em;
	color: #0D1E4C;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(images/ContentH1BgGrey.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
h2 {font-size: 1em;}
h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #A20911;
	line-height: 10px;
	font-style: normal;
	margin-left: 10px;
	background-image: url(images/ContentH1BgGrey.gif);
	background-repeat: no-repeat;
	padding-left: 2px;
}
h4 {font-size: 1.25em;}
.p em {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #9A0F0F;
}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

#container {
	background-color: #000;
	background-position: center top;
	margin: auto;
	width: 880px;
	padding: 0px;
}
#header {
	margin: auto;
	height: 353px;
	width: 880px;
}

/* Navigation */

#nav {
	height: 40px;
	width: 880px;
	color: #FFF;
	margin: auto;
	padding: 0px;
	background-image: url(images/NavBgHome.jpg);
	background-repeat: no-repeat;
}

#shadow {
	height: 48px;
	width: 880px;
	margin: auto;
	padding: 0px;
	background-image: url(images/HeaderShadow.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	margin: auto;
	width: 880px;
	background-color:#FFFFFF;
	padding: 0px;
}
#content {
	margin: auto;
	width: 780px;
	font-size: 1em;
	padding: 0;
}
#content p {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
}
#content ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #666;
}
#content a {
	text-decoration: underline;
	color: #3D87D4;
	font-style: italic;
}
#footer {
	height: 30px;
	width: 880px;
	font-size: 15px;
	background-color:#000;
	color: #FFF;
	text-align: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: auto;
}

/* Sidebar */

#sidebar_wrapper {
	float:right;
	width: 140px;
	height: 400px;
	background-color: #FFF;
	background-repeat: no-repeat;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: 60px;
	padding: 0px;
}
.box_content {
	padding: 0px;
}

/* Lists */

.navtype {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
#nav ul li {
	display: inline;
}
	
	
#nav li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-decoration:none;
	line-height:3em;
	margin-right:0.2em;
}

#nav li a:Hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
	text-decoration:none;
	line-height:3em;
	margin-right:0.2em;
}

/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {float: right;}

.clear {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

