﻿html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, img, button {
     margin: 0;
     padding: 0;
     border: 0;
}

body 
{
	margin: 0;
	padding: 0 386px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:76%;
	background-color:#FFFFFF;
	color:#333333;
	background:url(Images/col_bg.jpg);
	background-repeat:repeat-x;
		
}
h1, h2, h3, h4, h5, h6 {color:#E6673A;}

fieldset 
{
	text-align:left;
}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	margin: 0.5em 0;
	font-size: 1.5em;
	font-weight: normal;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.4em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {
    margin: 2em 0;
    line-height:1.4;
}
a {
	text-decoration:underline;
	color:#CC3300;
}

ul 
{ 
	margin-left:20px;
	list-style-type:circle;
	color:#333333;
}

ol 
{ 
	
	margin-left:10px;
	margin-top:12px;
	margin-bottom:20px;
	color:Black;
}

li
{
	margin-bottom:5px;
}

a:hover {text-decoration:none;}

#sizer {
	margin: 10px auto 0 auto;
	padding: 0;
	width: 58%;
	max-width: 192px;
}
#expander {
	min-width: 772px; /* Critical Safari fix! */
	position: relative;
	margin: 0 -386px 0 -386px;
	background-color:transparent;
}

/* Holly hack for IE \*/
* html #expander { height: 0; }
/* */

#wrapper { 
	width: 100%; /* helps IE get the child percentages right. */
	text-align:left;
	background-color:#FFFFFF;
} 

/* http://positioniseverything.net/easyclearing */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#leftnav 
{
	background-color:transparent;
	font-size:1em;
	}

#leftnav a 
{
	color:#0A243F;}

#leftnav a:hover 
{
	color:White;
	 }

#leftnav table {text-align:left;}

#leftnav .item 
{
	height:24px;
	width:184px;
	padding:1px 1em;
	font-weight:bold;
	color:#1B3D6B;
	background-color:Transparent;
	background-image:url(Images/link_plain.gif);
	background-repeat:no-repeat;
	background-position:center left;
}

html>body #leftnav .item {padding:1px 0.5em;}

#leftnav .hover
{
	background-image:url(Images/link_hover.gif);
	}

#leftnav .selected {
	color:#295B90;
	background-image:url(Images/link_selected.gif);
}

#dtlnav 
{
	background-color:transparent;
	font-size:1em;
	}

#dtlnav a 
{
	color:#0A243F;}

#dtlnav a:hover 
{
	color:White;
	 }

#dtlnav table {text-align:left;}

#dtlnav .item 
{
	height:24px;
	width:184px;
	padding:1px 1em;
	font-weight:bold;
	color:#1B3D6B;
	background-color:Transparent;
	background-image:url(Images/session_plain.gif);
	background-repeat:repeat-x;
	background-position:center left;
}

html>body #dtlnav .item {padding:1px 0.5em;}

#dtlnav .hover
{
	background-image:url(Images/session_hover.gif);
	background-repeat:repeat-x;
	}

#dtlnav .selected {
	color:#295B90;
	background-image:url(Images/session_selected.gif);
	background-repeat:repeat-x;
}

#leftcolumn{
	float:left;
	width:202px;
	margin-right:-3px; /* IE 3px display bug fix (in conjunction with the rule following below)*/
	background-color:#2B5E95;
	font-size:0.9em;
	
}

html>body #leftcolumn{margin-right:0;}

.leftbaritem 
{
	padding:2em 0.5em;
}



#leftcoltop{
	height:25px;
	border-bottom:15px solid #FFFFFF;
	background-color:#1B3D6B;	
}

#leftbarcontainer {
	padding:4em 0.5em;
	background-color:transparent;
}

#maincolumn{
	height:1%;
	margin:0;
	background-color:#FFFFFF;
	background-image:url(Images/col_bg.jpg); 
	background-repeat:repeat-x;
	background-position:100% 40px;
}
html>body #maincolumn {
	height:auto;
	margin-left:202px;
}

#maincoltop{
	height:25px;	
	background-color:#1B3D6B;
}

html>body #maincoltop {height:25px;}

#header {
	position:relative;
	height:20px;
	background-color:transparent;
}

#maincontent {
	padding:1em 2em;
	background-color:transparent;
}
#maincontent .teaser {
	margin:-0.7em 0;
	color:#28578D;
}

#maincontent table tr td {padding: 0.2em 0.5em;}

#maincontent fieldset {	
	
	margin-bottom:2em;
	margin-top:2em;
	padding:1em;
	border:1px dotted #000000;
}

#maincontent legend {
	color:#E6673A;
	background-color:#FFFFFF;
	}

* html #maincontent legend {padding:0.5em;}

#maincontent caption {
    text-align:left; 
    font-weight:bold;
}

html>body #maincontent .txtBox{font-size:1.2em;}

#maincontent .txtBox {background-color:#F4F7FA;}
    
#maincontent .txtBox:focus {background-color:#FFFFFF;}

.MessBox {
    border: 2px solid #2C4B77;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.2em;
    background-color:#D7DEE6;
    min-width:150px;
}

.SMSBox {
    border: 2px solid #2C4B77;
    font-family:Arial, Helvetica, sans-serif;
    font-size:1.2em;
    background-color:#D7DEE6;
    min-width:150px;
}

.txtBox {
    border: 1px solid #1B3D6B;
    font-size:1em;
    background-color:#FFFFFF;
    min-width:150px;
}

.button {
    border:1px solid #1B3D6B;
    color:#FFFFFF;
    background-color:#CC3300;
    font-size:smaller;
}    
.imgfloatright {
    float:right;
	display:inline;
	margin: 0.25em 0 0.25em 1em;
}
.imgfloatleft {
	float:left;
	display:inline;
	margin: 0.25em 1em 0.25em 0;
}

#footer{
    margin:2px;
    padding:0.5em;
    font-size:smaller;
}

#footer a {padding:0 0.5em;}
