@charset "utf-8";
/* CSS Document */
#column-side {
	float:left;
	width:212px;
	margin-right:6px;
	/*NEW*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#column-main {
	float:right;
	width:762px;
}
.column-main-text {
	padding:10px;
	font-size:12px;
}
.column-main-text h1 {
	margin:0px 0px 10px 0px;
	font-size:16px;
	color:#185684;
}
.outlined-bl h1 {
	margin:0px 0px 0px 0px;
	font-size:16px;
	color:#185684;
}
.outlined-bl ul {
	margin-top:5px;
}
/*NEW*/
.column-main-text h2 {
	margin:0px 0px 10px 0px;
	font-size:14px;
	color:#FFCC00;
}
/*NEW*/
.column-main-text h3 {
	margin:10px 0px 5px 0px;
	font-size:13px;
	color:#666666;
}
.column-main-text p {
	margin:0px 0px 10px 0px;
}
#column-right {
	margin-top:0px;/*15px;*/
	width:236px;
	float:right;
	/*NEW*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/*NEW*/
#column-right-form {
	margin-top:85px;
	width:236px;
	float:right;
}
#menu-side-1 {
	margin-top:0px;/*15px;*/
	background:url(/img/subpages/menu/bg-top.gif) repeat-x top #004a84;
	width:212px;
}
#menu-side-2 {
	background:url(/img/subpages/menu/cap-top.gif) no-repeat top;
	width:212px;
}
#menu-side-3 {
	background:url(/img/subpages/menu/cap-btm.gif) no-repeat bottom;
	width:212px;
	padding:2px 0px 5px 0px;
}
#container-main {
	width:520px;
	float:left;
}
.menu-side-itm{
	height:15px;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:7px 0px 5px 10px;
	color:#f2f6f9;
	width:202px;
	border-top:1px solid #4583aa;
	background:url(/img/subpages/menu/arrow.gif) right no-repeat;
}
.menu-side-itm:hover{
	height:15px;
	font-size:12px;
	text-decoration:none;
	display:block;
	padding:7px 0px 5px 10px;
	width:202px;
	color:#FFCC00; /*#f9b516;*/
	border-top:1px solid #4583aa;
}
.outlined-div {
	border:1px solid #eaeaea;
	background-color:#FFF;
	float:left;
}
.outlined-tl {
	background:url(/img/subpages/outline/corner-tl.gif) top left no-repeat;
	margin:-1px;
	float:left;
}
.outlined-tr {
	background:url(/img/subpages/outline/corner-tr.gif) top right no-repeat;
	float:left;
}
.outlined-br {
	background:url(/img/subpages/outline/corner-br.gif) bottom right no-repeat;
	float:left;
}
.outlined-bl {
	background:url(/img/subpages/outline/corner-bl.gif) bottom left no-repeat;
	float:left;
}
.star {
	color:#FF0000;
}
#sec-header {
	background:url(/img/subpages/secondary-header.jpg);
	height:73px;
	width:520px;
	
}
#sec-header h1 {
	margin-left: 20px;
	margin-top: 25px;
	font-size:18px;
	font-weight:bold;
	color:#185684;
}