* {
	margin: 0px;
	padding: 0px;
}

body {
	color: #000;
	background: #DCEDFF ;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: center;
	height:98%
}


a {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #9e0100;
	background-color: inherit;
}

span {
	display: inline;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	padding: 7px 0px 8px;
	text-align: justify;
	line-height: 15px;
}

input {
	border: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

.thumbnail {
	padding: 10px 0px;
	float: left;
	width:248px;
	height:197px;
	background:  url('images/welcome_thumbnail.jpg') no-repeat 0% 0%;
}

/********************************* layout navigation   ***************************************/
#body_wrapper {
	margin: 0px auto;
	width: 789px;
	color: inherit;
	background-color: #fff;
	text-align: left;
	height:100%;
}

#container {
	margin: 0px 1px;
	width: 787px;
	height:100%;
}


/* Page Header */

#page_header {
	width: 787px;
	height: 222px;
	overflow: hidden;
	font-weight: bold;
	text-align: left;
}

#page_header a {
	color: #fff;
	background: inherit;
}

#page_header a:hover {
	color: #f4d03f;
	background-color: inherit;
}


/* Header Title */

#header_title {
	width: 413px;
	height: 221px;
	color: #fff;
	background: #cc0000 url('images/headertitle_bg.jpg') no-repeat 0% 0%;
	float: right;
	overflow: hidden;
}

#header_title h1 {
	margin: 19px auto 0px 8px;
	width: 300px;
	height: 64px;
	background: url('images/headertitle.gif') no-repeat 0% 0%;
}

#header_title .textbox {
	padding: 85px 12px 0px;
}

#header_title .textbox a {
	text-transform: uppercase;
}


/* Header Links */

#header_links {
	width: 220px;
	height: 221px;
/*	background: url('images/logo.gif') no-repeat 0% 46px;*/
	float: left;
	overflow: hidden;
	font-size: 10px;
}

#header_links a {
	text-decoration: none;
}

#header_links ul {
	width: 220px;
	height: 46px;
	color: #fff;
	background-color: #cc0000;
}


#header_links li {
	padding: 20px 12px 0px;
	float: left;
}


/* Header Navigation Menu */

#header_navmenu {
	width: 154px;
	height: 221px;
	color: #fff;
	background: #f65741 url('images/headernav_bg.jpg') repeat-y;
	float: left;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
	border-bottom: #d1d1d1 1px solid;
}

#header_navmenu a {
	text-decoration: none;
}

#header_navmenu ul {
	margin-top: 46px;
	height: 174px;
	background: url('images/headernav_listbg.gif') repeat-y;
	border-bottom: #9f0000 1px solid;
}


#header_navmenu li {
	background: url('images/headernav_bullet.jpg') no-repeat 8px 5px;
	width: 154px;
	height: 23px;
	border-top: #fff 1px solid;
	text-transform: uppercase;
	overflow: hidden;
	float: left;
}

#header_navmenu .active {
	background: url('images/headernav_bullet.jpg') no-repeat 8px 5px;
	width: 154px;
	height: 23px;
	border-top: #fff 1px solid;
	text-transform: uppercase;
	overflow: hidden;
	float: left;
	background-color: #cc0000;

}
#header_navmenu li a {
	display: block;
	padding-top: 6px;
	padding-left: 28px;
	background-image: none;
}


/* Left Sidebar */

.leftsidebar_box {
	padding: 15px 20px;
	text-align: left;
	min-height:270px;
	
}

.leftsidebar_box .pay_button {
	padding-top: 25px;
	text-align: center;
}

.leftsidebar_box .highlight {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}


/* Right Column */

.rightcolumn_box {
	padding: 15px 20px;
	font-size:12px;
	text-align:justify;
}

.rightcolumn_box h2 {
	padding-bottom: 10px;
	font-size: 14px;
	color: #c00000;
	background-color: inherit;
}


/* Page Content First Row */

#page_content_1 {
	width: 787px;
	color: inherit;
	background: #9CCDFF ;
}

#rightcolumn_1 {
	width: 566px;
	float: right;
	font-size: 12px;
}

#rightcolumn_1 .rightcolumn_box p {
	padding-bottom: 5px;
	padding-left: 15px;
	width: 260px;
	float: left;
	font-size:12px;
}

#rightcolumn_1 .whitebar {
	margin : 0px;
	height : 1px;
	color: inherit;
	background-color: #fff;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
}


