/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

body, td, div, input, select, textarea {
	font-family: Arial, Tahoma, "Trebuchet MS";
	font-size: 12px;
}

input, textarea, select {}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	color: #FB0F0C;
	font-size: 28px;
}

h2 {
	font-weight: normal;
	color: #FF0000;
	font-size: 20px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #667A82;
}

h4 {
	font-size: 16px;
	margin-top: 0px;
}

#maincontainer {
	display: block;
	margin: auto;
	width: 970px;
}

#headerbox {
	border-bottom: 8px solid #b9c9d3;
}


#headerbox #menus {
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 10px;
}

#headerbox #menus a {
	padding: 10px 16px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	margin-bottom: 10px;
}

#headerbox #menus a:hover {
	background-color: #B9C9D3;
	color: #FFFFFF;
	text-decoration: none;
	background-image:url(../images/menu_bkg.gif);
	padding: 10px 15px;
	border-left: 1px solid #97adbb;
	border-right: 1px solid #97adbb;
}

#headerbox table {
	background-image:url(../images/top_bkg.gif);
	background-repeat:repeat-x;
	background-position:bottom;}

#headerimg {
	margin-top: 3px;
	display: block;
	height: 150px;
	background-image: url(../images/header_sec_v01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentbox {
	display:block;
}

#footerbox {
	display:block;
	margin-top: 20px;
}

#footerbox .footertxt {
	background-color: #9f9f9f;
	padding: 17px;
	margin-right: 100px;
}

#footerbox .princbox {
	padding: 17px;
	font-size: 11px;
}

#footerbox .princbox a {
	text-decoration: none;
	color: #000000;
}

#footerbox .footerlogo {
	width: 100px;
	display: block;
	float: right;
}



.clearbox { clear:both;}


.pageboxred {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #E90903;
	text-align: center;
	padding: 13px;
	font-size: 13px;
	margin-top: 3px;
}


.pageboxgrey {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #A2B5C2;
	text-align: center;
	padding: 13px;
	font-size: 13px;
	margin-top: 3px;
}

#boxsubmenus {
	padding: 8px;
	text-align: center;
	background-color: #A2B5C2;
	color: #A2B5C2;
	background-image: url(../images/submenus_bar_bkg.gif);
	background-position: bottom;
	border-top: 5px solid #A2B5C2;
}

#boxsubmenus a {
	padding: 8px 25px;
	background-color: #D6DFE4;
	color: #000000;
	font-weight: bold;
	background-image: url(../images/menu_bkg2.gif);
	border-left: 1px solid #94a9b8;
	border-right: 1px solid #94a9b8;
}

#boxsubmenus a:hover {
	padding: 8px 25px;
	background-color: #ffffff;
	color: #000000;
	border-left: 1px solid #94a9b8;
	border-right: 1px solid #94a9b8;
	background-image: url(../images/menu_bkg3.gif);	
}

.pagepath {
	font-size: 11px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}

.imgpageleft {
	float:left;
	margin-right: 20px;
	border: 5px solid #D6DFE4;
	margin-bottom: 15px;
	}
hr {
	height: 0px;
	color:#FFFFFF;
	border-top: 1px dashed #B9C9D3;
	margin-top: 15px;
	display: block;
	}	

#tdcontent {}
#tdcontent h2 {
	font-size: 18px;
}
#tdcontent h2 strong {
	font-size: 14px;
	color: #667A82;
}

.tdside {
	background-color:#E8EDF0;
	width: 220px;
	padding: 20px;
	border-left: 10px solid #D6DFE4;
}

.tdside h3 {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px dashed #638196;
	margin-top: 20px;
	margin-bottom: 0px;
}

.calloutbox {
	display: block;
	width: 220px;
	padding: 15px;
	float: right;
	margin-left: 20px;
	background-color: #D6DFE4;
	border: 5px solid #E8EDF0;
	font-weight: bold;
	color: #638196;
	margin-bottom: 15px;
	line-height: 18px;
}

.linetoplink {
	margin: 15px 0px;
	padding-top: 15px;
	display: block;
	text-align:right;
	border-top: 1px dashed #cccccc;}


.tdlogos {
	text-align:center;
	background-color: #D6DFE4;
	padding: 10px;
	width: 150px;
	vertical-align: top;
}

.tdlogos img {
margin-bottom: 10px;
}

ul.boxlist {
	margin: 0px;
	padding: 0px;
}

ul.boxlist li {
	list-style-type: none;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #EBEFF1;
	border-left: 10px solid #D6DFE4;
}

ul.i15 {
    display: block;
    list-style-type: disc;
    margin-top: 0;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
}

ul.i15c {
    display: block;
    list-style-type: circle;
    margin-top: 0;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
}

ul.i15d {
    display: block;
    list-style-type: decimal;
    margin-top: 0;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
}

ul.i30 {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 30px;
}

.pageboxtable {
	border: 1px solid #D6DFE4;
	margin-bottom: 20px;
}

.pageboxtable td {
	padding: 15px;
	background-color: #EBEFF1;
	border: 5px solid #ffffff;
	text-align: left;
	vertical-align: top;
}

td.tdboxlist h3 {
	display: block;
	padding-bottom: 5px;
	border-bottom: 1px dashed #638196;
	margin-top: 25px;
	margin-bottom: 0px;
}



.tablestore {}

.tablestore td{
	padding: 20px 20px 20px 0px;
	border-top: 1px dashed #B9C9D3;
}
.tablestore td input{
	border: 1px solid #B9C9D3;
	background-color: #E8EDF0;
	margin-bottom: 5px;
}

.tablestore td input.buttonok, .buttonok  {
	border: 3px solid #B9C9D3;
	background-color: #55657F;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px 15px;
}



a.linkbutton	 {
	display:block;
	text-align:center;
	padding: 8px;
	background-color: #FFFFFF;
	border: 3px solid #D6DFE4;
	color: #FF0000;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
a.linkbutton:hover	 {
	background-color: #FB0F0C;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
}