body {
	background-color: #f2f4f3;
	margin: 0;
	background-image:url(../graphics/bg_body.jpg);
	background-repeat: repeat-x;
	margin-top:15px;}

body, td, th, input, select, textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {	margin: 0 auto; 	text-align:left; 	width: 980px;}

#container2 { 	background: #FFFFFF;	margin: 0 auto;	padding: 0 25px 15px 25px;	border: 2px solid #a0bddf;}


#header {
	width: 980px;
	margin: 0 auto;
	height: 106px;
	background-image:url(../graphics/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#people {
	width:400px;
	height: 24px;
	float:left;
	margin-left:730px;
	padding: 5px 10px 10px 0;
}

#people a {
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 15px;
	text-decoration: none;
}

#people a:hover {
	color: #D7F38C;

}

#logo {
	width: 400px;
	padding: 0px 0 0 0px;
	float:left;
}

#logo h1 {
	color: #6091CC;
	font-size: 22px;
	font-style: italic;
}

#content-container {
	width: 940px;
	padding: 0px;
	margin: 0 auto;
	padding-top:20px;





}

#content-surround {
	width: 100%;
	margin: 0 auto;
}



#content-surround-header {
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0px 10px 0 0px;
	height: 32px;

}

#content-surround-header h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 10px;
}

#content-surround-header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#content-surround-main {
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #a0bddf;
}

#content-surround-main h3 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}

#content-surround-main-in {
	color: #666666;
	background-color: #FFFFFF; 	padding: 10px;
	margin-bottom: 0px; 	background-image: url(../graphics/content-top.jpg);
	background-repeat: no-repeat; 	background-position: center top;
	border-right-width: 2px;	border-left-width: 2px; 	border-right-style: solid; border-left-style: solid; 	
	border-right-color: #A8C3E1; 	border-left-color: #A8C3E1;
	
}




#content-surround-bottom {
	background-color: #a0bddf;
	height:20px;
	margin:0px;
	color:#FFFFFF;
	font-size:11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align:center;	
}

#login-form-surround {
	width: 320px;
	
	float: left;
}

#login-form-surround a {
	color: #FFFFFF;
}

#login-form-surround a:hover{
	color: #ECF1F9;
}

#login-form-surround h2 {
	color: #FFFFFF;
	font-size: 18px;
}

#helpbox{
	width:98%; 	background-color:#E7F3D6; border: 2px solid #CCE8AD; padding:5px 5px 5px 10px;
}

#footer {
	height: 15px;
	padding: 65px 10px 10px 10px;
	background-image: url("../graphics/footer.jpg");
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#dashboard-tabs {
	list-style: none;
	float: left;
	margin: 0;
	margin-right:10px;
	padding: 0;
}

#dashboard-tabs li {
	float: left;
	margin-left: 0px;
}

#dashboard-tabs li a {
	display: block;
	width: 115px;
	height: 20px;
	padding: 10px 5px 5px 5px;
	background-image: url("../graphics/dashboard-tab-over.jpg");
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#dashboard-tabs li a:hover, #dashboard-tabs li a.current {
	background-image: url("../graphics/dashboard-tab.jpg");
}

div.dashboard-sections {
	color: #666666;
	padding: 10px;
	margin-bottom: 15px;
}

div.dashboard-sections-blue {
	border: 2px solid #AEC7E6;
	color: #666666;
	background-image: url("../graphics/dashboard-section.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
}

div.dashboard-sections-blue a {
	color: #ECF1F9;
	text-decoration: underline;
}

div.dashboard-sections-blue a:hover{
	color: #DFE9F4;
	text-decoration:none;
}




div.dashboard-sections h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

div.dashboard-sections h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

div.dashboard-sections p {
	margin-bottom: 0;
	font-size: 12px;
}

div.dashboard-sections a {
	color: #76B522;
	text-decoration: none;
}

div.dashboard-sections a:hover{
	color: #99DC3F;
}





#ds-left {
	width: 580px;
	margin-right: 0px;
	float:left;
}

#ds-right {
	
	float: right;
	margin-left: 0px;
}

div.iwantto {
	border: 1px solid #7EA6D6;
	color: #666666;
	background-color: #3570AB;
	padding: 10px;
	margin-bottom: 15px;
	height:350px;
}

