html {
   overflow: -moz-scrollbars-vertical;
   overflow: scroll;
}

a {
	color: #5E82AB; 
}

.TwoCol {
	width: 100%;
	margin-top: 0;
	margin-bottom: 10px; 
}

.TwoColLeft {
	width:220px;
	float:left;
   padding-top: 10px; 
   padding-bottom: 30px;
}

.TwoColRight {
	width:auto;
	margin-left:220px;
	margin-right:0 ;
	padding-right: 30px;
	padding-left: 30px; 
	min-width: 600px;
	margin-top: 0;
	padding-top: 0;
}


.TitleBar_Left {
   background-image: url(../../images/titlebar_left.gif);
   background-repeat: no-repeat;
   background-position: right 60px;
   background-color: white;
	width:250px;
	height:95px;
	float:left;
	margin: 0;
	padding: 0;
	padding-right: 30px; 
	display: block;
}

a img {
   border-width: 0px;
}

.TitleBar_Center {
	width:auto;
	height:55px;
	margin-left:230px;
	margin-right:23px;
	padding: 0;
	padding-top: 30px; 
}

.TitleBar_Center ul {
	float: right;
	margin: 36px 0 0;
	padding: 0;
	list-style-type: none;
	display: inline; 
}

.TitleBar_Center ul li {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	display: inline; 
}

.TitleBar_Center ul li a {
	color: black;
	text-decoration: none; 
}

.TitleBar_Center ul li a:Hover {
	color: black;
	text-decoration: underline; 
}

.TitleBar_Center .SelectedPage {
	color: #5E82AB; 
}

.TitleBar_Center .SelectedPage:Hover {
	color: #5E82AB;
}

.TitleBar_Right {
   background-image: url(../../images/titlebar_right.gif);
   background-repeat: no-repeat;
   background-position: right 60px;
   width:23px;
   height:95px;
   float:right;
   margin: 0;
   padding: 0; 
   padding-bottom: 10px;
}

.TitleBar_Right p { 
   position:relative;
   z-index: 1;
   color: black; 
   font-size: 10px; 
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
   font-weight: normal;
   float: right; 
   text-align:right;
   margin: 0 0 0 -130px; 
   padding: 6px 15px 0 0; 
}

.TitleBar_Right p a { 
   color: black; 
   font-size: 11px; 
   font-weight: bold; 
   text-decoration: none; 
   margin: 0; 
   padding: 0 0 0 5px; 
}

.TitleBar_Right p a:hover { 
   text-decoration: underline; 
}

.TitleBar {
	background-image: url(../../images/titlebar.gif);
	background-repeat: repeat-x;
	background-position: 300px 60px;
	width: 100%;
	height: 95px;
	min-width: 750px;
	margin: 0;
	padding: 0;
}
.Footer {
	font-size: 7pt;
	text-align: center;
	width: 100%;
	height: auto;
	float: left;
	min-width: 550px;
	border-top: 2px solid #265787;
	display: block; 
}


.NavBox {
	background-image: url(../../images/box_background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	margin-bottom: 20px;
	border: solid 1px #757575; 
}

.NavBox a {
	color: black;
	text-decoration: none; 
}

.NavBox a:Hover {
	color: black;
	text-decoration: underline; 
}

.NavBox ul {
	font-size: 13px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 3px 5px 3px 15px; 
	padding: 0; 
}

.NavBox ul li {
	margin: 0 0 2px;
	padding: 0;
	list-style-type: none; 
}

.NavBox h1 { 
	color: white; 
	font-size: 11px; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	font-weight: bold; 
	background-color: #265787; 
	margin: 0; 
	padding-top: 1px; 
	padding-bottom: 1px; 
	padding-left: 5px; 
}


.PageTitle h1 {
	font-size: 24px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: italic;
	margin: 0;
	margin-top: 20px;
	padding: 0; 
}

.PageTitle p {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0 0 10px;
	padding: 0; 
}

.PageTitle p a {
	color: black;
}

.ValidationError {
	color: red;
}


.Links { 
   margin-top: 7px; 
   margin-bottom: 30px; 
   margin-left: 10px; 
}


.Links td { 
   vertical-align: top; 
   margin: 0; 
   padding-top: 4px; 
   padding-bottom: 4px; 
	padding-right: 10px;
   border-bottom: 1px solid #939393; 
}

.Links td a { 
   color: #5E82AB; 
   font-weight: bold; 
   text-decoration: underline; 
}

.RelatedProduct { 
   width: 100px; 
   float: left; 
   margin: 10px 20px 40px 0; 
   padding: 0; 
}

.RelatedProduct a { 
	color: black;
   font-size: 12px; 
   font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
   font-weight: bold;
   font-style: italic; 
   text-decoration: none;
   text-align: center; 
   width: 100px; 
   margin: 0;
   padding: 0; 
}

