/* CSS Document */

body{
	margin:0pt auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
}
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; 
	padding:0;
	border:0px;
}

h1{
	font-family:Arial Black, Arial, Helvetica, sans-serif;
	font-size:22px;
	color:#000;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	line-height:16px;
}

hr{ border:none; border-top:1px solid #e1e1e1; margin:0;}

a:active {color: #000; text-decoration:underline;}
a:link {color: #000; text-decoration:underline;}
a:visited {color: #000; text-decoration:underline;}
a:hover {color: #000; text-decoration:underline;}


/* #####################
		TEMPLATE
   #####################*/

#Container{
	margin:0pt auto;
	width:955px;
	min-height:768px;
	height:auto!important;
	height:768px;
}

#Top{	
	float:left;
	width:955px;
	height:83px;
	background:url(images/CB/bg_top.gif) no-repeat;
}

#Content{
	float:left;
	width:955px;
	min-height:685px;
	height:auto!important;
	height:685px;
}

#Left_Content{
	float:left;
	width:209px;
	min-height:587px;
	height:auto!important;
	height:587px;
}
#Right_Content{
	float:left;
	width:746px;
	min-height:587px;
	height:auto!important;
	height:587px;
	background:url(images/CB/pattern_content.gif) top right repeat-y #FFF;
}

#Footer{
	margin:0pt auto;
	clear:left;
	width:955px;
	text-align:center;
	padding-top:40px;
	margin-bottom:5px;
}

/* bottom navigation links */
a.bottom:active {  font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #FFF;font-weight:400; text-decoration:underline;}
a.bottom:link {  font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #FFF;font-weight:400;  text-decoration:underline;}
a.bottom:visited {  font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #FFF;font-weight:400; text-decoration:underline;}
a.bottom:hover {  font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #FFF;font-weight:400;  text-decoration:underline;}
.Footer{font-family:Arial, Verdana, sans-serif; font-size: 11px; color: #FFF;font-weight:400;margin:0pt auto; }


