body {
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	color: #666;
	background-color: #BDEEF8;
	background-image: url(images/fade.gif); background-repeat: repeat-x;
}

img { border: 0px; }

h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Arial;
	font-weight: bold;
}

h1 { font-size: 16px; color: #C5D6E8; }
h2 { font-size: 13px; color: #C5D6E8; }

.main { line-height: 16px; }
.small { font-size: 11px; }
.boldblue { font-weight: bold; color: #488DC2; }
.smallblue { font-size: 11px; color: #036; }
.smallside { font-size: 12px; line-height: 14px; padding-right: 3px; }
.training { line-height: 20px; }

a{ color: #06C; text-decoration: underline; }
a:link{ color: #06C; text-decoration: underline; }
a:visited{ color: #06C; text-decoration: underline; }
a:hover{ color: #06C; text-decoration: underline; }

.ul { line-height: 16px; }

.sideline { line-height: 18px; }

hr { height:1px; color: #D2D2D2; background: #D2D2D2; border: none;}


/***********************************************/
/* Sidebar Nav                                 */
/***********************************************/

#sidenavlist
{
padding-left: 0;
margin-left: 7px;
margin-top: 0px;
margin-bottom: 0px;
}

#sidenavlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
font-size: 11px;
}

#sidenavlist li a { color: #836431; text-decoration: none; }
#sidenavlist li a:hover { color: #836431; text-decoration: underline; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrap { 
width: 770px;
position: absolute;
text-align: center;
left: 50%;
margin-left: -385px;
 }
 
#head {
width:770px;
height:160px;
background-image: url(images/new_header.jpg); background-repeat: no-repeat;
 }
 
#menu {
width:770px;
height:30px;
text-align: left;
background-image: url(images/menuback3.gif); background-repeat: no-repeat;
 }
 
 
#twocolumnwrap {
		width: 770px;
		margin: 0px;
	}

 
#left {
float: left;
clear: none;
width: 200px;
text-align: left;
 }
 
#right {
float: right;
clear: right;
width: 560px;
padding-left: 10px;
text-align: left;
background-image: url(images/right_back.gif); background-repeat: no-repeat; background-position: bottom;
background-color: #FFF;
}

#full {
float: left;
clear: none;
width: 700px;
padding-top: 25px;
padding-left: 35px;
text-align: left;
 }
 
.clientleft {
float: left;
clear: both;
width: 240px;
text-align: left;
 }
 
.clientright {
float: right;
clear: right;
width: 440px;
text-align: left;
}

#footer {
padding: 10px;
width: 730px;
clear: both;
}
#footer
{
margin: 1em 0;
padding: 0 0px;
width: 770px;
text-align: justify;
}

/***********************************************/
/* Container Divs                                 */
/***********************************************/


.sidebarhead { 
background-image: url(images/sidehead_back.gif); background-repeat: no-repeat;
height: 32px;
padding-top: 7px;
padding-left: 4px;
font-weight: bold;
color: #0E6794;
 }

.sidetext { 
text-align: left;
font-size: 11px;
padding-left: 15px;
padding-right: 15px;
color: #000;
 }
 
.sidenote { 
background-image: url(images/dot_arrow.gif); background-repeat: no-repeat;
height: 20px;
width: 145px;
text-align: left;
padding-left: 20px;
margin-top: 10px;
float: left;
}

.homecolumn { 
background-image: url(images/home_columnback.gif); background-repeat: no-repeat;
height: 180px;
width: 165px;
}

.foottext { 
width: 720px;
text-align: center;
font-size: 10px;
padding-top: 9px;
margin-left: 25px;
 }
 
/***********************************************/
/* Navigation                                  */
/***********************************************/

#navcontainer
{
margin: 0;
padding: 1px 0px 2px 0px;
}

#navcontainer UL
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#navcontainer LI
{
display: block;
margin: 0;
padding-top: 0;
float: left;
width: auto;
}

#navcontainer A
{
color: #0E6794;
display: block;
width: auto;
font-weight: bold;
text-decoration: none;
margin: 0;
padding: 2px 8px;
border-left: 1px solid #fff;
border-right: 1px solid #aaa;
}

#navcontainer A:hover, #navcontainer A:active { background: #DDFBFF; }

#navcontainer A.active:link, #navcontainer A.active:visited
{
position: relative;
z-index: 102;
background: #D4DDE8;
font-weight: bold;
}

#subnav
{
position: relative;
top: -1px;
z-index: 101;
margin: 0;
padding: 0px 0px 3px 0px;
background: #D4DDE8;
border-top: 1px solid #fff;
border-bottom: 1px solid #aaa;
}

#subnav UL
{
list-style: none;
margin: 1px 0 0px 13px;
padding: 0px;
border-right: 1px solid #fff;
border-left: 1px solid #aaa;
}

#subnav LI
{
position: relative;
z-index: 102;
display: block;
margin: 0;
padding: 0;
float: left;
width: auto;
}

#subnav A
{
color: #fff;
display: block;
width: auto;
text-decoration: none;
margin: 0;
padding: 2px 12px 2px 10px;
}

#subnav A:hover, .subnav A:active { color: #444; }
#subnav A.active:link, .subnav A.active:visited { color: #444; }
#subnav BR, .navcontainer BR { clear: both; }