*{
	margin: 0;
	padding: 0;
	font-family: arial;
}
body{
	background: #d4d7c5 url(images/bg.png) repeat-x;
	font-size: 13px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
	color: black;
	margin-top: 25px;
	margin-bottom: 25px;
}
html{
	Overflow-y: scroll;
}
img{
	display: block;
	position: relative;
	z-index: 2;
}
.Clear{
	clear: both;
}
.Header{
	width: 960px;
	margin: auto auto;	
}
.MainWrapper{
	background-image: url(images/shadows.png);
	width: 992px;
	margin: auto auto;
	padding-top: 14px;
	margin-top: -8px;
}
.Main{
	background: #c6d9da url(images/MainBg.jpg) bottom no-repeat; 
	/*min-height: 500px;*/
	width: 960px;
	margin: auto auto;
	padding-top: 10px;
}
.ContentContainer{
	padding: 0 15px 15px 15px;
}

.Bottom{
	height: 18px;
	width: 992px;
	margin: auto auto;
	background-image: url(images/shadows_bottom.png);
}
/*---Text Styling---*/
.TopNavigation{
	height: 71px;
	width: 985px;
	background-image: url(images/nav_bg.png);
	margin-left: -2px;
}
.TopNavigation ul{
	list-style: none;
	float: right;
}
.TopNavigation ul li{
	float: left;
	margin-top: 2px;
	background: transparent url(images/TopNavigation_LinkBg.png) repeat-x top;
}
.TopNavigation ul li a:link,
.TopNavigation ul li a:visited {
	display: block;
	line-height: 37px;
	padding: 0 15px 0 15px;
	margin: 5px 0 5px 0;
	border-right: 1px solid #add14e;
	color: white;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.TopNavigation ul li a:active,
.TopNavigation ul li a:hover{
	color: #224a6d;
}
.TopNavigation ul li a.last{
	border: none;
}
/*---Text Styling---*/
.Content{
	color: #595959;
}
.Content a{
	color: #5d94ba;
}
.Content a:hover{
	text-decoration: none;
}
.Content p{
	margin-bottom: 8px;
}
.Content h1,
.Content h2,
.Content h3,
.Content h4,
.Content h5,
.Content h6{
	color: #5d94ba;
	margin-bottom: 8px;
}
.Content h1 span,
.Content h2 span,
.Content h3 span,
.Content h4 span,
.Content h5 span,
.Content h6 span{
	color: #224a6d;
}
.Content ul,
.Content ol{
	margin-left: 25px;
	margin-bottom: 8px;
}
.Content ul li,
.Content ol li
{
    margin-bottom: 3px;
}
.ContentBox{
	width: 928px;
	margin: auto auto;
		position: relative;
}
.ContentBox >.Content{
	background: transparent url(images/ContentBox_bg.png);
	padding: 0 10px 0 10px;
	min-height: 400px;
}
/*---Home Page Stuff---*/

.HomeBox{
	background: transparent url(images/HomeBox_bg.png);
	width: 417px;
	height: 100px;
	padding: 5px 15px 15px 15px;
}
.HomeTextBox{
	background: transparent url(images/HomeTextBox_bg.png);
	height: 48px;
	border-right: 1px solid #8aa83f;
	float: left;
	width: 200px;
}
.HomeTextBox input{
    border: none;
    margin: 1px;
    width: 192px;
    font-size: 16px;
    padding: 3px;
}
.HomeTextBox span{
	line-height: 21px;
	color: white;
	font-weight: bold;
	padding-left: 8px;
}

/*---Members Stuff---*/

.MembersRight{
    float: right;
    width: 740px;
}
.MembersRight >.ContentBox{
	width: 100%;
	margin: auto auto;
	position: relative;
}
.ContentBox >.Content{
	background: transparent url(images/ContentBox_bg.png);
	padding: 0 10px 0 10px;
	min-height: 400px;
}

.MembersNav{
    width: 175px;
    float: left;
}
.MembersNav > div
{
    background: transparent url(images/ContentBox_bg.png);
    padding: 4px;
}
.MembersNav ul{
    list-style: none;
    margin: 0;
    padding: 0;    
}
.MembersNav ul li{    
    margin: 0;
    padding: 0;
}
.MembersNav ul li a{
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding: 3px 0 3px 5px;
    border-bottom: 1px dashed #5d94ba;
    color: #224a6d;
}

.Center{
    margin: auto auto;
}

.disclaimer
{
    font-size: 12pt;
    font-weight: bold;
}

.tblHeader
{
    background-color: #D4E2E3;
    font-weight: bold;
    color: #5D94BA;
    padding: 3px;
}
 
 .tblRow
{
    padding: 3px;
}  
