
/*-- Body 
--------------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	background-color:#ffffff;
	height:100%;
	color:#003366;
	font-family:arial;
	font-size:12px;
	line-height:150%;
}

td {
	vertical-align:top;
	color:#003366;
	font-family:arial;
	font-size:12px;
	line-height:150%;
}

p {
	margin:0px;
	margin-bottom:11px;
}

a {
	color:#0066CC;
}

a:hover {
	color:blue;
}

h1 {
	color:#333366;
	font-size:19px;
	margin:0px;
	padding:0px;
	margin-bottom:14px;
}

h2 {
	color:#3366ff;
	font-size:17px;
	margin:0px;
	padding:0px;
	margin-bottom:14px;
}

/*-- Content 
--------------------------------------------------------*/

#top_left {
	padding-left:40px;
	padding-top:32px;
	padding-right:65px;
}


#top_center {
	background-image:url('/img/top_1.gif');
	background-repeat:no-repeat;
	background-position:50% 0%;
	height:243px;
	margin-right:29px;
	margin-left:29px;
	position:relative;
	margin-bottom:-31px;
}

#top_center .text{
	font-size:20px;
	font-weight:bold;
	color:#F46F21;
	font-family:arial black, arial;
}

#top_center .text a{
	color:#F46F21;
	text-decoration:none;
}


#center_left {
	padding:18px;
	background-color:#294B79;
}

#menu {
	position:relative;
	z-index:2;
	margin-top:-7px;
	margin-bottom:21px;
}

#menu a {
	display:block;
	background-image:url('/img/li_1.gif');
	background-repeat:no-repeat;
	background-position:4px 13px;
	padding-left:20px;
	padding-bottom:11px;
	padding-top:9px;
	border-bottom:1px solid #294B79;
	font-size:12px;
	line-height:120%;
	color:#0066CC;		
}

#menu .active {
	border-bottom:1px solid #ffffff;
	padding-bottom:2px;	
}

#menu a:hover {
	color:#F46F21;
}

#menu .sub_link {
	border-bottom:1px solid #294B79;
}

#menu .sub_link a {
	display:block;
	background-image:url('/img/li_2.gif');
	background-repeat:no-repeat;
	background-position:18px 9px;
	padding-left:36px;
	padding-bottom:8px;
	padding-top:6px;
	font-size:12px;
	line-height:120%;
	color:#0066CC;	
	border-bottom:0px;	
}

#center_center {
	padding:18px;
	background-color:#3E5D86;
}

#center_right {
	padding:18px;
	background-color:#3E5D86;
}

#center_right p {
	border-bottom:1px solid #294B79;
	padding-bottom:11px;
}



/*-- Bottom 
--------------------------------------------------------*/

#bottom_left {
	background-color:#294B79;
}

#bottom_center {
	background-color:#3E5D86;
	padding:10px;
	text-align:center;
	color:#ffffff;
}

/*-- Form
--------------------------------------------------------*/

#form_text {
	font-size:12px;
	font-family:arial;
	margin-top:14px;
	margin-bottom:5px;
	color:#000000;
}

#field_title {
	font-size:12px;
	font-family:arial;
	color:#666666;
	margin-bottom:2px;
	margin-top:7px;
}

#field input {
	width:100%;
	border:1px solid #AAAAAA;
}

#field textarea {
	width:100%;
	height:72px;
	border:1px solid #AAAAAA;
}

#field_button input {
	width:90px;
	margin-top:9px;
	border:1px solid #AAAAAA;
	background-color:#F1EFED;
	color:#000000;
}
