body {
	background-color: #E8F3F4;
	font-family: "Book Antiqua", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #2B4B52;
	margin:0px;
	padding:0px;
	height:100%;
}

a {
	color: #6FA8B5;
	text-decoration: underline;
}

ul {
	list-style-image: url('Images/list_1_web.png');
	font-style: italic;
}

img 
{
	border-width:0px;
}

.page {
	background: transparent url(Images/drop_side.png) repeat-y scroll 0%;
	width:1000px;
	padding:0pt 7px;
	margin:0pt auto;
	height:100%;
}

.header {
	background-image:url(Images/header_web.png);
	height:127px;
	width:986px;
}

.navBar {
	background-image:url('Images/navBar_web.png');
	background-repeat:repeat-x;
	height:24px;
	width:976px;
	padding-left:10px;
	color:#000000;
}

.navBar a{
	color:#000000;
	text-decoration:underline;
}

.sidebar {
	background-image:url(Images/side_web.jpg);
	background-repeat:repeat-y;
	width:200px;
	float:left;
	padding-top:10px;
	height:100%;
}

.nav {
	color:#FFFFFF;
	font-size:16px;
}

.nav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:underline;
}

.content {
	background-image: url(Images/background_web.jpg);
	background-repeat:repeat;
	width:786px;
	float:right;
	text-align:center;
	padding-top:20px;
	height:100%;
}

.boxGreen {
	color: #2B4B52;
}

.boxGold {
	color:#6A6A4A;
}

.content h1{
	
}

.allContent {
	width:986px;
	height:100%;
	background-image:url(Images/side_web.jpg);
	background-repeat:repeat-y;
}

.vList1 ul {
	list-style-image: url(Images/list_1_web.png);
	font-size:18px;
}
.vList2 ul {
	list-style-image: url(Images/list_2_web.png);
	font-size:16px;
	margin-left:0px; padding-left:15px
}
.vList3 ul {
	list-style-image: url(Images/list_3_web.png);
	font-size:14px;
	margin-left:0px; padding-left:15px
}

.preFooter {
	background-image:url(Images/pageGlow_b.png);
	background-repeat:repeat-x;
	clear:both;
	text-align:center;
	width:986px;
	height:4px;
}

.footer {
	text-align:center;
	width:100%;
}

.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}

.box1 {
	border-color: #CCCCCC #333333 #333333 #CCCCCC;
	border-width: medium;
  border-style: ridge;
}

.promo {
	font-family: "Times New Roman", Times, serif;
	color: #000033;
}

.titlebar {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #FFFFFF;
  background-color: #336699;
}

.dingbat {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99CC99;
  color: #006666; 
	font-weight: bolder;
	font-size: medium;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

blockquote {
  background: transparent url(Images/lquote.png) left top no-repeat;
}
blockquote div {
  padding: 0 48px;
  background: transparent url(Images/rquote.png) right bottom no-repeat;
}
