.breadcrumb{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
}

.breadcrumb a{
	padding-right: 5px; /*adjust bullet image padding*/
	color: #203eac;
	text-decoration: underline;
}

.breadcrumb a:visited, .breadcrumb a:active{
color: #203eac;
}

.breadcrumb a:hover{
	text-decoration: none;
}

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: capitalize;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	background-color: #a6b006;
	background-image: url(images/green-gradient-button.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-family: Arial;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #203eac;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
	color: #203eac;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #203eac;
	background-color: #F3F3F3;
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
input, textarea { font-family: Arial, Helvetica, sans-serif; font-size: 11px;}.required {
	font-weight: bold;
	color: #b49313;
}

.box {
	border-bottom : 1px solid #dadada;
	border-left : 1px solid #dadada;
	border-right : 1px solid #dadada;
}
.boxleft {
	border-top : 1px solid #dadada;
	border-left : 1px solid #dadada;
}
.boxright {
	border-top : 1px solid #dadada;
	border-right : 1px solid #dadada;
}
.boxtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #004e92;
}

.home-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #213ea6;
}

				{ margin: 0; padding: 0; }
body				{ font-size: 62.5%; font-family: Georgia, serif; }
.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }

div#page-wrap		{ width: 500px; margin: 10px auto; }

.box-two			{
	width: 530px;
	background: #ffffff;
	border: 1px solid #CCC;
	position: relative;
	margin: 10px 0;
}
.box-two .tl		{ position: absolute; width: 14px; height: 14px; background: url(images/box-two-tl.png); top: -1px; left: -1px; }
.box-two .tr		{ width: 14px; height: 14px; background: url(images/box-two-tr.png); position: absolute; top: -1px; right: -1px; }
.box-two .bl		{ width: 14px; height: 14px; background: url(images/box-two-bl.png); position: absolute; bottom: -1px; left: -1px; }
.box-two .br		{ width: 14px; height: 14px; background: url(images/box-two-br.png); position: absolute; bottom: -1px; right: -1px; }
.box-two .inside	{ padding: 10px; }



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #213ea6;
}	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666;
}