/* Left Sidebar : What's New */

#leftsidebar_1 {
	width: 221px;
	/*background: url('images/sidebar_box1_top.jpg') no-repeat 0% 0%;*/
	text-align: right;
	float: left;
}

#leftsidebar_1_header {
	margin: 18px 15px 0px auto;
	width: 156px;
	height: 33px;
	background: url('images/sidebar_box1_headerbg.jpg') no-repeat 0% 0%;
	overflow: hidden;
}

#leftsidebar_1_header h2 {
	width: 156px;
	height: 33px;
	background: url('images/whatsnew_header.gif') no-repeat 50% 50%;
}


/* Right Column : Sign Up Now */

#signupnow {
	padding: 5px 10px;
	font-size: 11px;
}

#signupnow h3 {
	margin: 7px 0px 3px;
	width: 282px;
	height: 42px;
	background: url('images/signupnow.gif') no-repeat 0% 0%;
	float: left;
	cursor:pointer;
	cursor:hand;
	text-align:center;
	color:Blue;
}

#signupnow form {
	width: 260px;
	float: right;text-align:right
}

#signupnow .formfield {
	float: left;
	padding: 0px 0px 3px;
	width: 180px;

}

#signupnow form strong {
	display: block;
	padding-top: 11px;
	width: 60px;
	text-align: right;
	float: left;
	clear: left;
}

#signupnow input {
	margin-top: 8px;
	margin-left: 10px;
	padding: 2px 0px;
	width: 100px;
	border: #000 solid;
	border-width: 1px 0px 0px 1px;
	float: left;
}

#signupnow input.button_submit {
	margin-top: 3px;
	width: 60px;
	height: 48px;
	border: none;
	float: right;
}

/********************************* layout navigation   ***************************************/

#mbody_wrapper {
	margin: 0px auto;

	height:100%;
	color: inherit;
	background-color: #fff;
	text-align: left;
}

#mcontainer {
	margin: 0px 1px;

height:100%;
}


/* Page Header */

#mpage_header {
	overflow: hidden;
	font-weight: bold;
	text-align: left;
	background: #cc0000;
}

#mpage_header a {
	color: #fff;
	background: inherit;
}

#mpage_header a:hover {
	color: #f4d03f;
	background-color: inherit;
}


/* Header Title */

#mheader_title {
	height: 221px;
	color: #fff;
	background: #cc0000 url('images/headertitle_bg.jpg') no-repeat 0% 0%;
	float: right;
	overflow: hidden;
}

#header_title h1 {
	margin: 19px auto 0px 8px;
	width: 300px;
	height: 64px;
	background: url('images/headertitle.gif') no-repeat 0% 0%;
}

#mheader_title .textbox {
	padding: 85px 12px 0px;
}

#mheader_title .textbox a {
	text-transform: uppercase;
}


/* Header Links */
#mlogo {

	float:left;width:51px;height:46px;
	background: url('images/Smalllogo.gif') no-repeat 0% 0%;

}
#mheader_links {

	font-size: 10px;
	float:left;
}

#mheader_links a {
	text-decoration: none;
}

#mheader_links ul {

	height: 46px;
	color: #fff;
	background-color: #cc0000;
}


#mheader_links li {
	padding: 20px 12px 0px;
	float: left;
}



/* Left Sidebar */

.mleftsidebar_box {
	padding: 15px 20px;
	text-align: left;
}

/* Page Content First Row */

#mpage_content_1 {
	height:84%;
	color: inherit;
	/*background: #9CCDFF */
}


/* Left Sidebar : What's New */

#leftsidebar_1 {
	width: 170px;
	height:100%;
	text-align: right;
	float: left;

}


/* Page Footer */

#page_footer {
	color: #fff;
	background: #c00000 url('images/footer_bg.jpg') no-repeat 0% 100%;
	font-weight: bold;
}

#page_footer a {
	color: #fff;
	background-color: inherit;
}

#page_footer a:hover {
	color: #f69689;
	background-color: inherit;
}

#page_footer_box {
	padding: 5px 10px 7px 180px;
}

#page_footer_box p {
	padding: 2px 0px 3px;
}


/* Footer Links */

#footer_links {
	padding: 10px 0px 6px;
}

#footer_links li {
	float: right;
	/*background: url('images/footerlinks_div.gif') no-repeat 100% 50%*/
}

