@charset "utf-8";
/* CSS Document */

#container {position: relative;}

#sidebar {
	float: left;
	width: 215px;
	}
#sidebar ul {margin: 10px 0; padding: 0; list-style: none;}
#sidebar li {
	padding: 11px;
	padding-left: 16px;
	background-image: url(../images/nav/subnav/bg.gif);
	background-repeat: repeat-x;
	}
#sidebar a {font-size: 10px; font-weight: bold; text-decoration: none; color: #777777; text-transform: uppercase;}	
#sidebar a:link {text-decoration: none; color: #777777;}	
#sidebar a:visited {text-decoration: none; color: #777777;}	
#sidebar a:hover {text-decoration: underline; color: #777777;}	
#sidebar a:active {text-decoration: none; color: #777777;}	

#sidebar .last {padding-left: 0;}	


#sidebar2 a.box {
	display: block;
	padding: 0px;
	margin-top: 4px;
	text-align: left;
	}

.heading {width: 650px; float: right; margin-top: 40px; margin-bottom: 16px;}

#maincontent {
	width: 610px;
	min-height: 300px;
	float: right;
	padding: 0 40px 40px 0;;
	text-align: left;
	}
#maincontent td {padding: 3px 0;}

.title {font-size: 13px; color: #3394b0; font-weight: bold;}
.title2 {color: #007597; font-weight: bold;}
.title3 {color: #777777; font-weight: bold; line-height: 16px;}
.title4 {font-size: 13px; color: #555; font-weight: bold; line-height: 16px;}
#logos img {padding: 10px 0;}


#membertable td {
	background: url(../images/general/dotline.gif) repeat-x top;
	padding: 8px 0px;
	}
	
.title5 {	
	font-size: 10px;
	color: #007597;	}

	

#membertable .colheading {
	font-size: 10px;
	color: #a0b8bf;
	text-transform: uppercase;
	background: none;
	padding: 4px 0;
	}
.name {font-size: 20px; color: #3394b0; font-weight: bold;}

.calloutbox {background-color:#f4f8f9; padding: 12px;}

.error {padding: 8px; color: #f80000; border: 1px solid #f80000; font-weight: bold; width: 250px; margin-bottom: 16px; font-size: 11px;}

.heading2 {
	background-color: #ededed;
	padding: 3px;
	font-weight: bold;
	color: #555;
	}
	
.manageprofile a {text-decoration: none;}	
.manageprofile a:link {text-decoration: none; }	
.manageprofile a:visited {text-decoration: none; }	
.manageprofile a:hover {text-decoration: underline; }	
.manageprofile a:active {text-decoration: none; }	
