/* RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* MAIN STYLES */

body {
	margin: 0 0 0 0;
	font: normal 12px/18px Helvetica, Arial, Sans-serif;
	color: #000000;
	background-color: #dbd1cf;
}

img, div {
	behavior: url(css/iepngfix.htc);
}

a:link, a:visited {
	color: #13355b;
	text-decoration: none;
}

a:hover, a:active {
	color: #13355b;
	text-decoration: underline;
}

h1 {
	font: normal 24px Helvetica, Arial, Sans-serif;
	color: #330000;
	padding: 0 0 10px 0;
	font-weight: bold;
}

h2 {
	font: normal 14px Helvetica, Arial, Sans-serif;
	color: #330000;
	padding: 10px 0 0 0;
	font-weight: bold;
}

h2 a:link, a:visited {
	color: #330000;
}

h2 a:hover, a:active {
	text-decoration: none;
}

p {
	padding: 0 0 10px 0;
}

p.small {
	font: normal 11px/11px Helvetica, Arial, Sans-serif;
	color: #330000;
	font-style: italic;
}

/* DIVS */

#main {
	background: #f1eae0 url(../images/border-top.jpg) center top repeat-x;
}

#left {
	width: 220px;
	text-align: center;
	padding: 0 20px 0 10px;
	float: left;
}

#left em {
	color: #13355b;
    font-weight: bold;
}

#left img {
	padding: 0 0 50px 0;
}

#left ul {
	padding: 0 0 10px 20px;
	list-style-type: disc;
}

#left h2 {
	padding: 0;
}

#header {
	height: 130px;
	padding: 10px 0 10px 0;
	background: transparent;
}

#nav {

}

#nav ul {
	width: 710px;
	height: 90px;
	text-align: center;
	font: normal 17px/90px Helvetica, Arial, Sans-serif;
	color: #ffffff;
	padding: 0;
	font-weight: bold;
	display: block;
}

#nav ul a {
    color: #ffffff;
    text-decoration: none;
}

#nav ul a:hover {
    color: #ffffff;
    text-decoration: underline;
}

#nav ul li {
	display: inline;
}

#content {
	width: 710px;
	float: right;
}

#content .left {
	width: 460px;
	float: left;
	padding: 0 20px 0 0;
}

#content .left img {
	padding: 0 0 20px 0;
}

#content .left h1 {
	padding: 0 0 10px 0;
}

#content .left p {
	line-height: 24px;
}

#content .right {
	width: 230px;
	float: left;
	padding: 0 0 0 0;
}

#content .right p {
	line-height: 14px;
}

#content .interior {
	width: 700px;
	padding: 0 10px 0 0;
}

#content .interior ul {
	padding: 0 0 10px 40px;
	list-style-type: disc;
}

#content .col {
	width: 340px;
	float: left;
}

#content .col img {
	padding: 0 0 10px 0;
}

#content .icon {
	float: right;
	padding: 0 0 0 10px;
}


#footer {
	font: normal 11px/14px Helvetica, Arial, Sans-serif;
	color: #000033;
	margin: 0 auto;
	background: url(../images/border-bottom.jpg) center top repeat-x;
}

#footer .container {
	padding: 90px 0 0 0;
	border: 0;
	background: url(../images/footer-bg.jpg) center top no-repeat;
	width: 960px;
	height: 70px;
}

#footer p {
	float: left;
	color: #003366;
	padding: 0;
}

#footer p em {
	color: #000033;
	font-style:normal;
}

#footer p a {
	color: #003366;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#footer ul {
	float: right;
	padding: 0;
	width: 480px;
	text-align: right;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	color: #003366;
	text-decoration: none;
}

#footer ul li a:hover {
	text-decoration: underline;
}

/* CLASSES */

.container {
	width: 960px;
	padding: 0;
	margin: 0 auto;
}