@charset "utf-8";
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, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;	font-size:.95em;
	text-align: left;
	vertical-align: baseline;
}
	
a img {border:none;}
/*GRIDS
-------------------------------------------------------- */
/* Set styles common among all grids - all grid divs must be assigned this class */
.generic{
	border-top:5px solid #666; /* The border at the top of each grid */
	float:left;
	padding-top:10px;
	margin-bottom:20px;
}
/* Sets styles for any 'start' grids - this class MUST be given to a grid that is the first in a horizontal series */
.clear{
	clear:both;
}

/* Sets styles for any 'end' grids - this class MUST be given to a grid that is the last in a horizontal series */
.end{
	margin-left:0 !important;
	margin-right:0 !important;
}
/* 220px */
.twotwenty{
	width:220px;
	margin-right:20px;
}
.right {
	float: right;
	clear: right;
}

.one72{
	width:172px;
	margin-right:20px;
}

/* 280px */
.twoeighty{
	width:280px;
	margin-right:20px;
}
/* 340px */
.threeforty{
	width:340px;
	margin-right:20px;
}
/* 400px */
.fourhun{
	width:400px;
	margin-right:20px;
}
/* 460px */
.foursixty{
	width:460px;
	margin-right:20px;
}
/* 520px */
.fivetwenty{
	width:520px;
	margin-right:2px;
}
/* 580px */
.fiveeighty{
	width:580px;
	margin-right:20px;
}
/* 640px */
.sixforty{
	width:640px;
	margin-right:20px;
}
/* 700px */
.sevenhun{
	width:700px;
	margin-right:20px;
}
/* 760px */
.sevensixty{
	width:760px;
	margin-right:20px;
}
/* 820px */
.eighttwenty{
	width:820px;
	margin-right:20px;
}
/* 880px */
.eighteighty{
	width:880px;
	margin-right:20px;
}
/* 940px */
.nineforty{
	width:940px;
}
#wrapper{
	width:940px;
	margin:0 auto;
	background-color: #FFF;
}

#header{
	width:940px;
	padding-top:15px;
	margin-bottom:20px;
}
p a {
	color: #181D37;
}

/*NAVIGATION
-------------------------------------------------------- */
#nav{
	float: right;
	margin-top: 50px;
}

#nav a{
	font-variant:small-caps;
	color:#1C254C;
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#nav a:hover{
	text-decoration: none;
	color: #141933;
	border-top-width: 5px !important;
	border-top-style: solid !important;
	border-top-color: #5E7BF9 !important;
	padding-top: 5px;
}
.selected {
	color: #303E91;
	text-decoration: none;
	background-color: #D7E0F9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 5px !important;
	border-top-style: solid !important;
	border-top-color: #5E7BF9 !important;
}

.fselect {
	color: #303E91;
	text-decoration: none;
	background-color: #D7E0F9;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#nav span{
	float:right;
}
#p {
	color: #666;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/*FOOTER NAVIGATION
-------------------------------------------------------- */
#footer-nav{
	word-spacing:2px;
	text-align: center;
}

h1{
    display: none;
}

h2 {
	font-variant: small-caps;
	color: #1C254C;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
}
.tt {
	margin-top: 26px;
}

.adv {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FD6404;
}

.ont {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #84C215;
}

.imp {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5E7BF9;
}

.beh {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #E0B60C;
}

#footer-nav a{
	color:#222C55;
	font-variant:small-caps;
	text-align: center;
}
img.left-img{ /* Float any image to the LEFT and give it some margin */
	float:left;
	padding:4px;
	margin-bottom:18px;
	margin-right:20px;
	margin-top:3px;
}
.curve {
	float: right;
	margin-right: 20px;
	clear: right;
	margin-left: 20px;
}

img.right-img{ /* Float any image to the RIGHT and give it some margin */
	float:right;
	padding:4px;
	margin-bottom:18px;
	margin-left:20px;
	margin-top:3px;
}
body {
	background-color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #666;
	font-size: 16px;
}

.more {
	width: auto;
	height: 20px;
	font-style: italic;
	color: #1E2745;
	background-color: #D7E0F9;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 14px;
	text-transform: lowercase;
	float: left;
}

ul{
	margin-bottom:1.5em;
	list-style:square inside;
}
ul li{	font-size:.95em;
	line-height:1.2em;
}
