@charset "UTF-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(_img/background.png);
	background-repeat: repeat;
}
#header {
	background-image: url(_img/email_header.gif);
	height: 167px;
	width: 650px;
	font-size: 0px;
	background-repeat: no-repeat;
}
#content {
	width: 650px;
	margin-left: 15px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #BC9750;
	border-left-color: #BC9750;
	background-color: #FFFFFF;
}
#header #navigation {
	margin-top: 100px;
	margin-left: 390px;
	width: 400px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: right;
	color: #003366;
}
#leftcol ul {
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: -40px;
	text-transform: capitalize;
	font-size: x-small;
	font-weight: bold;
}

#email {
	float: right;
	width: 170px;
	margin-right: 25px;
	text-align: right;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
#leftcol li {
	background-color: #8FBDDE;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #6C9ABE;
	border-right-color: #6C9ABE;
	border-bottom-color: #6C9ABE;
	border-left-color: #6C9ABE;
}
#leftcol {
	width: 137px;
	float: left;
}
#leftcol a, #leftcol a:visited {
	color:#003366;
	text-decoration: none;
}
#leftcol li a: hover {
	background-color: #369;
	color: #fff;
}

#leftcol .alternaterow {
	background-color: #A5CAE5;
}
#center {
	width: 450px;
	margin-left: 25px;
	float: left;
	padding-top: 20px;
}
#centerwide {
	width: 650px;
	margin-left: 55px;
	float: left;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
}
li {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	color: #A10007;
}
#center h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #A10007;
}
#content #footer {
	clear: both;
	height: 25px;
	background-color: #A5CAE5;
	border-top-width: 15px;
	border-top-style: double;
	border-top-color: #598DB5;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #A70109;
	list-style-type: none;
	font-size: small;
	margin-top: 10px;
}

#footer li {
list-style-type: none;
font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}
#footer #footerleft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 165px;
	color: #A70109;
	list-style-type: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6C9ABE;	
}
#footer #footermiddle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 165px;
	margin-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6C9ABE;	
}
#footer #footerright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	float: left;
	width: 165px;
	margin-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6C9ABE;	
}
#content #rightcol {
	float: left;
	width: 130px;
	margin-top: 20px;
	margin-left: 15px;
	background-color: #F8F8F8;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-left: 10px;
}

/*** Nav bar styles ***/

ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: block;
	
}

ul.nav{
	display: table;
}
nav a, .nav a:visited{
	text-decoration: none;
	color: #369;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#666666;
	padding: 2px;
	background-color:#F8F8F8;
	border: solid 1px #ccc;
}
a:visited {
	color: #A10007;
}
a:link {
	color: #336699;
}
a:hover {
	text-decoration: underline;
}
