body{
font-family:Tahoma;
margin:0px;
background-color:#2e4591;
}


div#HeaderContainer{
width:100%;
background-color:#2e4591;
height:100%;
}

div#Header{
width:776px;
margin:0 auto;
height:100%;
background-color:#2e4591;
}

div#ContentContainer{
width:100%;
height:100%;
background-color:#ffffff;
}

div#Content{
width:776px;
height:100%;
margin:0 auto;
}

div#FooterContainer{
width:100%;
height:100%;
background-color:#ffffff;
}

div#Footer{
width:776px;
height:100%;
margin:0 auto;
}

.BoldDarkBlue_10 {
font-size:10px;
font-weight:bold;
color:#263d88;
}

.BoldDarkBlue_11 {
font-size:11px;
font-weight:bold;
color:#263d88;
text-decoration:none;
}

.BoldOrange_11 {
font-size:11px;
font-weight:bold;
color:#ff8201;
text-decoration:none;
}

.BoldRed_11 {
font-size:11px;
color:#ff0000;
font-weight:bold;
}

.NormalDarkGrey_11 {
font-size:11px;
color:#666666;
text-decoration:none;
}

.BoldDarkBlue_11 a:hover {
font-size:11px;
font-weight:bold;
color:#263d88;
text-decoration:underline;
}


.NormalDarkBlue_11 {
font-size:11px;
color:#263d88;
}

.NormalDarkBlue_12 {
font-size:12px;
color:#263d88;
}

.BoldDarkBlue_12 {
font-size:12px;
color:#263d88;
font-weight:bold;
}

.BoldDarkRed_11 {
font-size:11px;
font-weight:bold;
color:#a71d2c;
text-decoration:none;
}

.BoldDarkRed_12 {
font-size:12px;
font-weight:bold;
color:#a71d2c;
text-decoration:none;
}

.BoldRed_16 {
font-size:16px;
font-weight:bold;
color:#FF0000;
text-decoration:none;
}

.BoldDarkRed_11 a:hover {
font-size:11px;
font-weight:bold;
color:#a71d2c;
text-decoration:underline;
}

.BoldBlack_11 {
font-size:11px;
font-weight:bold;
color:#000000;
}

.NormalBlack_11 {
font-size:11px;
color:#000000;
}

.BoldWhite_11 {
font-size:11px;
font-weight:bold;
color:#ffffff;
}

.NormalWhite_11 {
font-size:11px;
color:#ffffff;
}

.NormalWhite_11 {
font-size:11px;
color:#ffffff;
}

.NormalDarkRed_11 {
font-size:11px;
color:#a71d2c;
}

.NormalGrey_10 {
font-size:10px;
color:#828488;
text-decoration:none;
}

.NormalGrey_10 a:hover {
font-size:10px;
color:#828488;
text-decoration:underline;
}

.NormalGrey_11 {
font-size:11px;
color:#828488;
}

.BredCrumb_Grey{
font-size:11px;
color:#828488;
font-weight:bold;
text-decoration:none;
}

.BredCrumb_Grey a:hover{
font-size:11px;
color:#828488;
font-weight:bold;
text-decoration:underline;
}

.BredCrumb_Black{
font-size:11px;
color:#000000;
font-weight:bold;
}

.DroplistStyle {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #263d88;
	text-decoration: none;
	border: thin solid #7f9db9;
}
.SearchTextBox {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #2e4591;
	text-decoration: none;
	border: 0px none #FFFFFF;
	width: 145px;
}

.OtherTextBox {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #2e4591;
	text-decoration: none;
	border: 1px solid #263d88;	
}

.ErrorMsg
{
    font-size:11px;
    color:#FF0000;
}




/* Rounded light blue bordered boxe classes*/

