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

body {
	color: #444444;
	font-family: arial;
	font-size: 12px;
	background-color: #ffffff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px auto;
	}

a:link, a:visited {
	color: #3366ff;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #3366ff;
	text-decoration: underline;
	}

#header {
	color: #000000;
	text-align: center;
	background-image: url(images/header_bg.jpg);
	height: 105px;
	width: 950px;
	padding: 0px;
	margin: 0px auto;
	}
	
#navigation {
	color: #000000;
	font-weight: bold;
	text-align: center;
	background-image: url(images/navigation_bg.jpg);
	height: 24px;
	width: 950px;
	padding: 5px 0px 0px 0px;
	margin: 0px auto;
	}
	
#navigation a:link, #navigation a:visited {
	color: #cccccc;
	text-decoration: none;
	margin-right: 10px;
	}
	
#navigation a:hover, #navigation a:active {
	color: #ffffff;
	text-decoration: none;
	}
	
#position {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-image: url(images/position_bg.jpg);
	height: 22px;
	width: 950px;
	padding: 6px 0px 0px 0px;
	margin: 0px auto;
	}
	
#content_bg {
	background-image: url(images/content_bg.jpg);
	min-height: 200px;
	width: 870px;
	padding: 10px 40px 0px 40px;
	margin: 0px auto;
	}
	
#footer {
	color: #666666;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 110px;
	width: 880px;
	padding: 36px 35px 15px 35px;
	margin: 0px auto;
	}
	
	
.border {
	border-right: 10px solid #ffffff;
	}

.title {
	color: #3399FF;
	font-size: 16px;
	font-weight: bold;
	}
	
.white_tab {
	color: #ffffff;
	}
	
.txtarea {
	color: #555555;
	font-family: arial;
	font-size: 11px;
	background-color: #f9f9f9;
	border: 1px solid #555555;
	}
	
.blue {
	color: #3366ff;
	}
	
.red {
	color: #dd0000;
	}
	
.green {
	color: #009900;
	}
