body {
	background-image: url("images/background.gif");
	background-repeat: repeat-y;
	background-position: top center;
	font-size: 11px;
	font-family: verdana, arial, helvetica;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: justify;
}

a {
	border: 0px;
}

img {
	border: 0px;
}

h4 {
	font-size: 16px;
}

/*div {
	border: 1px black solid;
	}

/* Input CSS */


SELECT, option, input, textarea {font-family: verdana; font-size: 10px; color: #000000; background-color: #FFFFFF; border: 1px #000000 solid; width: 175px;}

.radio {
	border: none;
	vertical-align: middle;
	width: 12px;
}

/* Layout CSS */

#bodydiv{
	width: 100%;
	
}
#textnav
{
	background-image: url("images/textnav.gif"); 
	background-repeat: no-repeat;
}

.navback {
	background-image: url("images/navback.gif");
	background-repeat: repeat-y;
}

.pick_header {
    background-color: #2EA94E;
    text-align: left;
    padding: 2px;
    margin: 1px;
}
.page {
    padding: 10px 25px 25px 25px;
}

/* Text CSS */

.lightblue {
	color: #7FB1CA;
}

/* Text Layout CSS */

/* Link CSS */

a:link {text-decoration : underline; color : #C61C1E; font-size: 9px; text-transform: uppercase;}	
a:visited {text-decoration : underline; color : #C61C1E; font-size: 9px; text-transform: uppercase;}
a:hover {text-decoration : underline; color : #C61C1E; font-size: 9px; text-transform: uppercase;}

a.whitelink:link {text-decoration : none; color : #FFFFFF; text-transform: none;}	
a.whitelink:visited {text-decoration : none; color : #FFFFFF; text-transform: none;}
a.whitelink:hover {text-decoration : underline; color : #FFFFFF; text-transform: none;}

a.whitenoline:link {text-decoration : none; color : #FFFFFF;}	
a.whitenoline:visited {text-decoration : none; color : #FFFFFF;}
a.whitenoline:hover {text-decoration : none; color : #FFFFFF;}

a.lblink:link {text-decoration : none; color : #7FB1CA;}	
a.lblink:visited {text-decoration : none; color : #7FB1CA;}
a.lblink:hover {text-decoration : underline; color : #7FB1CA;}


/* to ensure links on green backgrounds aren't red */
a.stylelink:link {text-decoration : none; color : #FFFFFF; text-transform: none;}
a.stylelink:visited {text-decoration : none; color : #FFFFFF; text-transform: none;}
a.stylelink:hover {text-decoration : underline; color : #FFFFFF; text-transform: none;}