/*****  browser reset  *****/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img {border:0 none;margin:0;padding:0;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;font-weight:normal;}
q:before,q:after {content:'';}
abbr,acronym {border:0;}
a {outline: 0;}
/* IE6 margin reset */
* {margin: 0;}
/*****  reset end  *****/

body {
	background-color: #e5eef5;
	font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}

p {
	margin-bottom: 5px;
}

h1 {
	font-size: 22px;
	color: #2b3862;
	line-height: 25px;
	margin-bottom: 8px;
}

h2 {
	font-size: 16px;
	color: #2b3862;
	line-height: 15px;
	margin-bottom: 9px;
}

h3 {
	font-size: 15px;
	color: #005a9b;
	line-height: 20px;
	margin-bottom: 5px;
}

h4 {
	font-size: 10px;
	color: #2b3862;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;
	margin-bottom: 9px;
}

h5 {
	font-family: Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-size: 26px;
	color: #005a9b;
	font-style: italic;
	line-height: 36px;
}

a {
	font-size: 10px;
	color: #005a9b;
	text-decoration: none;
}

#wrapper {
	width: 971px;
	margin: 0 auto;
}

/** Shadows **/
#outer_top {
	background: url(../images/outer_top.gif) top left no-repeat;
	width: 971px;
	height: 19px;
}
#outer_mid {
	width: 971px;
	background: url(../images/outer_mid.gif) top left repeat-y;
	padding: 0 9px;
}
#outer_btm {
	background: url(../images/outer_btm.gif) top left no-repeat;
	width: 971px;
	height: 25px;
	clear: both;
}

/** MAIN CONTENT AREA **/
#main {
	background: url(../images/main_grad.gif) top left repeat-x;
	width: 953px;
	float: left;
	background-color: #FFFFFF;
}

#main_top {
	position: relative;
	height: 143px;
}

#logo {
	float: left;
	margin: 8px 0 0 16px;
	font-size: 30px;
	line-height: 40px;
	width: 128px;
}

#header {
	margin-top: 98px;
	margin-left: 15px;
	position: absolute;
	bottom: 19px;
	right: 18px;
	margin: 0;
}

#main_nav {
	height: 29px;
	background: url(../images/nav_grad.gif) top left repeat-x #17487c;
	padding-top: 1px;
}

#nav_wrapper {
	width: 800px;
	margin: 3px auto 0 auto;
	height: 26px;
	text-transform: uppercase;
}

#nav_wrapper a {
	float: left;
	height: 26px;
	text-decoration: none;
	line-height: 25px;
}

#nav_wrapper a:hover {
	background: url(../images/active_nav.gif) top left repeat-x;
}

#nav_wrapper a.current {
	background: url(../images/active_nav.gif) top left repeat-x;
}

.nav_text {
	font-family: "Akzidenz Grotesk BE Light", Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0 8px;
}

#copyright {
	margin-top: 13px;
	margin-bottom: 25px;
	text-align: center;
}

#copyright p {
	color: #2b3862;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.floatLEFT {
	float: left;
}

.floatRIGHT {
	float: right;
}

.CLEAR {
	clear: both;
}

textarea {
	width: 400px;
	height: 130px;
	font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
}

input {
	font-family: "Trebuchet MS", "Trebuchet", Arial, sans-serif;
}

strong {
  text-decoration:underline;
}

