@charset "utf-8";
/* CSS Document */
body 
{
	background-color:#231919;
	margin:0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #C2C2C2;
}

.wrapper 
{
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
}

.header
{
	width: 900px;
}

.menu
{
	width: 900px;
	height: 40px;
}

.content
{
	width:900px;
	min-height:420px;
	background-color:#252525;	
}
.left_content
{
	width:500px;
	min-height:420px;
	float:left;
	
}
.wrapper .left_content .large_heading
{
	font-size:16px;
	color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	margin-bottom:3px;
	margin-left:36px;
	margin-top: 20px;
}
.wrapper .left_content p
{
	font-size:12px;
	color:#FFF;
	margin-left:36px;
	margin-right:12px;
	margin-bottom:10px;
	margin-top:10px;
}
.wrapper .left_content li
{
	font-size:12px;
}
.wrapper .left_content input
{
	font-size:12px;
	color:#000;
	
	
}
.wrapper .left_content table
{
	font-size:12px;
}
.wrapper .left_content table input
{
	font-size:12px;
	color:#000;
}

.wrapper .left_content br
{
	margin-bottom:10px;
	margin-top:10px;
}
.wrapper .left_content a
{
	color:#FFF;
}
.wrapper .content .left_content .roundedcornr_box .roundedcornr_content .small_heading
{
	font-size:10px;
	color:#FFF;
	font-weight:bold;
	font-family: "Lucida Sans", "Lucida Grande", sans-serif;
	font-style: normal;
	margin-bottom:3px;
}
.wrapper .content .left_content .roundedcornr_box .roundedcornr_content p
{
	font-size:12px;
	color:#FFF;
	padding-left:12px;
	padding-right:12px;
	font-weight:normal;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.roundedcornr_box 
{
	width:436px;
	margin-left:36px;
   	background: #393939;
	margin-top: 15px;
}

.roundedcornr_top div 
{
   background: url(/images/roundedcornr_383146_tl.png) no-repeat top left;
}

.roundedcornr_top 
{
   background: url(/images/roundedcornr_383146_tr.png) no-repeat top right;
}

.roundedcornr_bottom div 
{
   background: url(/images/roundedcornr_383146_bl.png) no-repeat bottom left;
}

.roundedcornr_bottom 
{
   background: url(/images/roundedcornr_383146_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, .roundedcornr_bottom div, .roundedcornr_bottom
{
   width: 100%;
   height: 10px;
   font-size: 1px;
}

.roundedcornr_content 
{ 
	margin: 0 10px; 
}

.right_image
{
	width:400px;
	min-height:420px;
	float:right;
	overflow: hidden;
}

.footer
{
	text-align:center;
	width:900px;
	margin-bottom:50px;
	padding-top:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 0.75em;
}
.footer .domain {
	font-size: 1.25em;
	color:#FFFFFF;
}

.footer .copyright {
	color:#CCCCCC;	
	font-size: 0.95em;
}
.footer .copyright a {
	color:#CCCCCC;
}



.wrapper .content .left_content .signature {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	text-align: right;
}
.wrapper .content .left_content .plain_text {
 	height:350px;
 	overflow:auto;
	font-size:12px;
	color:#FFF;
	margin-left:36px;
	margin-right:12px;
	margin-bottom:10px;
	margin-top:10px;
}

