body {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	font: 12px arial;
	color: #333333;
	background-color:#ffffff;
}

.hidden {
	display: none;
	position: absolute;
	left: -9999px;
}

h1        { 
font-size: 11.5px; 
font-weight: bold;  
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
}

h2       { 
font-size: 11px; 
font-weight: bold;  
margin: 0px 0px 5px 0px;
padding: 0px 0px 0px 0px;
}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

input, select, textarea { background-color: #FFFFFF; font-family: arial; font-size:11px; color: #DF002B; border: 1px solid #666666; padding: 1px 1px 1px 1px; margin: 1px 1px 1px 1px;}

a {
	color: #DF002B;;
	text-decoration:none;
}

a:hover {
	color: #DF002B;
	text-decoration:none;
}

#container {
	width:980px;
	height: auto !important;
	z-index:0;
	margin: 0 auto;
}

#site {
	float:left;
	width:980px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
	padding: 0px 0px 0px 0px;
}

#header {
	float:left;
	width:980px;
	height: 79px;
	background-color:#eeeeee;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #666666;
	background-image:url(images/header_bg_2.gif);
	background-repeat:no-repeat;
}

#logo {
	float:left;
	width:100px;
	height: 79px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	cursor:pointer;
}

#navigation {
	float:left;
	width:880px;
	height: 32px;
	padding: 47px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:right;
}

#navigation a {
	color: #DF002B;;
	text-decoration:none;
}

#navigation a:hover {
	color: #000000;
	text-decoration:none;
}

#navigation a.active {
	color: #000000;
	text-decoration:none;
}

#frame_site {
	float:left;
	width:970px;
	min-height: 370px;
	height: auto !important;
	height: 370px;
	padding: 10px 5px 10px 5px;
	border: 1px solid #666666;
}

#sidebar_left {
	float:left;
	width:202px;
	height: auto !important;
	padding: 0px 0px 0px 0px;
}

.description {
	color: #DF002B;
	border: 1px solid #DF002B;
	text-transform:uppercase;
	padding: 0px 5px 0px 5px;
	background-color: #eeeeee;
}

.description h2 {
	color: #DF002B;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

.box_gray {
	border: 1px solid #666666;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	margin: 3px 0px 10px 0px;
}

.box_white {
	border: 1px solid #ffffff;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	margin: 3px 0px 10px 0px;
}

.box_red {
	float:left;
	border: 1px solid #DF002B;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	margin: 3px 0px 10px 0px;
}

#frame_content {
	float:left;
	width:757px;
	height: auto !important;
	padding: 0px 0px 0px 10px;
	border: 0px solid #00ff00;
}

#title {
	color: #ffffff;
	width:533px;
	border: 1px solid #666666;
	padding: 0px 5px 0px 5px;
	background-color: #DF002B;
	font-weight:bold;
}

#title h1 {
	color: #ffffff;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
}

#content {
	border: 1px solid #666666;
	padding: 10px 5px 10px 5px;
	background-color: #ffffff;
	margin: 3px 0px 10px 0px;
	background-color: #eeeeee;
	min-height: 200px;
	height: auto !important;
	height: 200px;
	width:533px;
}

#sidebar_right {
	float:left;
	width:202px;
	height: auto !important;
	padding: 0px 0px 0px 10px;
}

#frame_bottom {
	float:left;
	width:757px;
	height: auto !important;
	padding: 0px 0px 0px 0px;
	border: 0px solid #0000ff;
}

#frame_bottom div.description {
	color: #DF002B;
	width: 230px;
	border: 1px solid #DF002B;
	text-transform:uppercase;
	padding: 0px 5px 0px 5px;
	background-color: #eeeeee;
}

#frame_bottom div.description h2 {
	color: #DF002B;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

#frame_bottom div.box_red {
	float:left;
	width: 230px;
	border: 1px solid #DF002B;
	padding: 5px 5px 5px 5px;
	background-color: #ffffff;
	margin: 3px 0px 10px 0px;
}

#footer {
	float:left;
	width:748px;
	height: 18px;
	font-size: 11px;
	padding: 12px 0px 0px 0px;
}

#footer a {
	color: white;
	text-decoration:none;
}

#footer a:hover {
	color: white;
	text-decoration:none;
}

