/* Site-Specific Classes
----------------------------*/

.border {
	width: 770px;
	border-style: none;
	margin: auto;
	text-align:center;
}

.border_right {
	width: 12px;
	background-image:url(../images/border_right.gif);
	background-repeat:repeat-y;
	background-color: #dbdada;
}

.border_left {
	width: 11px;
	background-image:url(../images/border_left.gif);
	background-repeat:repeat-y;
	background-color: #dbdada;
}

.body_content {
	width: 747px;
	vertical-align:top;
	text-align:left;
	background-color:#FFFFFF;
}

.topnav_frame {
	width: 747px;
	border-style: none;
	background-color: #324492;
}

.header {
	width: 747px;
	border-style: none;
	background-color: #FFFFFF;
}

.topnav_alignment { margin: auto; }
.topnav {
	width: 336px;
	height: 20px;
	text-align:left;
}

.topnav02 {
	width: 381px;
	height: 20px;
	text-align:left;
}

.topnav_pad { padding-right: 8px; }
.nav_pad { padding-right: 8px; padding-bottom: 2px; }
.nav {
	width: 520px;
	height: 78px;
	vertical-align:bottom;
	text-align:left;
}

.homepage {
	width: 747px;
	border-style: none;
}

.homepage_left_pad { padding-left: 26px; padding-right: 26px; padding-bottom: 28px; padding-top: 12px; }
.homepage_left {
	width: 515px;
	height: 252px;
	vertical-align: top;
	text-align:left;
}

.homepage_right {
	width: 232px;
	vertical-align: top;
	text-align:left;
	background-color: #DDDCDC;
	/*background-color: #FFFFFF;*/
}

.welcome { margin-left: -4px; }

.searchbox {
	margin: auto;
	text-align: center;
	width: 214px;
}

.searchbox02 {
	text-align: right;
	width: 214px;
}
.newsbox {
	margin: auto;
	text-align: center;
	width: 213px;
}
.newsbox_title { color: #7c154c; }
.newsbox_content_pad { padding-left: 10px; padding-right: 10px; padding-bottom: 10px; padding-top: 6px; }
.newsbox_content a { color: #183985; font-weight: normal; text-decoration: underline; }
.newsbox_content a:hover { color: #000000; font-weight: normal; text-decoration: underline; }
.newsbox_content {
	background-color:#f2f1f1;
	vertical-align:top;
	text-align:left;
	height: 183px;
	border-bottom: 1px solid #bdbdbd;
	font-size: 10px;
}

.content_pad { padding-top: 8px; padding-left: 44px; padding-right: 44px; padding-bottom: 12px; }
.content {
	vertical-align:top;
	text-align:left;
}


/* Global
----------------------------*/
body { font-family: Verdana, Arial, Helvetica, sans-serif; }
form { margin: 0px; }
img { border-style: none; }

table { font-size: 11px; }
table a { color:#FF0000; font-weight: normal; text-decoration: underline; }
table a:hover { color: #000000; font-weight: normal; text-decoration: underline; }

table, input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* Common Classes
----------------------------*/
.body { margin:0px; background-color:#dbdada; }
.body_alignment { margin: auto; }

.bullet { margin-right: 4px; margin-left: 4px; }
.subnav a { color: #0F1855; font-weight: bold; text-decoration: none; }
.subnav a:hover { color: #5E5E5E; font-weight: bold; text-decoration: none; }

.sitemap_subnav a { color: #626262; font-weight: normal; text-decoration: none; }
.sitemap_subnav a:hover { color: #000000; font-weight: normal; text-decoration: none; }

.crumb { font-size: 10px; }
.crumb a { color: #006468; font-weight: bold; text-decoration: none; }
.crumb a:hover { color: #000000; font-weight: bold; text-decoration: none; }

.footer { font-size: 10px; color:#FFFFFF; }
.footer a { color:#000000; font-weight: bold; text-decoration: none; }
.footer a:hover { color:#000000; font-weight: bold; text-decoration: none; }

.search { 
	font-size: 9px;
	font-weight: bold;
	padding-left: 4px;
	width: 115px;
}

/* Tell a Friend
----------------------------*/
.body_taf { margin:0px; background-color:#EFECEC; }
.body_taf_table { 
	background-color: #FFFFFF; 
	color:#000000; 
	width: 450px; 
	border-style: none; 
}

.textbox {
	width:150px;
	height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}
.textarea {
	width:300px;
	height: 75px;
	border-style: solid;
	border-width: 1px;
	border-color:#333333;
	font-size: 10px;
	padding-left: 4px;
}

.button {
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;
}

.button_delete {
	font-weight:bold;
	color:#FF0000;
	background-color:#CCCCCC;
}

fieldset {
	border:1px solid #324492;
	padding:2px;
}

legend {
	color:#324492;
	font-size:small;
}

.staff a {
	color:#000000;
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
}

.staff a:hover {
	color:#324492;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}
