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

body {
	margin: 0;
	background-image:url(../images/background_image.jpg);
	background-repeat:repeat-x;
	background-color:#210e07;
}
#background {
	background-image:url(../images/background_page.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}
h1 {
	font-size:18px
}
#page {
	margin: 0 auto;
	width:855px;
	height:auto;
	position:relative;
}
#nav {
	margin-left:1px;
	height:84px;
}
#body_bg_container {
	margin: 0 auto;
	width:855px;/*border: 1px solid red;*/
}
#body_bg {
	margin: 0;
	background-image:url(../images/wic_16.png);
	background-repeat: repeat-y;
	min-height:450px;
}
#header {
	width:855px;
	height:271px;
	position:relative;
}
#left_content {
	height:275px;
	width:200px;
	background-color:#ccd2ff;
	border: 1px solid #002f5a;
	float:left;
	margin: 30px 0px 0px 80px;
}
#left_content h1 {
	color:#002f5a;
	font-size:14px;
}
#left_content img {
	float:left;
	position:relative;
	margin-bottom:0px;
}
#middle_content {
	/*border:1px solid red;*/
width:220px;
	height:350px;
	text-align:left;
	font-size:14px;
	margin:0 0px 0 15px;
	text-align:justify;
}
#middle_content b {
	color:#002f5a;
	font-size:14px;
}
#middle_content img {
	padding: 0 0 0px 15px;
}
#right_content {
	/*border:2px solid blue;*/
	width: 225px; 
	height:330px;
	text-align:justify;
	font-size:14px;
	float:right;
	margin: 0 90px 0 0;
}
#content_wrapper p {
	font-size:14px;
}
#content_wrapper {
	width:415px;
	height:auto;
	float:left;
	padding:0 15px;
	text-align:justify;
	font-size:14px;
}
table {
	font-size:14px;
	text-align:left;
}
#form label {
	display:inline-block;
	margin:5px 0 0;
	padding:0px 0 0 0px;
	font-size:12px;
	width:160px;
	color:#002f5a;
}
.clear {
	clear:both;
}
.float_left {
	float:left;
}

#academic_def{
left:32px;
position:relative;
top:-2px;

}
#professional_def{
left:32px;
position:relative;
top:-2px;
}

#move_right {
	float:right;
}
#end {
	background-image:url(../images/bottom.png);
	background-repeat:no-repeat;
	width:853px;
	height:146px;

}
#links{
	padding:38px 413px 0 0px;
	height:99px;
}
#links a img {
	border-color: #dddddd;
	border-top-color: #FFFFFF;
}
#footer {
	font-size: 11px;
	text-align: center;
	padding:20px;
	color:#fbfbfb;
}
#footer a {
	text-decoration: none;
	color:#fbfbfb;
}
#footer a:hover {
	text-decoration: underline;
}
.headercolor {
	color:#002f5a;
}
.special {
	width:190px;
	background-color:#3399FF;
	border: 1px dashed #fff;
	float:left;
	margin: 10px 0;
	padding:6px 5px 12px;
	font-family:"Monotype Corsiva",Georgia, "Times New Roman", Times, serif;
	font-size:23px;
	color: #FFFFFF;
	line-height:1;
}