/* ********************************
	Html tags
******************************** */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #C1D9E6;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 12px;
	color: #000099;
}

ul {
	padding: 3px;
		margin: 0px 0px 0px 0px;
}
li {
	text-align: left;
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0px 0px 5px;
}

/* ********************************
	Navigation
******************************** */
a:link {
	text-decoration: none;
	font-size: 11px;
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
	color: #000099;
	font-size: 11px;
}
a:active {
	text-decoration: none;
	color: #CC0000;
	font-size: 11px;
}

a.nav:link {
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
a.nav:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
a.nav:hover {
	text-decoration: none;
	color: #CCCCFF;
	font-size: 11px;
	font-weight: bold;
}
a.nav:active {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}

a.small:link {
	text-decoration: none;
	font-size: 9px;
	color: #CC0000;
}
a.small:visited {
	text-decoration: none;
	color: #CC0000;
	font-size: 9px;
}
a.small:hover {
	text-decoration: underline;
	color: #000099;
	font-size: 9px;
}
a.small:active {
	text-decoration: none;
	color: #CC0000;
	font-size: 9px;
}

/* ********************************
	Layout and Borders
******************************** */

.borderRight {
	border-right: 1px solid #FF0000;
	margin: 0px;
}

.borderLeft {
	border-left: 1px solid #FF0000;
	margin: 0px;
}

.borderNav {
	margin: 0px;
	height: 20px;
}

.title{
	background-color: #FFFFFF;
	padding: 15px 0px 5px;	
}


.sideMargin {
	margin-right: 0px;
	padding-right: 45px;
	padding-top: 15px;
}

.spacer {
	background-image: url(images/spacer_07.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* ********************************
	Content Boxes & other fonts
******************************** */

.smallTxt {font-size: 9px}

.border {
	border: 1px solid #000000;
}

.blue {color: #000099}

.blueOne {
	color: #000099;
	font-weight: bold;
	font-size: 11px;
}

.bluebox {
	background-color: #C1D9E6;
	text-align: left;
	padding: 20px;
	border: 1px solid #000000;
}

.blueboxTwo {
	background-color: #C1D9E6;
	text-align: left;
	padding: 20px;
	border: 1px solid #000000;
}

.resourcesOne {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.resourcesTwo {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.style1 {font-size: 10px}
.style2 {
	color: #FF0000;
	font-weight: bold;
}
.style3 {color: #FF0000}