﻿*
{
	margin: 0;
	padding: 0;
	font: Verdana, Arial, Tahoma, Helvetica, sans-serif;
}

body
{
	font: .8em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5d5c5c;
}



.body #top_bar
{
	height: 20px;
	background-image: url(images/top_bar.gif);
	background-repeat: repeat-x;
	background-color: #3e5496;
}

.body #about_tab
{
	height: 24px;
	width: 116px;
	margin-right: 8px;
	background-color: #3e5496;
}

.body #contact_tab
{
	height: 24px;
	width: 116px;
	background-color: #3e5496;
}

.body #header
{
	padding: 5px 10px 5px 20px;
}



/*.body ul#menu_items a, a:visited
{
	color: #3e5496;
	text-decoration: none;
}

.body ul#menu_items a:hover
{
	color: #3e5496;
	text-decoration: none;
	background-color: #F2F2F2;
}*/





.body #left_col_subtext p
{
	color: #3e5496;
	font-size: .8em;
	padding: 7px 0;
}





.body #mainContent_head_1Col /* specific to single column master ==========================>>>>>>>>>>>*/
{
	margin: 45px 20px 20px 120px;
	padding: 0px 0 0 0;
	font-size: 1.4em;
	font-weight:bold;
	color:#3e5496;
}



.body #mainContent_1Col /* specific to single column master ==========================>>>>>>>>>>>*/
{
	margin: 0 20px 0 20px; /*overflow: auto;*/	
	min-height:500px;
}

.body #verisign
{
	padding-top: 40px;
}





/*==================================*/
/* GENERAL CLASSES
/*==================================*/





.sponsor_div
{
	text-align: center;
	padding-bottom: 20px;
}




.emph_text
{
	font-style: italic;
	font-weight: bold;
}

.fltrt
{
	float: right;
	margin-left: 8px;
}

.fltrt_clear_none
{
	float: right;
	clear: none;
	margin-left: 8px;
}

.fltlft
{
	float: left;
	margin-right: 8px;
}

.clearfloat
{
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}

.linkbutton
{
	width: 225px;	
	background-color:#3e5496;
	padding: 3px 0 3px 0;
	text-align:center;
	color: White;
	text-decoration: none;
	border-style: outset;
	border-width:thin;
	border-color:#999999;
	margin-bottom:3px;

}

.linkbutton:hover
{
	background-image: url(images/hover_grad.gif);
	background-repeat:repeat-x; 
}

.linkbutton[disabled]
{
	background-color:#636F93;	
}

.push_down_5
{
	padding-top: 5px;
	font-size: larger;
	color: #959798;
}

h1
{
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	color: #3e5496;
	padding-bottom: 8px;
}

h2
{
	font-size: 2em;
	font-weight: bold;
	color: #3e5496;
	padding-bottom: 3px;
	padding-top: 6px;
}

h3
{
	font-size: 1.5em;
	font-weight: bold;
	color: #3e5496;
	padding-top: 8px;
}


.body #menu
{
	padding-top: 20px;
	clear:both;
	height: 4px;
}

.body ul#menu_items
{
	margin: 0px;
	padding: 0px;
}

.body ul#menu_items li
{
	display: inline;
	padding-left: 0px;
}

.body #top_tabs
{
	height: 25px;
	background-color: Transparent;
	margin-top: -1px;
	margin-right: 20px;
	padding-bottom:10px;
	float:right;
}

.body #top_tabs li a
{
	background-color: #3e5496;
	color:White;
	padding: 0px 10px 5px 10px;
	font-weight:bold;
	text-decoration:none;	
	border: outset thin #999999;
	border-top: none;
}

.body #top_tabs li a:hover
{
	background-color: #5c71b3;
	background-image: url(images/hover_grad.gif);
	background-repeat: repeat-x;
}

.CommunityTree
{
	width:240px;
	max-height:800px;
	max-width:240px;	
	
}

.container 
{
	background-color:#E0F0FF;
	margin:5px;
	padding:10px;
}

div>.container .t,
div>.container .b,
div>.container {
 /*background:url('images/container.gif') no-repeat left top;
 _background-image:url(images/container.gif);*/
 margin:0px;
padding:10px;
}

div>.container .t
{
	position:absolute;
	left:0px;
	top:0px;
	width:12px; /* top slice width */
	margin-left:-12px;
	height:12px;
	_height:1600px; /* arbitrary long height, IE 6 */
	background-position:top left;
	padding: 10px;	
}


div>.container
{
	max-width:600px;
	z-index:1;
	margin-left:12px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
		padding: 10px;	
}

div>.container .b 
{
	/* bottom */
	position:relative;
	width:100%;
	background-position:bottom left;
	height:12px;
		padding: 10px;	
}

.DetailView
{
	height:100%;
	padding-left:3px;
	border-top:solid thin #999999;
	padding-top:15px;	
	margin-top:15px;
}
