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

#holder {
	margin: auto;
	width: 780px;
	background-image: url(images/bg_holder.gif);
}
#holder #header {
	background-image: url(images/bg_header.jpg);
	height: 261px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-image: url(images/bg_main.gif);
}
.text1 {
	font-size: 18px;
	color: #445fd2;
	text-transform: uppercase;
	margin-top: 0px;
	text-align: right;
}
#holder #header #nav {
	padding-top: 210px;
	padding-left: 260px;
}
#holder #col-left {
	background-image: url(images/bg_col-left.gif);
	width: 181px;
	min-height:362px;
	float: left;
	padding-top: 100px;
	padding-right: 35px;
	padding-left: 5px;
	background-repeat: no-repeat;
}
#holder #footer {
	background-image: url(images/bg_footer.gif);
	height: 42px;
	font-size: 11px;
	color: #CCC;
	text-align: right;
	padding-right: 5px;
	padding-top: 15px;
}
#holder #col-right {
	width: 549px;
	float: left;
	padding-bottom:15px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.HeadTitle {
	text-align: center;
	padding-bottom: 10px;
}
.question {
	font-weight:bold;
	color:#102882;
}
.text2 {
	font-size: 18px;
	color: #D66E37;
}
