@charset "utf-8";
/* CSS Document */

/* CSS RESET C/O http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	margin: 0px;
	padding: 0px;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */

a{
color: #444444;
font-weight: bold;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

body{
background-repeat: repeat-x;
background-position: 0px 150px;
font-family: Arial, Helvetica, sans-serif;
}

h2{
color: #99CCFD;
font-weight: normal;
font-size: 12px;
display: block;
letter-spacing: 1px;
padding: 3px;
}

h3{
font-weight: bold;
font-size: 13px;
display: block;
letter-spacing: 1px;
padding: 3px;
}

#content{
border-right: 1px #bac6d2 solid;
border-bottom: 1px #bac6d2 solid;
float: left;
width: 544px;
}

#copyright{
border-top: 1px #bac6d2 solid;
margin-top: 20px;
font-size: 9px;
}

#darkgrey{
background-image: url(images/contentbar.gif);
background-repeat: repeat-x;
width: 100%;
}

#leftbox{
float: left;
}

#leftbox .left{
background-image: url(images/contentbar2.gif);
border-left: 1px #bac6d2 solid;
color: #eeeeee;
font-size: 11px;
font-weight: bold;
line-height: 15px;
height: 246px;
margin-left: 37px;
width: 217px;
}

#leftbox .left a{
color: #ffffff;
font-size: 12px;
font-weight: normal;
display: block;
letter-spacing: 1px;
padding: 3px;
text-decoration: none;
}

#leftbox .left a:hover{
color: #99CCFD;
}

#leftbox .gradiented{
background-image: url(images/contentbar3.gif);
background-repeat: repeat-x;
color: #333333;
font-size: 11px;
font-weight: bold;
line-height: 20px;
height: 242px;
margin-left: 37px;
width: 217px;
}

#maintext{
background: #ffffff;
font-size: 11px;
line-height: 20px;
}

#navbar{
background-image: url(images/navbar.gif);
border-top: 1px #bac6d2 solid;
border-bottom: 1px #bac6d2 solid;
color: #ffffff;
height: 22px;
font-size: 12px;
}

#navbar .left{
background-image: url(images/navbar2.gif);
border-left: 1px #bac6d2 solid;
font-size: 11px;
font-weight: bold;
height: 22px;
margin: 0px;
margin-left: 37px;
padding: 0px;
width: 218px;
}

#navbar .right{
background-image: url(images/navbarborder.gif);
float: none;
}

#navbar .right a{
border-left: 1px #bac6d2 solid;
color: #ffffff;
float: left;
font-size: 10px;
font-weight: bold;
padding: 6px;
padding-bottom: 7px;
padding-left: 21px;
padding-right: 21px;
text-align: center;
text-decoration: none;
}

#navbar .right a:hover{
background-image: url(images/navbarhover.gif);
}

#topbar{
background-image: url(images/topbar.gif);
height: 30px;
width: 100%;
}

#topbar .right{
color: #666666;
float: left;
font-size: 11px;
padding-top: 12px;
padding-left: 150px;
font-weight: bold;
}

#topbar .left{
background-image: url(images/topbar2.gif);
height: 30px;
margin-left: 37px;
width: 217px;
}

.bluetext{
color: #396699;
font-weight: bold;
font-size: 13px;
}

.clear{
clear: both;
}

.left {
float: left;
}

.lightgrey{
background-image: url(images/greybar.gif);
background-repeat: repeat-y;
background-color: #E4E0BE;
}

.mindwidth{
width: 811px;
}

.padding5 {
padding: 5px;
}

.padding10 {
padding: 10px;
}

.padding20 {
padding: 20px;
}

.right {
float: right;
}