body,html,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,img,fieldset,input,textarea,p,blockquote,th,td,ul,li { 
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
table {border-collapse: collapse;border-spacing: 0;}


#branding {
	width: 740px;	
}


#branding ul {
	background: #1B2530 url(images/menu_bg.jpg) repeat-x;
	width: 740px;
}

#branding ul li {
	width: 100px;
	height: 25px;
	overflow: hidden;
	float: left;
	display: inline;
}

#branding ul li a {
	font: 12px/25px Tahoma, Helvetica, Arial;
	color: #fff;
	text-decoration: none;
	text-align: center;
	width: 100px;
	height: 25px;
	display: block;
	background: url(images/menu_btn.jpg) no-repeat 0 0;
}

#branding ul li a:active, #branding ul li a:visited {
	color: #fff;
}


#branding ul li a:hover {
	color: yellow;
	background-position: 0 -25px;
}

#branding ul li.active a, #branding ul li.active a:active, #branding ul li.active a:visited {
	color: yellow;
}

#content {
	padding:10px;
	width: 730px;
}

thead  th {
	background-color: #f03d43;
	color: #fff;
	font: bold 18px/22px Tahoma, Helvetica, Arial !important;
	padding: 2px 5px;
}

tbody td {
	padding: 2px 5px;
	vertical-align: top;
}

table {
	border-bottom: 1px solid black;
	margin-bottom: 20px;
}

.bleft {
	border-left: 1px solid black;
	
}

#content h3 {
	letter-spacing: -2px;
	font: 55px/55px Georgia, "Times New Roman", Times, serif;
	color: #f03d43;
}

#content h2 {
	letter-spacing: -1px;
	font: 34px Georgia, "Times New Roman", Times, serif;
	color: #od1822;
	margin-bottom: 20px;
	margin-left: 10px; 
}

#content p {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #od1822;
	margin: 5px 10px 5px 15px;
	
}

#content dt {
	font: bold 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #od1822;
	margin: 10px 10px 5px 15px;
}

#content dd {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #od1822;
	margin: 5px 10px 5px 30px;
}

#content ul {
	list-style: disc;
	margin: 10px 0 10px 35px;
}

#content li {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #od1822;
	margin: 3px 0 3px 15px;
}

#content img.framed {
	background: url(images/picture_bg.jpg) no-repeat;
	padding: 20px;
	margin-left: 10px;
}


#content div#options {
	background: #fff url(images/choice_bg.jpg) repeat-x 0 bottom;
	padding: 10px;
	margin-top: 10px;

}

#content div#options h2 {
	font: bold 27px Tahoma, Helvetica, Arial;
	color: #f03d43;
	letter-spacing: 0px;
	margin: 0 0 10px 0;
	padding: 0;
}

#content div#options h1 {
	font: bold 18px Tahoma, Helvetica, Arial;
	color: #333;
	letter-spacing: 0px;
}

#content div#options p {
	font: 11px Tahoma, Helvetica, Arial;
	color: #666;
	margin: 0;
}


#options div.option1 {
	width: 355px;
	float: left;
}

#options div.option2 {
	width: 310px;
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	border-left: 1px inset;
}

.btn {
	margin: 10px 0 20px 0 !important; 
	list-style: none;
}

.btn li {
	width: 120px;
	height: 26px;
	float: left;
	display: inline;
	margin: 0px !important;
}

.btn li.label {
	padding-left: 35px;
	width: 75px !important;
	font: bold 11px/11px Tahoma, Helvetica, Arial !important;
	color: #333 !important;
}



.btn li a {
	font: bold 12px/26px Tahoma, Helvetica, Arial;
	color: yellow;
	text-decoration: none;
	text-align: center;
	width: 120px;
	height: 26px;
	display: block;
	background: url(images/btn_bg.jpg) no-repeat 0 0;
}

.btn li a:active, .btn li a:visited {
	color: yellow;
}

.btn li a:hover {
	color: yellow;
	background-position: 0 -26px;
}


#footer {
	padding: 30px 0 10px 0;
	width: 740px;
	height: 50px;
	text-align: center;
	color: #fff;	
	background: #282A2D url(images/footer_bg.jpg) repeat-x;
}

#footer p {
	font: 10px Helvetica, Arial, sans-serif;
	margin: 3px 0;
}

#footer a {
	color: #fff;
}

#footer a:visited, #footer a:active {
	color: #fff;
}

#footer a:hover {
	color: yellow;
}



/* =Clearfix (all browsers)
--------------------------------*/
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
/* IE6 */ 
* html .clearfix {height: 1%;}
/* IE7 */
*:first-child+html .clearfix {min-height: 1px;}
