@charset "utf-8";
/*22px	= 1.375em 	= 137.5%*/
/*21px	= 1.3125em 	= 131.25%*/
/*20px	= 1.25em 	= 125%*/
/*19px	= 1.1875em 	= 118.75%*/
/*18px	= 1.125em 	= 112.5%*/
/*17px	= 1.0625em 	= 106.25%*/
/*16px	= 1em 		= 100%*/
/*15px	= 0.9375em	= 93.75%*/
/*14px	= 0.875em	= 87.5%*/
/*13px	= 0.8125em	= 81.25%*/
/*12px	= 0.75em	= 75%*/
/*11px	= 0.6875em	= 68.75%*/
/*10px	= 0.625em	= 62.5%*/

body,html {
	margin: 0px;
	padding: 0px;
	text-align:center;
	border-collapse:collapse;
	background-color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 1em /*100%*/;
}

h1{padding:0px; margin:0px; font-weight:normal; color:#1B1464;}
h2{padding:0px; margin:0px; font-weight:normal;}
h3{padding:0px; margin:0px; font-weight:normal;}
p{
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-size:75%;
	line-height: 1.5em;
}

a:link{ text-decoration:none; color:#1B1464;}
a:visited{text-decoration:none; color:#1B1464;}
a:hover{ color:#999999;}
a:active{color:#0000CC;}

#main_container {
	width:960px;
	margin:auto;
}
#top_round {
	background-image: url(../bg/top_round.gif);
}
#bot_round {
	background-image: url(../bg/bot_round.gif);
}
#main_content {
	background-color: #FFFFFF;
	padding: 20px;
}
#header_content {
	height: 90px;
}
#header_intro {
	width: 320px;
	margin: auto;
	padding: 20px 20px 20px 60px;
	float: left;
}
#header_contact {
	color: #1B1464;
	text-align: right;
}

#buttons_content {
	height: 300px;
}
#content_content {
	clear: left;
	padding-top: 10px;
	text-align: left;
	position: relative;
}
#content_left {
	float: left;
	width: 680px;
	background-color: #F0F0F0;
	padding: 0px 20px 20px 20px;
	position: relative;
}
.title_01 {
	background-color: #1B1464;
	padding: 10px;
	text-align: left;
}

#content_right {
	float: right;
	width: 180px;
}

#footer_content {
	clear: both;
	text-align: left;
	font-size: 11px;
	padding: 10px;
	position: relative;
}
#top_buttons {
	text-align: right;
	margin: 10px 0px 0px 0px;
}
#sub_buttons {
	height: 200px;
}
.images_01 {
	border: 2px solid #fff;
}


a:link.button_01 {
	padding: 10px;
	float: left;
	clear: left;
	width: 220px;
	text-align: left;
	border: 1px solid #fff;
	background-color: #1B1464;
	color:#FFFFFF;
	background-image: url(../bg/top_right_triangle_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
}

a:hover.button_01 {
	background-color:#999999;}
	
a:visited.button_01, a:active.button_01 {
	padding: 10px;
	float: left;
	clear: left;
	width: 220px;
	text-align: left;
	border: 1px solid #fff;
	background-color: #1B1464;
	color:#FFFFFF;
	background-image: url(../bg/top_right_triangle_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 15px;
}

#images_01 {
	float: right;
}

.hight-01{ height:19px;}
.hight-02{ height:38px;}

.float_left_01 {
	float: left;
}
.float_left_02 {
	float: left;
	padding: 0 10px 10px 0;
}
.float_right_01 {
	float: right;
}
.float_right_02 {
	float: right;
	margin-left: 10px;
}
.main_secs_01 {
	width: 300px;
	text-align: left;
	margin-right: 10px;
	height: 180px;
	float: left;
	margin-top: 10px;
	background-color: #F0F0F0;
}

.main_secs_01a {
	width: 300px;
	text-align: left;
	height: 180px;
	float: left;
	margin-top: 10px;
	background-color: #F0F0F0;
}

.main_secs_02 {
	padding: 20px;
}

.button_03{
	width:190px;
	background-color:#1B1464;
	background-image: url(../bg/top_right_triangle_02.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 75%;
	padding: 10px;
}
.white_01 {
	color: #FFFFFF;
}
a:link.white_01, a:visited.white_01, a:hover.white_01, a:active.white_01 {
	color: #FFFFFF;
}
