/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #315485;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/home_background.jpg);
	background-repeat: repeat-x;
}

.shellbody {
	height: 100%;
	background-image:none;
	background-color:#ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
}
.ddlb{
	font-family : Verdana;
	font-size : 9px;
	color : #000000;
}
.maintext {
	font-family : Verdana;
	font-size : 11px;
	color : #000000;
}
.sidebartext{
	font-family : Verdana;
	font-size : 9px;
	color : #333333;
}
.sidebartextbold{
	font-family : Verdana;
	font-size : 9px;
	color : #333333;
	font-weight:bold;
}
.l2headerclass {
	font-weight : bold;
	font-family : Verdana;
	font-size : 14px;
	color : #000000;
}
.l3headerclass{
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #274167;
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #333333;	
}
.sidebarheader{
	font-family : Verdana;
	font-size : 9px;
	color : #243F65;
	font-weight:bold;
}

.photocaption {
	font-family : Georgia, Times New Roman;
	font-size : 10px;
	color : #8F9FB5;
	font-weight:bold;
}

.formbox {
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
	font-size: 10px;
	color:#352D2D; 
	background-color:#ffffff;
	border-style : solid;
	border-width : 1px;
	border-color : #808080;		
}

a {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #203553;
	text-decoration : none;
}

a:visited {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #203553;
	text-decoration : none;
	
}

a:active {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #203553;
	text-decoration : none;
}

a:hover {
	font-family : Georgia, Times New Roman;
	font-size : 11px;
	color : #203553;
	text-decoration : underline;
}

/*-----additional link------------*/

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : underline;
}

.button:visited{
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.button{
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.button:active{
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.button:hover{
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : underline;
}

.button2:visited{
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.button2{
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.button2:active{
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : none;
}
.button2:hover{
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #243F65;
	text-decoration : underline;
}