#footer_links li a {
	display: block;
	padding: 0px 10px 0px 14px;
	text-decoration: none;
}

#footer_links li#firstlink a {
	padding-left: 0px;
}

#footer_links li#lastlink {
	background-image: none;
}
td {
	color: #000;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	text-align: left;
}

.txtBox
{
		margin-top: 8px;
	margin-left: 10px;
	padding: 2px 0px;
	width: 90%;
	border: #000 solid;
	border-width: 1px 0px 0px 1px;
	float: left;

	}

.input {
	margin-top: 8px;
	margin-left: 10px;
	padding: 2px 0px;
	width: 300px;
	border: #000 solid;
	border-width: 1px 0px 0px 1px;
	float: left;
}
.checkbox {

	margin-left: 10px;
	padding: 2px 0px;
	width: 20px;
	border: #000 solid;
	border-width: 0px 0px 0px 1px;
	float: left;
}

textarea {
	margin-top: 8px;
	margin-left: 10px;
	padding: 2px 0px;
	width: 300px;height	: 100px;
	border: #000 solid;
	border-width: 1px 0px 0px 1px;
	float: left;
}
.gridheading
{ font-weight:bolder;
	height:20px;
	background-color:#c00000;
	color:White;
	text-align:center;
	}
	.AspGrid
{ font-weight:normal;
	font-size:xx-small;
	}
	.gridAlterNateItem
	{
		border-bottom:1px solid #c00000;
		}
		
	.button {
	margin-top: 8px;
	background-color:White;
	margin-left: 10px;
	padding: 2px 0px;
	width: 100px;
	border: BLACK solid;
	border-width: 1px 0px 0px 1px;
	
}


#editTable 
{
	background-color:#DCEDFF;
	border:1px dotted #FFCCCC
}
.editTable 
{
	/*background-color:white;
	border:1px dotted #FFCCCC*/
}
#editTable th
{
	text-align:center;
	font-weight:bold;
	font-size:10px;
	color:#c00000;
	background-color:#9CCDFF;
	height:18px;
	
}

.editTable td
{
	text-align:left;
	white-space:nowrap;
	font-size:12px;
	border-bottom:1px dotted #9CCDFF;
	padding:2px;
		
}

.editTbl td
{
	text-align:left;
}
.imgfloatright
{
	float:right;
	}
	
.Collapseheading
{
    background-color:#c00000;
    margin-bottom:5px;
    width:95%;
    color:White;
    font-weight:bolder;
    padding:3px;
    border:1px solid white;
    }
    .Collapsebody
{
    margin-bottom:5px;
    width:95%;
    padding:3px;
    background-color:#DCEDFF;
    /*border:1px solid #c00000;*/
    }
    
    .leftLinksTD
		{
		background-color:#c00000;border:1px solid white;padding:5px;white-space:nowrap;width:160px;
		}
		.leftLinksA
		{
		color:White;text-decoration:none;font-weight:bolder;font-size:10px;
		}
		
		.unReadMessage
		{
			background-color:ButtonFace;
			font-weight:bold;
			}
			
		.gridheading
		{ font-weight:bold;
			color:White;
			}
			.gridItem
			{
				color:#000066;
				background-color:#FFCCCC;
				height:18px;
				}
			.gridAlterNateItem
			{
				color:#000066;
				background-color:White;
				height:18px;
				}	
#memberFilter
{
	width:97%;
	 border-color:Red;
	  background-color:#c00000;
	   margin-bottom:10px;
}
	 #memberFilter td
	 { text-align:right;
		padding-right:10px;
		font-weight:bolder;
		color:White;
		vertical-align:middle;
	
}
  
  
.leftSidebar{width:180px;background: #DCEDFF ;}
.rightSidebar{background: #9CCDFF;text-align:left;padding:10px;}
#PageHeading{font-size:large; font-weight:bolder;color:#c00000;}
#ProgessBar 
{
	clear:both; 
	left:180px;
	top:60px;
	width:100%; 
	height:100px; 
	background-color:#e6e6e6;
	position:absolute;z-index:1000;
	filter:Alpha(Opacity=55);
	-moz-opacity:0.55;
	opacity: 0.5;
	margin:0;
	display:block;

}
 #ProgessBar span
{
padding:15px;
background-color:green;
font-weight:bolder;
font-size:larger;
}