body 
{
    background-color:White;
    font-family:Verdana;
    font-size: xx-small;
    margin: 0;
    list-style: square;
}
/* ***************Horizontal Menus*****************/
.staticmenuitemstyle {
	text-align: center;
	padding: 4px;
}
.statichoverstyle {
	text-align: center;
	background: #cccccc;
	padding: 4px;
}
.dynamicmenustyle {
	border: 1px solid black;
}
.dynamicmenuitemstyle {
	text-align: left;
	background: #ff9933;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.dynamichoverstyle {
	text-align: left;
	background-color: #990000;
	padding-left: 5px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* ***************Banner*****************/
.banner {
	color: #FFFFFF;
	width: 100%;
	background-image: url(../images/background_banner_gradient.jpg);
}
/* ***************Columns*****************/
.contentcolumnheaderleft {
	font-weight: bold;
	font-size: x-small;
	height: 24px;
	width: 150px;
	color: #FFFFFF;
	padding-top: 6px;
	background-image: url(../images/column_header_left.jpg);
	text-align: center;
	text-transform: uppercase;
}
.contentcolumnleft {
	background-color: #e6e6fa;
	vertical-align: top;
	text-align: left;
	border-right: 2px solid #cccccc;
}
.contentcolumncentertitle {
	color: #000000;
	background-image: url(../images/background_page_title.jpg);
	background-repeat: no-repeat;
	padding: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}
.contentcolumncenter {
	font-size: x-small;
	color: Navy;
	padding: 20px;
}
.contentcolumnheaderright {
	font-weight: bold;
	font-size: small;
	background-image: url(../images/long_road.jpg);
	padding-top: 20px;
	height: 30px;
	width: 150px;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
}
.contentcolumnright {
	background-color: #e6e6fa;
	vertical-align: top;
	text-align: left;
	border-left: 2px solid #cccccc;
}
/* ***************Vertical Menus*****************/
a.menu:link {
	color: #003399;   
   width: 100%;
	height: 15px;
	text-decoration: underline;
	display: block;
}
a.menu:visited  {
	color: #003399;   
    width: 100%;
	height: 15px;
	text-decoration: underline;
	display: block;
}
a.menu:hover {   
	color: #FFFFFF;
	padding: 0px 1px 0px 2px;
	margin: 0px 0px 0px -2px;
	height: 13px;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #CCD3EE;
	border-left: 1px solid #CCD3EE;
	text-decoration: none;
	background-color: #003399;
}
a.menu:active { 
	color: #FFFFFF;
	padding: 0px 1px 0px 2px;
	margin: 0px 0px 0px -2px;
	height: 13px;
	border-right: 1px solid #000066;
	border-bottom: 1px solid #000066;
	border-top: 1px solid #CCD3EE;
	border-left: 1px solid #CCD3EE;
	text-decoration: none;
	background-color: #003399;
}
/* ***************Bread Crums*****************/
.breadcrums {
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
	font-size: xx-small;
}
/* ***************Matrix*****************/
.matrixtitle {
	color: #ff9933;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.matrixgroupheader {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	background-color: #beceed;
	padding: 10px;
}
.matrixcolumnheader {
	background-color: #e6e6fa;
	text-align: center;
	vertical-align: middle;
}
.matrixfooter {
	height: 10px;
	background-color: #beceed;
}
.matrixrowgroupheader {
	background-color: #cccccc;
	text-align: center;
}
.matrixrowheader {
	background-color: #e6e6fa;
	text-align: left;
}
.matrixcell {
	background-color: #ffffff;
	text-align: center;
	vertical-align: middle;
	color: #000000;
}
/* ***************Input Table*****************/
.inptbl  {
	background-color: #98A5DC;
   border-left: 2px solid #C7CEE1; 
	border-top: 2px solid #C7CEE1; 
	border-right: 2px solid #6E83D0;
   border-bottom: 2px solid #6E83D0;
}
.inptblheader {
	background-color: #beceed;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3px;
	border-bottom: 2px inset #b0c4de;
}
.inptblheaderimage {
	vertical-align: middle;
	float: left;
}
.inptbllabel {
	text-align: right;
	font-weight: bold;
}
.inptbltextbox {
	border: 1px inset #b0c4de;
	float: left;
	font-size: x-small;
	width: 150px;
}
.inptbllistbox {
	float: left;
	font-size: x-small;
	width: 155px;
}
.inptblbutton {
	font-size: x-small;
}
/* ***************Validation Summary*****************/
.validationsummary {
	text-align: left;
}