body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 15px;
	color: #000;
	background: #FFEFBF url(../../images/bg.gif) repeat-x top left;
}
img {
	border: 0;
}
.imgBorder{
	border: 7px solid #FFF;
}
#top{
	width: 870px;
	margin: 0 auto;
	text-align: left;
}
#topbar {
	width: 100%;
	height: 36px;
	padding-left: 34px;
	padding-right: 28px;
}
#headline {
	font-size: 11px;
	color: #BEBEBE;
	font-weight: bold;
	padding-top:2px;
}
#top-menu {
	color: #fff;
}
#top-menu a:link, #top-menu a:visited, #top-menu a:active {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
}
#top-menu a:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#menu {
	width: 870px;
	margin: 0 auto;
	background-color: #6A8FD4;
}

#content{
	width: 864px;
	margin: 25px auto 0 auto;
	text-align: left;
}
.page-title {
	font-size: 14px;
	color: #23449E;
	font-weight: bold;
}
.title {
	font-size: 12px;
	color: #23449E;
	font-weight: bold;
}
.blue {
	color: #23449E;
}
.grey {
	color: #454545;
}
.children-list {
    line-height: 20px;
}

a:link, a:visited, a:active {
	font-size: 12px;
	color: #A81303;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #A81303;
	font-weight: bold;
	text-decoration: none;
}
a.title-link:link,a.title-link:visited,a.title-link:active  {
	font-size: 12px;
	color: #23449E;
	font-weight: bold;
	text-decoration: underline;
}
a.title-link:hover {
	font-size: 12px;
	color: #23449E;
	font-weight: bold;
	text-decoration: none;
}
a.lnk-red11:link, a.lnk-red11:visited, a.lnk-red11:active {
	font-size: 11px;
	color: #A81303;
	font-weight: bold;
	text-decoration: underline;
}
a.lnk-red11:hover {
	font-size: 11px;
	color: #A81303;
	font-weight: bold;
	text-decoration: none;
}
a.lnk-red12:link, a.lnk-red12:visited, a.lnk-red12:active {
	font-size: 12px;
	color: #A81303;
	font-weight: bold;
	text-decoration: underline;
}
a.lnk-red12:hover {
	font-size: 12px;
	color: #A81303;
	font-weight: bold;
	text-decoration: none;
}

/* footer */
#footer {
	width: 844px;
	margin: 20px auto 30px auto;
	padding: 10px;
	background: #FFEFBF url(../../images/bg_dotted_line.gif) repeat-x top left;
	font-size: 10px;
	line-height: 15px;
	text-align: left;
}
#footer a:link, #footer a:visited, #footer a:active {
	font-size: 10px;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	font-size: 10px;
	color: #000;
	text-decoration: underline;
}

#footer a.lnk-red11:link, #footer a.lnk-red11:visited, #footer a.lnk-red11:active {
	font-size: 11px;
	color: #A81303;
	font-weight: bold;
	text-decoration: underline;
}
#footer a.lnk-red11:hover {
	font-size: 11px;
	color: #A81303;
	font-weight: bold;
	text-decoration: none;
}




/* forms */
form {
	border: 0;
	margin: 0;
	padding: 0;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	border: 1px solid #61615F;
	background-color: #FFF;
	padding: 1px 1px 1px 3px;
}


.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	border: 1px solid #383838;
	background-color: #F4F4F4;
	padding: 1px 1px 1px 3px;
	width: 150px;
	height: 60px;
	overflow: auto;
}

.bullet {
	margin: 3px 0px 3px 3px;
	padding: 0px 0px 5px 10px;
	list-style: none;
	line-height: 100%;
}
.bullet li {
	padding-left: 10px;
	background-image: url(../../images/red_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 11px;
}
.bullet A:link, .bullet A:visited, .bullet A:active {
	font-size:11px;
	color:#494949;
	text-decoration:underline;
}
.bullet A:hover {
	font-size:11px;
	color:#494949;
	text-decoration:none;
}

.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #494949;
	text-decoration: none;
	border: 1px solid #383838;
	background-color: #F4F4F4;
	padding: 1px 1px 1px 3px;
	/*width: 150px;
	height: 60px;*/
	overflow: auto;
}

/* request info
div#reqInfo				{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; color:#494949; text-decoration:none; width:183px; border:1px solid #383838; text-align:left; background-color:#F4F4F4; }
div#reqInfo div			{ padding: 5px 5px 0px 5px; }
div#reqInfo .input		{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; color:#494949; text-decoration:none; border:1px solid #383838; background-color:#F4F4F4; padding:1px 1px 1px 3px; width: 165px; }
div#reqInfo .textarea	{ font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size:11px; color:#494949; text-decoration:none; border:1px solid #383838; background-color:#F4F4F4; padding:1px 1px 1px 3px; overflow:auto; width: 165px; height:60px; }
*/


hr {
	border: 0;
	width: 90%;
	color: #CCCCCC;
	height: 20px;
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	
	background: #FFEFBF url(../../images/bg_dotted_line.gif) repeat-x top left;
}

.doted-line{
	background: #FFEFBF url(../../images/bg_dotted_line.gif) repeat-x left top;
	margin: 15px 0 0 0;
	padding: 15px 0 15px 0;
}
.vdot{
	background-image: url(../../images/vdot.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

.clear {
	height: 0;
	clear: both;
	margin: 0;
	line-height: 0;
	font-size: 1px;
}

.box-blue
{
	border: 1px solid #A81303;
	background-color: #FFFFFF;
	padding: 9px;
}
