@import "/common.css";

/*Reset*/
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}


em {
	font-style:italic;
}
strong em, h3 em, h2 em {
	font-weight:bold;
}

p,h2,table {
	margin-bottom:0.8em;
}
h1 {
	font-size:1.1em;
	margin-bottom:1.1em;
	font-weight:bold;
	color:#005680;
}

h1.noSpace {
	margin-bottom:0;
}

td {
	padding:2px;
}
ul {
	list-style-type:disc;
	margin:1em 2em;
}
ol {
	list-style-type:decimal;
	margin:1em 2em;
}
dl {
	margin:0.5em 0;
}
dt {
	font-weight:bold;
	margin-top:0.5em;
}
dd {
	margin:0 0 0 1em;
}
strong {
	font-weight:bold;
}
br.clear {
	clear:both;
}
body 
{
	background-color:#0d4a7d;
	}
body,input,textarea {
	font:normal 0.8em tahoma,verdana,sans-serif;
}

th {
	font-weight:bold;
}

a 
{
	color:#009ada;
}
a:hover
{
	color:#3a84a3;
}
a:visited
{
	color:#255fbf;
}

.articlesub
{
	display:none;
}
ul.articlelist
{
	list-style-type:none;
	margin:10px;
}
ul.articlelist p
{
	margin:4px;
}

ul.articlelist a
{
	display:none;
}

ul.articlelist h4 a
{
	display:inline;
}
div.articlecontent
{
	margin:10px;
}

/* layout */
#centerer {
	text-align:center;
}
#centered {
	text-align:left;
	width:860px;
	margin-left:auto;
	margin-right:auto;
	border:solid 100px #1a3e94;
	border-width:0px 7px 0px 7px;
	background-color:white;
}

#header
{
	width:860px;
	height:104px;
	background-color:#009ada;
	margin-bottom:4px;
}
#header img 
{
	margin-top:27px;
	margin-left:18px;
}

/*nav*/

#navContainer
{
	height:2.8em;
    border-bottom:solid 2em #6fcef5;
}
#navContainer ul
{
    list-style-type:none;
    margin:0;
    padding:0;
    _margin-bottom:20px;
    position:absolute;
}
#navContainer ul li
{
    float:left;
}
#navContainer ul li a
{
	font-weight:bold;
	color:white;
	text-decoration:none;
	display:block;
    padding:10px;
    background-color:#009ada;
    margin-left:3px;
}
#navContainer ul li a.selected
{
	background-color:#6fcef5;
}

/*second level submenu*/
#navContainer ul li ul 
{
    position:absolute;
    left:0;
    top:1.2em;
    margin-top:23px;
    display:block;
}
#navContainer ul li ul li a
{
    background-color:#6fcef5;
    padding-top:2px;
    padding-bottom:2px;
}

/*content columns*/
#colContainer
{
	clear:both;
}
#leftCol
{
	border:solid #009ada;
	border-width:19px 0 0 0;
	margin:10px 0 0 10px;
	width:155px;
	float:left;
}
#rightCol
{
	border:solid #009ada;
	border-width:0 0 0 4px;
	margin:10px 10px 0 0;
	padding:15px;
	float:left;
	width:630px;
}

#footer
{
	margin:10px;
	padding:20px 0 20px 0;
	color:#939598;
	border-top:solid 1px #009ada;
}
#footer a
{
	text-decoration:none;
}
#footer a:hover
{
	text-decoration:underline;
}

.formRow
{
	clear:left;
}
.formRow label
{
	width:120px;
	display:block;
	float:left;
}
input 
{
	font:normal 12px arial, sans-serif;
	width:180px;
}
.formRow input, .formRow textarea
{
	font:normal 12px arial, sans-serif;
	width:200px;
}
.formRow textarea
{
	height:90px;
}