/* css document */
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	background-image: url(../images/bg.jpg);
	color: #000000;
	font-size: 11px;	
}
#header {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	width: 950px;
	height: 150px;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	color: #000000;
}
#subhead {
	background-color: #ffffff;
	height: 15px;
	width: 950px;
	font-family: verdana;
	font-size: 11px;
	text-align: right;
	color: #000000;
	margin-bottom: 10px;
}
#footer {
	background-color: #003A56;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	height: 20px;
	margin-top: 10px;
	border: #000000 1px solid;
}
#left {
	width: 220px;
	border-left: #003A56 1px solid;
	border-bottom: #003A56 1px solid;
	border-right: #003A56 1px solid;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	float: left;
	background-color: #ffffff;
}
#left a {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
#left a:hover {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	color: #006699;
}
#left .title {
	background-color: #003A56;
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	color: #ffffff;

}
#left .admin {
	width: 180px;
	border-left: #4a4a4a 1px solid;
	border-top: #4a4a4a 1px solid;
	border-right: #4a4a4a 1px solid;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 15px;
}
#left .admin a {
	width: 180px;
	background-color: #cccccc;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 15px;
}
#left .admin a:hover {
	width: 180px;
	background-color: #ffffff;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	height: 15px;
	text-decoration: none;
}
#login {
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
	text-align: center;
	color: #4a4a4a;
	background-color: #ebebeb;
	margin: 25px 10px 25px 10px;
	border: 2px solid #009933;
	width: 30%;
	float: right;
}
#workspace {
	width: 710px;
	background-image: url(../images/homecenter.jpg);
	background-repeat: no-repeat;
	border-top: #003A56 1px solid;
	border-bottom: #003A56 1px solid;
	border-left: #003A56 1px solid;
	border-right: #003A56 1px solid;
	font-family: verdana;
	font-size: 11px;
	padding: 10px;
	float: right;
	text-align: justify;
	background-color: #ffffff;
}
#workspace strong {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	background-color: #cccccc;
	color: #4a4a4a;
	padding: 1px;	
}
#workspace a {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
#workspace a:hover {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
#workspace .title {
	background-color: #003A56;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	text-align: center;
	color: #ffffff;
	width: 100%;
}
#workspace li {
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 6px;
}
.home {
	margin: 25px 10px 25px 10px;
	border: 2px solid #009933;
	color: #000000;
	background-color: #ffffff;
	width: 100%;
}
.home-title {
	color: #009933;
	font-weight: bold;
	margin: 0; 
	border-bottom: 5px solid #009933;
	padding-left: 10px;
}
.home-content {
	background-color: #cccccc;
	color: #000000; 
	font-size: 0.8em;
	padding: 2px;
	border: 1px solid #000000;
	margin: 4px;
}


