html, body	{ 
	margin:0px auto; 
	background-color:#0066B3; 
	font-family:Arial; 
	font-size:12px;
	width: 100%;
	color:white;
	}

a:link		{ color: #2D86B0; text-decoration: none; }
a:active	{ color: #2D86B0; text-decoration: none; }
a:visited	{ color: #2D86B0; text-decoration: none; }
a:hover		{ color: #FF9900; text-decoration: none; }

#container_all {
	width:100%;
	}
	
#header {
	background-image:url('images/header.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	width:100%;
	height:27px;
	text-align:right;
	padding-top:92px;
	border-top:5px dotted black;
	}

#content {
	background-image:url('images/left_content_bg.jpg');
	background-repeat:no-repeat;
	background-position:left top;
	width:100%;
	height:500px;
	background-color:#03487F;
	border-top:1px solid black;
	border-bottom:1px solid black;
	overflow:auto;
	}

#content_include {
	padding-left:250px;
	padding-top:10px;
	}

#footer {
	width:100%;
	height:27px;
	}

input {
	font-family: "Arial", Geneva, Verdana, sans-serif;
	font-size:10px;
	color:#000000;
	background-color:#BFE4FF;
	border:1px solid #000000;
	border-collapse:collapse;
	height:14px;
	padding:0px;
	}

#content_box1 {
	width:220px;
	padding:10px 10px 10px 10px;
	border:1px solid grey;
	background-color:#BFE4FF;
	font-family:Arial;
	font-size:12px;
	color:black;
	margin-bottom:30px;
	}

#content_text {
	overflow:auto; 
	height:470px;
	padding:10px;
	font-family:Arial;
	font-size:12px;
	color:white;
	}

h1 {
	margin-top:10px;
	font-size:22px;
	border-left:6px dotted black;
	padding-left:8px;
	}

textarea {
	font-family: "Arial", Geneva, Verdana, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#BFE4FF;
	border:1px solid #000000;
	border-collapse:collapse;
	}