html
{
	padding: 0px;
	margin: 0px;
}

body
{
	background-color: FFCC00;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #003399;
}

table, td, tr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
}
/**********************************/
h4
{
    color: #0033CC;
	font-weight: bold;
	font-size: 11px;
	padding: 2px 0px 2px 0px;
}

h5
{
	color: #0033CC;
	font-weight: normal;
	font-size: 11px;
}
/**********************************/
.leftcolumn
{
	background-color: #0033CC;
	width: 170px;
	background-image: url(../images/shtmlimages/curve_topleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding: 2px;
	text-align: right;
	color: #FFCC00;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.leftcolumnwhite
{
	background-color: #0033CC;
	width: 170px;
	background-repeat: no-repeat;
	background-position: left top;
	margin:0px;
	padding: 2px;
	text-align: right;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.rightcolumn
{
	background-color: #0033CC;
	width: 180px;
	background-image: url(../images/shtmlimages/curve_topright.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/**********************************/
.leftcurve
{
	background-color: #0033CC;
	background-image: url(../images/shtmlimages/curve_botleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

.rightcurve
{
	background-color: #0033CC;
	background-image: url(../images/shtmlimages/curve_botright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
/**********************************/
#btn
{
	text-align: right;
	width: 100%;
	font-size: 12px;
}

.middletop
{
	background-color: #FFFFFF;
	width: 580px;
}

.middlebot
{
	background-color: #FFFFFF;
	padding: 5px 20px 20px 20px;
}
/**********************************/
.topnavbtn
{
	background-color: #FFCC00;
	height: 22px;
	text-align: center;
	width: 145px;
	
}
.topnavredbtn
{
	background-color: #FF0000;
	height: 22px;
	text-align: center;
	width: 145px;
	
}
.topnavbluebtn
{
	background-color: #FFCC00;
	height: 16px;
	text-align: center;
	width: 160px;
	color: #003399;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	line-height: normal;
}

.topnavBIGbluebtn
{
	background-color: #FFCC00;
	height: 22px;
	text-align: center;
	width: 160px;
	color: #003399;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	vertical-align: middle;
	line-height: normal;
}
/********************************************/

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;
}
/********************************************/
.body{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#FFFFFF;
		text-decoration:none;
}

.bodyfooter{
		font-family:verdana,sans-serif;
		font-size:10px;
		font-weight:normal
		line-height:12px;
		color:#000000;
		text-decoration:none;
}
	
.bodygreen{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#339900;
		text-decoration:none;
}		
.bodygreenbold{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#339900;
		text-decoration:none;
}
.bodygreen{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:16px;
		color:#339900;
		text-decoration:none;
}		
.bodygreenbold{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		color:#339900;
		text-decoration:none;
}	
.bodyred{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#ff0000;
		text-decoration:none;
}		
.bodyredbold{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#ff0000;
		text-decoration:none;
}		
.bodywhite{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#ffffff;
		text-decoration:none;
}
.bodywhite14bold{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		color:#ffffff;
		text-decoration:none;
}
.bodyblue A:link{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#0033CC;
		text-decoration:underline;
}
.bodyblue A:visited{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#0033CC;
		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;
}
.bodybluebold{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#0033CC;
		text-decoration:none;
}
.bodyblue14pt{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:normal;
		line-height:16px;
		color:#0033cc;
		text-decoration:none;
}
.bodyblue14ptBold{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		color:#0033cc;
		text-decoration:none;
}
.bodyblue16ptBold{
		font-family:verdana,sans-serif;
		font-size:16px;
		font-weight:bold;
		line-height:18px;
		color:#0033cc;
		text-decoration:none;
}
/**********************************/
.bodysmall{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:14px;
		color:#0033CC;
		text-decoration:none;
}
.bodysmall A:link{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		color:#0033CC;
		text-decoration:underline;
}
.bodysmall A:visited{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:normal;
		line-height:12px;
		color:#0033CC;
		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;
}
.bodytitle{
		font-family:verdana,sans-serif;
		font-size:14px;
		font-weight:bold;
		line-height:16px;
		color:#FFFFFF;
		text-decoration:none;
}
/**********************************/
.outnaboutHeading{
		font-family:verdana,sans-serif;
		font-size:12px;
		font-weight:bold;
		line-height:14px;
		color:#FFCC00;
		text-decoration:none;
}

/**********************************/

#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: #0033CC;
}
#outnaboutDiv
{
    z-index: 2;
    left: 130px;
    visibility: hidden;
    width: 580px;
    position: absolute;
    top: 60px;
    height: 330px;
		background-color:#FFFFFF;
		layer-background-color:#FFFFFF;
		border-bottom: solid 1px #0033CC;
}

#bottomleftcurve{
		z-index:10;
		left:0px;
		top:360px;
		width:150px;
		height:30px;
		position:absolute;
		visibility:visible;
		background-color:#000000;
		layer-background-color:#000000;
}
#leftnavigation{
		z-index:10;
		left:0px;
		top:0px;
		width:130px;
		height:360px;
		position:absolute;
		visibility:visible;
		background-color:#0033CC;
		layer-background-color:#0033CC;
}
#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:#000000;
	text-decoration:none;
}

a.footer:visited
{
	font-size:10px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
}

a.footer:hover
{
	font-size:10px;
	font-weight:normal;
	color:#FF0000;
	text-decoration:none;
}

a.footer:active
{
	font-size:10px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
}

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:#ffff33;
	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;
}

a.leftnavwhite:link
{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.leftnavwhite:visited
{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

a.leftnavwhite:hover
{
	font-size:12px;
	font-weight:bold;
	color:#FFCC00;
	text-decoration:none;
}

a.leftnavwhite:active
{
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#rightborder{
		z-index:100;
		left:710px;
		top:0px;
		width:30px;
		height:360px;
		position:absolute;
		visibility:visible;
}
#topnav{
		z-index:12;
		left:130px;
		top:0px;
		position:absolute;
		width:580;
		height:24px;
		visibility:visible;
		border-top: solid 1px #0033CC;
}
#topnavwhite{
		z-index:12;
		left:130px;
		top:0px;
		position:absolute;
		width:580;
		height:24px;
		visibility:visible;
		border-top: solid 1px #000000;
}
a.topnav:link
{
	font-size:12px;
	font-weight:bold;
	color:#0033CC;
	text-decoration:none;
}

a.topnav:visited
{
	font-size:12px;
	font-weight:bold;
	color:#0033CC;
	text-decoration:none;	
}

a.topnav:hover
{
	font-size:12px;
	font-weight:bold;
	color:#ff0000;
	text-decoration:none;	
}

a.topnav:active
{
	font-size:12px;
	font-weight:bold;
	color:#0033CC;
	text-decoration:none;
}
