/* 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%;
/*	vertical-align: baseline;*/
	color: #FFFFFF;
}
body {
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font: 13px/1.5 Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 14px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: square;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration:underline;
	color: #000000;
}

/* main styles */
body {
	background: #38509D;
}

#container {
	margin: 10px auto auto;
	width: 960px;
	background-image: url(/img/bg_container.gif);
	background-repeat: repeat-y;
}

#header {
	overflow: hidden;
	height: 100px;
	position:relative;
	background-color: #38509D;
	background-image: url(/img/logo.gif);
	background-repeat: no-repeat;
}

#header h1{
	vertical-align:bottom;
	margin-top:70px;
	margin-left: 300px;
}

#header img{
	float:right;
}

#menu {
	background-image:url(/img/bg_menu.gif);
	height: 30px;
	background-repeat: repeat;
}

#menu ul {
	margin: 0px;
}

#menu li {
	margin: 0px;
	list-style: none;
	float: left;
	padding: 4px 15px 0px 15px;
	text-align: right;
	white-space: nowrap;
	border-left: 1px solid #38509d;
	height: 25px;
	line-height: 20px;
}

#menu li a {
	color: #fff;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

#menu li a:hover {
	color: #f3b37f;
}

.clear {
	clear:both;
}

#leftcol {
	height: auto;
	text-align: right;
	padding-top: 20px;
	width: 230px;
	float: left;
	margin-right: 20px;
}

#leftcol li {
	margin-left: 0px;
	list-style: none;
	height: 40px;
	padding-right: 20px;
	line-height: normal;
}

#leftcol li a {
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
}

li.sublink  a{
	margin: 0px 0px 0px 12px; 
	font-size: 9.5pt;
}

#leftcol li a:hover {
	text-decoration: underline;
}
	
#container_content  {
	text-align: left;
	width: 700px;
	float: right;
	}
	
#container_content p {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#container_content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#container_content blockquote {
	margin-left: 40px;
	}
	
#container_content h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: oblique;
	}

#container_content a {
	font-style: normal;
	text-decoration: underline;
	}

#footer {
	height:210px;
	padding-top: 0px;
	clear:both;
	background-color: #38509D;
	}
	
#footer p {
	word-spacing:normal;
	color: #FFFFFF;
}

#footer a {
	color: #000000;
}

#rightcol {
	height: auto;
	padding-top: 20px;
	width: 230px;
	float: right;
	margin-left: 20px;
}

.fltrt {
float:right;
margin-left:8px;
}
.fltlft {
float:left;
margin-right:8px;
}