.sidebox {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 0px 0px 0px;
	/*color: white; */
	/*font-weight: bold; */
	/*font-size: 1.2em; */
	/*line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 5px;
}
/* End Rounded light blue bordered boxe classes*/


/* Rounded white boxe classes*/

.sidebox_white {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r_white.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxhead_white {
	background: url(../images/sbhead-r_white.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	
}
.boxhead_white h2 {
	background: url(../images/sbhead-l_white.gif) no-repeat top left;
	margin: 0;
	padding: 0px 0px 0px;
	/*color: white; */
	/*font-weight: bold; */
	/*font-size: 1.2em; */
	/*line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody_white {
	background: url(../images/sbbody-l_white.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px;
}
/* End Rounded white boxe classes*/

/* Rounded gredient boxe classes*/

.sidebox_gred {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r_gred1.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxhead_gred {
	background: url(../images/sbhead-r_gred1.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	
}
.boxhead_gred h2 {
	background: url(../images/sbhead-l_gred1.gif) no-repeat top left;
	margin: 0;
	padding: 0px 0px 0px;
	/*color: white; */
	/*font-weight: bold; */
	/*font-size: 1.2em; */
	/*line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody_gred {
	background: url(../images/sbbody-l_gred1.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px;
}
/* End Rounded gredient boxe classes*/


/* Rounded blue bordered boxe classes*/

.sidebox_blue {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r_blue.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxhead_blue {
	background: url(../images/sbhead-r_blue.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	
}
.boxhead_blue h2 {
	background: url(../images/sbhead-l_blue.gif) no-repeat top left;
	margin: 0;
	padding: 0px 0px 0px;
	/*color: white; */
	/*font-weight: bold; */
	/*font-size: 1.2em; */
	/*line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody_blue {
	background: url(../images/sbbody-l_blue.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px;
}
/* End Rounded blue bordered boxe classes*/


/* Rounded blue v2 bordered boxe classes*/

.sidebox_blue2 {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r_blue2.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxhead_blue2 {
	background: url(../images/sbhead-r_blue2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	
}
.boxhead_blue2 #HeaderBlock1, #HeaderBlock2, #HeaderBlock3 {
	background: url(../images/sbhead-l_blue2.gif) no-repeat top left; margin: 0; padding: 0px 0px 0px;
	/*color: white; */
	/*font-weight: bold; */
	/*font-size: 1.2em; */
	/*line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody_blue2 {
	background: url(../images/sbbody-l_blue2.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px;
}
/* End Rounded blue v2 bordered boxe classes*/

/* Rounded blue v3 bordered boxe classes*/

.sidebox_blue3 {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r_blue3.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxhead_blue3 {
	background: url(../images/sbhead-r_blue3.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	
}
.boxhead_blue3 #HeaderBlock4 {
	background: url(../images/sbhead-l_blue3.gif) no-repeat top left;
	margin: 0;
	padding: 0px 0px 0px;
	/*color: white; */
	/*font-weight: bold; */
	/*font-size: 1.2em; */
	/*line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody_blue3 {
	background: url(../images/sbbody-l_blue3.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px;
}
/* End Rounded blue v3 bordered boxe classes*/


/* Rounded white boxe v2 classes*/

.sidebox_white2 {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r_white2.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxhead_white2 {
	background: url(../images/sbhead-r_white2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	
}
.boxhead_white2 h2 {
	background: url(../images/sbhead-l_white2.gif) no-repeat top left;
	margin: 0;
	padding: 0px 0px 0px;
	/*color: white; */
	/*font-weight: bold; */
	/*font-size: 1.2em; */
	/*line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody_white2 {
	background: url(../images/sbbody-l_white2.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px;
}
/* End Rounded white boxe v2 classes*/


/* Rounded light blue classes*/

.sidebox_lightblue {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r_lightblue.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxhead_lightblue {
	background: url(../images/sbhead-r_lightblue.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	
}
.boxhead_lightblue h2 {
	background: url(../images/sbhead-l_lightblue.gif) no-repeat top left;
	margin: 0;
	padding: 0px 0px 0px;
	/*color: white; */
	/*font-weight: bold; */
	/*font-size: 1.2em; */
	/*line-height: 1em;*/
	/*text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody_lightblue {
	background: url(../images/sbbody-l_lightblue.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px;
}
/* End Rounded light blue classes*/

/* Rounded light blue v2 classes*/

.sidebox_lightblue2 {
	/*margin: 0 auto; center for now */
	background: url(../images/sbbody-r_lightblue2.gif) no-repeat bottom right;
	/*font-size: 100%;*/
}

.boxbody_lightblue2 {
	background: url(../images/sbbody-l_lightblue2.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 0px 0px;
}
/* End Rounded light blue classes*/



