﻿.FormTable 
{
	width:80%;
	
}
.FormQuestion 
{
	background-color: #ec008c;
	color: #ffffff;
	font-weight:bold;
	width: 150px;
	padding: 3px;
	font-family:"trebuchet MS";
	font-size: 11px;
	vertical-align:top;
}
/* the Previous need to remain together in this order */

.watermark {
	background: #FFAAFF;
}

.popupControl {
	background-color:#AAD4FF;
	position:absolute;
	visibility:hidden;
	border-style:solid;
	border-color: Black;
	border-width: 2px;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

/* Search Results Page */
.SearchResultsTitle
{
	font-weight:bold;
	padding:0px;
	margin:0px;
	padding-top: 20px;
	font-size: 120%;
}


.SearchResultsDescription
{
	font-size: 100%;
	padding:0px;
	margin:0px;
	padding-top:4px;

}

.SearchResultsURL 
{
	font-size: 80%;
	color: #aaaaaa;
	padding:0px;
	margin:0px;
	padding-top:4px;

}

/* End Search Results Page */

.menubackgroundtop {
	background-image: url(../images/Home/menu_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bottom_background {
	background-image: url(../images/Home/bottom_bg.gif);
	background-repeat: repeat-x;
	
}
.menu_bottom_bg {
	background-image: url(../images/Home/menu_bottom.gif);
	background-repeat: no-repeat;
}
.text_only_bg {
	background-image: url(../images/Home/text_only_bg.gif);
	background-repeat: repeat-x;
}
.main_background {
	background-image: url(../images/Home/bodymain_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.main_background_bottom {
	background-image: url(../images/Home/bodymain_bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.main_background_lines {
	background-image: url(../images/Home/bodymain_bg_lines.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.body_bottom_bg {
	background-image: url(../images/Home/body_bottom_pic_bg.gif);
	background-repeat: repeat-x;
}



hr 
{
	border: 1px solid #0083a6;
	color:#0083a6;
	background-color:#0083a6;
	height:1px;
}
h1{font-family:trebuchet MS, Helvetica; font-size:18px; color:#005CAA; font-weight: bold;}
h2{font-family:trebuchet MS, Helvetica; font-size:18px; color:#640F10; font-weight: bold;}
h3{font-family:trebuchet MS, Helvetica; font-size:13px; color:#640F10;}

p,div{font-family:"trebuchet MS, Tahoma"; font-size:13px; line-height: 21px; color:#005CAA;}
	
