/* classes for general styles used throughout the site*/

.homebody {
	height: 100%;
	background : #0C1726;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	/*background-image : url(/images/home_background.jpg);*/
}

.rippowambody {
	height: 100%;
	background : #ffffff;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;
	background-image : url(/images/content_background.gif);
	background-repeat: repeat-y;	
}

.maintext {
	font-family : Verdana, Times New Roman;
	font-size : 10px;
	color : #333333;
}
.sidebartext {
	font-family : Verdana;
	font-size : 10px;
	color : #333333;
} 
.sidebartextbold {
	font-family : Verdana;
	font-size : 10px;
	color : #0333333;
	font-weight : bold;
}

.ddlb {
	font-family : Verdana, Times New Roman;
	font-size : 10px;
	color : #000000;
}

.ddlbheader {
	font-family : Verdana, Tahoma, Arial, Futura;
	font-size : 10px;
	color : #000000;
	line-height:14px;
}

.sidebarheader{
	font-weight : bold;
	font-family : Verdana;
	font-size : 10px;
	color : #ffffff;	
}

.maintextbold {
	font-weight : bold;
	font-family : Verdana, Times New Roman;
	font-size : 10px;
	color : #333333;	
}

.photocaption {
	font-family : Verdana;
	font-size : 10px;
	line-height: 15px;
	color : #333333;
}

.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 : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color:#0000FF;
	text-decoration : underline;
}

a:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color:#0000FF;
	text-decoration : underline;
	
}

a:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color:#0000FF;
	text-decoration : underline;
}

a:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color:#0000FF;
	text-decoration : none;
}

/*-----additional link------------*/
sitelink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color:#0000FF;
	text-decoration : underline;
}

sitelink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color:#0000FF;
	text-decoration : underline;
	
}

sitelink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color:#0000FF;
	text-decoration : underline;
}

sitelink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color:#0000FF;
	text-decoration : none;
}

#sidebarlinkon{
	font-weight: bold;
	text-decoration : none;
}

#linkon{
	font-weight: bold;
	text-decoration : none;
}

.sidebarlink:visited {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	color : #000099;
	text-decoration : underline;
}
.sidebarlink {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	text-decoration : underline;
}
.sidebarlink:active {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	text-decoration : underline;
}
.sidebarlink:hover {
	font-family : Verdana, Tahoma;
	font-size : 10px;
	font-weight: normal;
	text-decoration : none;
}
.quicklink:visited {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.quicklink {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.quicklink:active {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #ffffff;
	text-decoration : none;
}
.quicklink:hover {
	font-family : Verdana, Tahoma;
	font-size : 11px;
	font-weight: normal;
	color : #0E481E;
	text-decoration : none;
	background-color: #C6DFAD;
}
.L2header{
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #333333;	
}
.L3header{
	font-weight : bold;
	font-family : Verdana;
	font-size : 11px;
	color : #333333;	
}
