/* Text Styles */
.text {
	font-family : Arial, Helvetica, sans-serif;
	color : #626368;
	font-style : normal;
	font-size : 11px;
	line-height : 18px;
}

p, td, li {
	font-family : Arial, Helvetica, sans-serif;
	color : #626368;
	font-style : normal;
	font-size : 11px;
	line-height : 18px;
}

.largetext {
	font-family : Arial, Helvetica, sans-serif;
	color : #626368;
	font-style : normal;
	font-size : 12px;
	line-height : 19px;
}

.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	color : #626368;
	font-style : normal;
	font-size : 10px;
	line-height : 15px;
}

.browntext {
	font-family : Arial, Helvetica, sans-serif;
	color : #6C654D;
	font-style : normal;
	font-size : 12px;
	line-height : 19px;
}


/* Header Styles */
.header_peagreen {
	font-family : Arial, Helvetica, sans-serif;
	color : #A0C341;
	font-style : normal;
	font-size : 15px;
	line-height : 20px;
	font-weight : bold;
}

.header_highlight {
	font-family : Arial, Helvetica, sans-serif;
	color : #8F8464;
	font-style : normal;
	font-size : 14px;
	line-height : 21px;
	font-weight : bold;
}

.subhead {
	font-family : Arial, Helvetica, sans-serif;
	color : #424347;
	font-style : normal;
	font-size : 12px;
	line-height : 19px;
	font-weight : bold;
}


/* Color Styles */
.white {
	background-color: #ffffff;
}

.taupe {
	background-color: #D8D5CC;
}

.almostwhite {
	background-color: #F3F2EE;
}

.brown {
	background-color: #918464;
}


/* Link Styles */
A:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #A0C341;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #A0C341;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #A0C341;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #47A4C6;
	font-size : 11px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A.small:link {
	font-family : Arial, Helvetica, sans-serif;
	color: #A0C341;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A.small:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #A0C341;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A.small:active {
	font-family : Arial, Helvetica, sans-serif;
	color: #A0C341;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}

A.small:hover {
	font-family : Arial, Helvetica, sans-serif;
	color: #47A4C6;
	font-size : 10px;
	font-style : normal;
	text-decoration: none;
	line-height : 18px;
}


/* body style */
html, body {
	margin: 0px;
	background-color: #1D307C;
	background-image : url(images/bg_gradient.jpg);
	background-repeat : repeat-x;
}


/* sidenav styles */
#left_nav {
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-color: #D8D5CC;
	border-right-width: 1px;
}
#left_nav table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
#left_nav table td a:link, #left_nav table td a:visited, #left_nav table td a:active {
	color: #47A4C6;
	text-decoration: none;
}
#left_nav table td a:hover {
	color: #A0C341;
}

.rollmenu {
	background-color: #ffffff;
	border-top: #D8D5CC 1px solid;
	border-right: #D8D5CC 1px solid;
	border-bottom: #D8D5CC 1px solid;
	border-left: #D8D5CC 1px solid;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 16px;
	font-size: 11px;
	color: #eee;
	font-family: "Arial", "Helvetica", "sans-serif";
	font-weight: bold;
	text-decoration: none;
	display: block;
}
.rollmenu:hover {background-color: #EEEDEA; text-decoration: none}
#menu1 {left: 1px; visibility: hidden; position: relative; top: 1px; background-color: transparent}
#menu2 {left: 1px; visibility: hidden; position: relative; top: 1px; background-color: transparent}
#menu3 {left: 1px; visibility: hidden; position: relative; top: 1px; background-color: transparent}
#menu4 {left: 1px; visibility: hidden; position: relative; top: 1px; background-color: transparent}
#menu5 {left: 1px; visibility: hidden; position: relative; top: 1px; background-color: transparent}

#left_nav2 {
	background-color: #FFFFFF;
	border-right-style: solid;
	border-right-color: #D8D5CC;
	border-right-width: 1px;
}