div.iwantto h4 {
	font-size: 18px;
	margin-bottom: 5px;
	color:#FFFFFF;
}

div.iwantto h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

div.iwantto p {
	margin-bottom: 0;
	font-size: 12px;
}

div.iwantto a {
	color: #76B522;
	text-decoration: none;
}

div.iwantto a:hover{
	color: #99DC3F;
}

div.iwantto h5 {
	font-size: 14px;
	margin-bottom: 5px;
	color:#6091CC;
}

div.box {
	border: 1px solid #7EA6D6;
	color: #666666;
	background-color: #FFFFFF;
	padding: 6px;
	margin-bottom: 10px;
	height: 300px;
}

	.box ul {
		margin:0 0 0 5px;
		padding:0;
	}
	.box li {
		list-style: none;
		display: inline;
		margin:0;
		padding:0;
		color:#333333;}

	.box ul li a {
		list-style: none;
		display: block;
		float: left;
		width: 190px;
		font-size: 11px;
		margin: 4px 0px 3px 0;
		border-bottom: 1px solid #E5E5E5;
		padding: 3px 0 3px 0;
		line-height: 1em;}
		

div.module {
	margin-top: -3px;
	width:240px;
	min-height:240px;
	
	background-color: #E7F3D6;
	color: #666666;
	background-image: url(../graphics/module-bot.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	
}







div.module a {
	color: #6091CC;
	text-decoration: none;
}

div.module a:hover{
	color: #A0BDDF;
}

div.module td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BFD2EA;
	}



#welcome {
	color: #4b6caf;
	padding: 10px;
	margin-bottom: 15px;
	height:180px;
	margin-top:30px;
	float:left;
}

#welcome a {
	color: #4b6caf;
	text-decoration: underline;
}

#welcome a:hover {
	color: #D1E0F1;
	text-decoration: none;
}

#welcome_tr {
	width:260px; height:140px; margin-top:20px; float:left; margin-left:70px;
}

.welcome_bl {
	width:240px;
	margin-top:0px;

	float:left;
	color: #0066cc;
}

div.welcome_bl a:hover{
	color: #0066cc;
}

div.welcome_bl a:visited {
	color: #0066cc;
}

div.welcome_bl a:active{
	color: #0066cc;
}



div.view-sections {
	border: 2px solid #AEC7E6;
	color: #666666;
	background-image: url("../graphics/dashboard-section.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding: 10px;
	margin-bottom: 15px;
	width:700px;

}

div.view-sections h4 {
	font-size: 18px;
	margin-bottom: 5px;
}

div.view-sections h2 {
	font-size: 24px;
	margin-bottom: 5px;
}

div.view-sections p {
	margin-bottom: 0;
	font-size: 12px;
}

div.view-sections a {
	color: #76B522;
	text-decoration: none;
}

div.view-sections a:hover{
	color: #99DC3F;
}



#view-container {
	width: 800px;
	padding: 0px;
	margin: 0 auto;

	background-position: top center;
	background-repeat: no-repeat;

}

#view-surround-header {

	background-position: top center;
	background-repeat: no-repeat;

	padding: 10px 10px 0 15px;
	height: 35px;
}

#view-surround-header h1 {
	color: #FFFFFF;
	font-size: 20px;
	font-style: italic;
	margin-bottom: 10px;
}

#view-surround-header h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#view-surround-main {
	background-color: #346FAA;
	padding: 25px;
	color: #FFFFFF;
	background-image: url("../graphics/rounded-top.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	
}

#content-surround-main h3 {
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}



#nav {
	width: 620px;
	padding: 0px;
	float:right;
	margin-top:36px;
	height: 32px;

}



#nav-tabs {
	list-style: none;
	float: left;
	margin: 0;
	margin-right:0px;
	padding: 0;
	margin-left:20px;
}

#nav li {
	float: left;
	margin-left: 0px;
}

#nav-tabs li a {
	display: block;
	width: 132px;
	height: 18px;
	padding: 8px 5px 5px 5px;
	background-image: url("../graphics/nav-tab-over.jpg");
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color:#F3F3F3;
	margin-left:2px;
}

#nav-tabs li a:hover, #nav-tabs li a.current {
	background-image: url("../graphics/nav-tab.jpg");
	color:#FFFFFF;
}
