body{
	margin: 0px;
	padding: 0px;
	background: #747a84;
	font-family: Times;
	font-size: 9pt;
	text-align: center;
}
#container{
	text-align: left;
	margin: auto;
	width: 841px;
	background: #FFFFFF;
}

h1 {
	font-size: 14pt;
	font-weight: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-family: Trebuchet MS;
	letter-spacing: 0;
}
h2{
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	letter-spacing: 0;
}
h3{
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS;
	letter-spacing: 0;
}
p{
	margin: 0px 0px 10px 0px;
}
img{
	border: 0px;
}

a{
	text-decoration: underline;
	font-weight: bold;
	color: #7a7fad;
}

#header{
	height: 120px;
	background: #FFFFFF url('../images/bg-top.jpg') top center no-repeat;
}
#photo{
	height: 235px;
	background: url('../images/photo.jpg') top center no-repeat;
}
#content{
	margin: 0px 0px;
}

#content-left{
	padding: 0px 20px;
	width: 580px;
	letter-spacing: 1px;
	color: #494949;
}
#content-left img{
	border: solid 5px #b0b5c2; 
	margin: 10px;
	margin-top: 0px;
}
#content-right{
	padding: 0px 0px;
	font-size: 10pt;
	color: #666666;
	text-align: right;
	font-family: Trebuchet MS;
}
#content-right p{
	padding: 0px;
	margin: 0px;
	padding-right: 10px;
	color: #b0b5c2;
	font-weight: bold;
}
#copyright{
	clear: both;
	height: 60px;
	width: 841px;
	font-family: Verdana;
	color: #ffffff;
	font-size: 8pt;
	
}
#hotdiv{
	margin-bottom: 20px;
}
#copyright a {
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}

#copyright a:hover {
	text-decoration: underline;
}

#calform{
	margin: 20px 0px;
	padding: 0px 20px;
}
.separator{
	background: url('../images/separator.jpg') center center no-repeat;
	height: 30px;
	width: 841px;
	margin: 0px;
	clear: both;
}

#menu, #menu ul { /* all lists */
	list-style: none;
	line-height: 1;
	margin: 0px;
	position: relative; 
	margin-top: 10px;
	width: 821px;
	font-family: Trebuchet MS;
	padding: 5px 10px;
	
}

#menu a {
	display: block;
	text-decoration: none;
}

#menu li { /* all list items */
	float: left;
	color: #02243d; 
	font-size: 12px; 
	font-weight:bold;
}

#menu li a{
	color: #02243d; 
	display: block;
	font-size: 12px; 
	font-weight:bold;
	padding: 8px 10px;
}

#menu li ul { /* second-level lists */
	position: absolute;
	background-image: url('../images/back_dropdown.jpg');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #c1c5cf;
	border: solid #b0b5c2;
	border-width: 0px 1px 1px 1px;
	width: 160px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top: 0px;
	padding: 0px;
}

#menu li li{ /* all list items */
	float: left;
	clear: left;
	text-align: center;
	padding: 0px;
	width: 160px;
	font-size: 8pt;
	color: #05264e;
}
#menu li li a{
	padding: 5px 2px;
}

#menu li li a:hover{
	background-color: #b0b5c2;
	color: #ffffff;

	
}

#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.submenu ul{
	margin: 0px;
	padding: 0px;
}
.submenu ul li {
	font-size: 11px;
	list-style-type: none;
	margin: 4px 0px;
	padding: 0px 20px 0px 0px;
	background: url('../images/submenu-bg.jpg') top right no-repeat;
	height: 18px;
	width: 200px;
}
.submenu a, .submenu a:active, .submenu a:visited {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.submenu a:hover{
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: underline;
}
.copyright{
	clear: both;
	margin: 20px 0px;
	padding: 0px 20px; 
	background: #b0b5c2;
	height: 15px;
}
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
.img{
	margin: 0px;
	padding: 0px;
}
input.input_cal {
	border: 1px solid #888db3;
	height: 16px;
	width: 100px;
	padding: 2px 20px 2px 2px;
	background: url('../images/back_input_cal.jpg') 98% 50% no-repeat;
}

