body { 
	background: #FFF;	
	text-align: center;
	margin: 0;
}


#container {
	position: relative;
	margin: 0 auto;
	width: 862px;
	height: auto;
	text-align: center;
}

#logo {
	float: left;
	margin: 0px;
	width: 134px;
	height: 120px;
	background: #FFF url('images/logo.jpg') no-repeat;
}

#script {
	position: absolute;
	left: 200px;
	top: 20px;
	width: 500px;
	height: 68px;
	background: url('images/script.jpg') no-repeat;
}
	

.menu { 
	font: bold 10px Verdana, sans-serif; 
	text-align: center; 
	z-index: 2;
	line-height: 12px;
	background: #062954;
	height: 120px;

}

.menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li { /* all list items */
	float: left;
	position: relative;
	left: 2px;;
	top: 100px;
	border: #000 0px solid;
	margin-left: 1px;
	margin-right: 1px;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;
	background: #FFF;

}

.menu li a {
	width: 100%;
	text-decoration: underline;
	padding: 1px;
	color: #062954;
}

.menu li a:hover {
	text-decoration: underline;
}

.menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 11px;
	left: 0px;
	width: 100px;
	margin: 0;
	font-size: 9px;
	font-weight: normal;
	padding: 0;
	padding-top: 3px;
	list-style: none;
}


.menu li ul li {
	position: relative;
	border: 0;
	width: 100px;
	text-align: left;
	text-indent: 3px;
	line-height: 11px;
	margin: 0;
	padding: 0;
}


.menu li ul li a { 
	color: #FFF;
	display: block;
	width: 100px;
	border-bottom: #FFF 1px solid;
	text-decoration: none;
	background: #000;
	margin: 0;
	padding: 0;
}

.menu li ul li a:hover {
	background: #FAC27F;
}


.menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.menu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: both;
	width: 831px;
	border: #062954 2px solid;
	background: url('images/leaf.jpg')  no-repeat bottom right;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	font: 14px Tahoma, sans-serif;
	text-align: left;
	margin: 0;
	vertical-align: top;
}

#content a {
	text-decoration: none;
	color: #1F45BF;
}

#content a:hover {
	color:#F7A23D;
}


.col1 {
	float: left;
	width: 48%;
	padding-right: 12px;
	border-right: #062954 3px solid;
	vertical-align: top;
}

.col2 {
	float: right;
	width: 48%;
	padding-left: 12px;
	vertical-align: top;
}


ul {
	list-style-type: square;
}

#footer {
	position: absolute;
	bottom: -1px;
	right: -3px;
	width: 734px;
	border: #FAC27F 2px solid;
	border-top: #C0C0C0 1px solid;
	padding-left: 25px;
	padding-right: 25px
	margin: 0;
	font-size: 9px;
	line-height: 14px;
	text-align: center;
}

ul.subBullet {
	font-size: 9px;
}