html
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: #437747;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
}
/****** color: #0033ff; ****/
table, td, tr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF0000;
}
/****** HEADLINES ****/
h2
{
    color: #0033CC;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 0px 2px 0px;
}

h3
{
    color: #0033CC;
	font-weight: bold;
	font-size: 12px;
	padding: 2px 0px 2px 0px;
}

h4
{
    color: #0033CC;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

h5
{
	color: #0033CC;
	font-weight: normal;
	font-size: 11px;
}
/****** COLUMN CURVES *****************/
.leftcolumn
{
	background-color: #4b9852;
	width: 170px;
	background-image: url(../images/shtmlimages/curve_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	font-weight:bold;
	padding: 2px;
	text-align: right;
	color: #FFCC00;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.rightcolumn
{
	background-color: #4b9852;
	width: 170px;
	background-image: url(../images/shtmlimages/curve_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.leftcurve
{
	background-color: #4b9852;
	background-image: url(../images/shtmlimages/curve_botleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.rightcurve
{
	background-color: #4b9852;
	background-image: url(../images/shtmlimages/curve_botright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/******* LEFT COLUMN NAV LIST ********************/
#btn
{
	
	text-align: right;
	width: 100%;
	font-size: 12px;
}
/******* TOP MIDDLE AND BOTTOM OF PAGE **************/
.middletop
{
	background-color: #4b9852;
	width: 580px;
}

.middlebot
{
	background-color: #FFFFCC;
	padding: 5px 20px 20px 20px;
	border-top-color: #FFFFCC;
	border-right-color: #4b9852;
	border-bottom-color: #4b9852;
	border-left-color: #4b9852;
	border-color: #4b9852;
	outline-color: #4b9852;
}
/********** TOP NAVIGATION BUTTONS ***************/
.topnavbtn
{
	background-color: #437747;
	height: 22px;
	text-align: center;
	width: 145px;
	border-top:1px solid #FFCC00; 
	border-right:1px solid #FFCC00;
	border-left:1px solid #FFCC00;
	border-bottom:1px solid #FFCC00;
	
}


/*********** LAYOUT *********************/

input {
	font-family:verdana,sans-serif;
	font-size:11px;
}
select {
	font-family:verdana,sans-serif;
	font-size:11px;
	border: solid 1px blue;
}
#layout{
		position:absolute;
		top:5px;
		left:20px;
}


/********** BLUE LINK * BLUE LINK *********************/		
.bodyblue A:link{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#0033ff
		text-decoration:underline;
}
.bodyblue A:visited{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#0033ff;
		text-decoration:none;
}
.bodyblue A:hover{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#CC3333;
		text-decoration:none;
}

/************ BODY BODY BODY ***************/
.bodysmall{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#FF0000;
		text-decoration:none;
}
.bodysmall A:link{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		color:#0033ff;
		text-decoration:underline;
}
.bodysmall A:visited{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		color:#0033ff;
		text-decoration:none;
}
.bodysmall A:hover{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		color:#CC3333;
		text-decoration:none;
}
.bodytitleredbold{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#FF0000;
		text-decoration:none;
}
.bodytitlered{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#FF0000;
		text-decoration:none;
}
/************DIV TAGS **********************/
#blueHeadlineDiv 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #0033ff;
}
#bottomleftcurve{
		z-index:10;
		left:0px;
		top:360px;
		width:150px;
		height:30px;
		position:absolute;
		visibility:visible;
		background-color:#4b9852;
		layer-background-color:#4b9852;
}
#leftnavigation{
		z-index:10;
		left:0px;
		top:0px;
		width:170px;
		height:360px;
		position:absolute;
		visibility:visible;
		background-color:#4b9852;
		layer-background-color:#000000;
}
/*********** FOOTER FOOTER FOOTER ********************/
#footer{
		z-index:10;
		left:30px;
		top:400px;
		width:710px;
		height:20px;
		position:absolute;
		visibility:visible;
}

a.footer:link
{
	font-size:10px;
	font-weight:normal;
	color:#ffcc00;
	text-decoration:none;
}

a.footer:visited
{
	font-size:10px;
	font-weight:normal;
	color:#ffcc00;
	text-decoration:none;
}

a.footer:hover
{
	font-size:10px;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}

a.footer:active
{
	font-size:10px;
	font-weight:normal;
	color:#ffcc00;
	text-decoration:none;
}
/*********** LEFT NAV * LEFT NAV *****************/
a.leftnav:link
{
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
	margin: 0px 5px 0px 0px;
	padding: 2px 2px 2px 2px;
}

a.leftnav:visited
{
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
	margin: 0px 5px 0px 0px;
	padding: 2px 2px 2px 2px;
}

a.leftnav:hover
{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	margin: 0px 5px 0px 0px;
	padding: 2px 2px 2px 2px;
}

a.leftnav:active
{
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
	margin: 0px 5px 0px 0px;
	padding: 2px 2px 2px 2px;
	
}
/************** RIGHT BORDER *********************/
#rightborder{
		z-index:100;
		left:710px;
		top:0px;
		width:30px;
		height:360px;
		position:absolute;
		visibility:visible;
}
/**************TOP NAV * TOP NAV *********************/
#topnav{
		z-index:12;
		left:130px;
		top:0px;
		position:absolute;
		width:580;
		height:24px;
		visibility:visible;
		border-top: solid 1px #ffcc00;
}

a.topnav:link
{
	font-size:12px;
	font-weight:bold;
	color:#ffcc00;
	text-decoration:none;
}

a.topnav:visited
{
	font-size:12px;
	font-weight:bold;
	color:#ffcc00;
	text-decoration:none;	
}

a.topnav:hover
{
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;	
}

a.topnav:active
{
	font-size:12px;
	font-weight:bold;
	color:#ffcc00;
	text-decoration:none;
}
/***************LINKS LINKS LINKS *******************/
a: {
	font-size: 10px;
	color: #0033CC;
}
a:visited {
	color: #990099;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0033CC;
}
/*********** FONT FONT FONT FONT FONT FONT *********************/
/*********** BLACK FONT * BLACK FONT *********************/
.whiteAD9{
		font-family:verdana,sans-serif;
		font-size:9px;
		font-weight:normal;
		line-height:16px;
		color:#ffffff;
		text-decoration:underline;
}		

/*********** BLACK FONT * BLACK FONT *********************/
.bodyBLACK12{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#000000;
		text-decoration:none;
}		
.bodyBLACK1BOLD2{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#000000;
		text-decoration:none;
}	
.bodyBLACK14{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:16px;
		color:#000000;
		text-decoration:none;
}		
.bodyBLACKbold14{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		color:#000000;
		text-decoration:none;
}		
/*********** White *******************/
.bodywhitesmall{
		font-family:verdana,sans-serif;
		font-size:11px;
		font-weight:normal;
		line-height:11px;
		color:#ffffff;
		text-decoration:none;
}
.bodywhite10{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#ffffff;
		text-decoration:none;
}

.bodywhite10bold{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#ffffff;
		text-decoration:none;
}
.bodywhite12{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:14px;
		color:#ffffff;
		text-decoration:none;
}
/*********** RED RED RED *******************/
.bodyredsmall{
		font-family:verdana,sans-serif;
		font-size:9px;
		font-weight:normal;
		line-height:11px;
		color:#FF0000;
		text-decoration:none;
}
.bodyred10{
		font-family:verdana,sans-serif;
		font-size:10px;
		font-weight:normal;
		line-height:12px;
		color:#FF0000;
		text-decoration:none;
}

.bodyred10bold{
		font-family:verdana,sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:12px;
		color:#FF0000;
		text-decoration:none;
}


/******** BLUE BLUE BLUE *******************/
.bodyblue10pt{
		font-family:verdana,sans-serif;
		font-size:10px;
		font-weight:normal;
		line-height:12px;
		color:#0033ff;
		text-decoration:none;
}
.bodyblue10ptbold{
		font-family:verdana,sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:12px;
		color:#0033ff;
		text-decoration:none;
}
.bodyblue12pt{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#0033ff;
		text-decoration:none;
}	
.bodyblue12bold{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#0033ff;
		text-decoration:none;
}
.bodyblue14pt{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:18px;
		color:#0033ff;
		text-decoration:none;
}
.bodyblue14ptBold{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:18px;
		color:#0033ff;
		text-decoration:none;
}

/******* YELLOW YELLOW YELLOW *****************/

.bodyyel10pt{
		font-family:verdana,sans-serif;
		font-size:10px;
		font-weight:bold;
		line-height:10px;
		color:#ffcc00;
		text-decoration:none;
}	
.bodyyel12pt{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#ffcc00;
		text-decoration:none;
}		
.bodyyel12bold{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#ffcc00;
		text-decoration:none;
}
.bodyyel14pt{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:16px;
		color:#ffcc00;
		text-decoration:none;
}
.bodyyel14ptBold{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		color:#ffcc00;
		text-decoration:none;
}
.bodyyel16pt{
		font-family:verdana,sans-serif;
		font-size:16px;
		font-weight:normal;
		line-height:18px;
		color:#ffcc00;
		text-decoration:none;
}
.bodyyel16ptBold{
		font-family:verdana,sans-serif;
		font-size:16px;
		font-weight:bold;
		line-height:18px;
		color:#ffcc00;
		text-decoration:none;
}
.bodyyel18ptBold{
		font-family:verdana,sans-serif;
		font-size:18px;
		font-weight:bold;
		line-height:20px;
		color:#ffcc00;
		text-decoration:none;
}

/********** GREEN GREEN GREEN *********************/

.bodygrn12{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#009933;
		text-decoration:none;
}
.bodygrn12bold{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#009933;
		text-decoration:none;
}
.bodygrn14pt{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:16px;
		color:#009933;
		text-decoration:none;
}		
.bodygrn14ptBold{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		color:#009933;
		text-decoration:none;
}
.bodygrn16pt{
		font-family:verdana,sans-serif;
		font-size:16px;
		font-weight:normal;
		line-height:18px;
		color:#009933;
		text-decoration:none;
}
.bodygrn16ptBold{
		font-family:verdana,sans-serif;
		font-size:16px;
		font-weight:bold;
		line-height:18px;
		color:#009933;
		text-decoration:none;
}

/***************************************/
