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

body {
	margin:0;
	background-image:url(images/bg_docc.gif);
	background-repeat:repeat-x;
	background-position:top;
}

img {
	border:none;
}

.container {
	width:950px;
	margin-left:auto;
	margin-right:auto;
}

.logo {
	
}

.whitebox {
	width:920px;
	background-color:#FFFFFF;
	border-color:#93b4c1;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	padding:15px;
	overflow:auto;
	float:right;
}

.whitebox p {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

.shadow {
	width:7px;
	height:367px;
	background-image:url(images/shadow.png);
	position:static;
	float:left;
	margin-left: -7px;
	margin-top:5px;
	float:left;
}

.column_left{
	width: 390px;
	float:left;
}

.column_right{
	width: 520px;
	float:right;
}

.column_right p{
	font-size:13px;
}

.quote{
	font-size:17px;
	font-style:italic;
	color:#505050;
}

.blue {
	width: 448px;
	height: 52px;
	background-image:url(images/blue_bg.gif);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:9px;
}

.blue p{
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding-top:10px;
}

.style1 {
	color: #c20000;
	font-weight: bold;
	font-size:13px;
}

.buttons {
	clear:both;
	margin-top:40px;
	float:left;
}

.button {
	width:291px;
	height: 93px;
	background-image:url(images/button.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
	margin-left:10px;
}

.button2 {
	width:291px;
	height: 93px;
	background-image:url(images/button_over.gif);
	background-repeat:no-repeat;
	float:left;
	margin-right:5px;
	margin-left:10px;
}

.button p{
	color:#ffffff;
	text-align:center;
	font-size:20px;
}

.button2 p{
	color:#ffffff;
	text-align:center;
	font-size:20px;
}

.button a{
	color:#ffffff;
	text-align:center;
	font-size:20px;
	text-decoration:none;
}

.button2 a{
	color:#ffffff;
	text-align:center;
	font-size:20px;
	text-decoration:none;
}

.footer {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	clear:both;
	margin-top:30px;
	margin-bottom:30px;
}

.links {
	clear:both;
	float:left;
	margin-top:20px;
	width:930px;
}

.links p {
	font-size:14px;
	text-align:center;
}

.links a {
	font-size:14px;
	text-align:center;
	color:#000000;
}

.links a:hover{
	font-size:14px;
	text-align:center;
	color:#0033CC;
}