@charset "utf-8";
body{
	background-image: url('images/tall_x.gif');
	background-repeat: repeat-x;
	background-color: #313131;
	margin: 0;
	
	font-family: Tahoma;
	font-size: 11px;
}
h1{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
div.clear{
	clear:both;
}
div#center{
	margin: 0 auto;
	width: 766px;
}
div#header{
	height: 88px;
	padding-left: 19px;
	padding-top: 22px;
}
div#content{
	margin-top: 5px;
}
div#left_menu{
	margin-left: 12px;
	float: left;
	width: 211px;
}
div#right_content{
	padding-left: 5px;
	float: left;
	width: 526px;
}
div#green_box_header{
	background-image: url('images/back_top1.gif');
	width: 211px;
	height: 45px;
}
div#green_box_body{
	background-image: url('images/tall1.gif');
	
	color: #ffffff;
	padding: 10px;
}
div#green_box_footer{
	background-image: url('images/back_bot1.gif');
	width: 211px;
	height: 8px;
}
div#orange_box{
	margin-top:5px;
}
div#orange_box_header{
	background-image: url('images/back_top2.gif');
	width: 211px;
	height: 45px;
}
div#orange_box_body{
	background-image: url('images/tall2.gif');
}
div#orange_box_footer{
	background-image: url('images/back_bot2.gif');
	width: 211px;
	height: 8px;
}

div#content_header{
	background-image:url('images/top4.gif');
	width: 526px;
	height: 15px;
}
div#content_body{
	background-image:url('images/tall_m.gif');
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:justify;
	
	line-height: 1.2em;
	font-size: 12px;
}
div#content_footer{
	background-image:url('images/bot4.gif');
	width: 526px;
	height: 15px;
}
ul.orange li{
	list-style-image: url('images/pointer.gif');
}
ul.green li{
	list-style-image: url('images/pointer_green.gif');
	line-height: 1.4em;
}

div#footer{
	margin-top: 10px;
	color: #9C9C9C;
}
div#copyright{
	float: left;
	margin-left: 12px;
}
div#footer_menu{
	float: right;
	margin-right: 12px;
}

div.strongbig{
	text-align:center;
	font-size: 18px;
	font-weight: bold;
}
div.strong14{
	text-align:center;
	font-size:14px;
	font-weight:bold;
}

a {
	font-weight: bold;
}
a.menu{
	color: #C2C2C2;
}
a.menu:hover, 
a.white:hover,
a.blue:hover {
	text-decoration: none;
}
a.white {
	color: #ffffff;
}
a.blue{
	color: #007A97;
}

img#pcmojster{
	float:right;
	padding-left:10px;
}

span.size16{
	font-size:16px;
}