
a:link {
	color:#3d68a1;
}

a:visited {
	color:#545551;
}

/* ID's */

body {
	text-align:center; 
	margin:0 auto; 
	background-color:#545551; 
}

#container {
	width:744px;
	margin:40px auto;
	margin-bottom:0;
	text-align:left;
}

/* Header */

#header {
	width:744px;
	float:left;
}

#headerleft {
	width:274px;
	float:left;
}

#headerright {
	width:454px;
	border-top:solid #f7be75 2px;
	border-right:solid #f7be75 2px;
	background-color:#ffffe7;
	float:left;
	padding-right:14px;
	padding-top:13px;
}

/* Nav Bar */

#navbox {
	width:744px;
	float:left;
	*margin-top:-4px;
	*margin-bottom:-4px;
}

#navboxleft {
	width:87px;
	float:left;
}

#navboxright {
	width:630px;
	height:25px;
	background:url(../images/navshim.gif);
	float:left;
	border-right:solid #f7be75 2px;
	text-align:right;
	padding-right:25px;
}

#dropdownbox {
	clear:both;
	float:right;
	padding-right:30px;
}

/* Body */

#body {
	clear:both;
	width:740px;
	margin:0 auto;
	float:left;
	border-right:solid #f7be75 2px;
	border-left:solid #f7be75 2px;
	border-bottom:solid #545551 1px;
	background-color:#FFFFFF;
	background-image:url(../images/body.gif);
	background-repeat:no-repeat;
	background-position:left;
	background-position:bottom;
}

#bodytext {
	padding:20px;
	padding-top:0;
}

/* Footer */

#footer {
	width:744px;
	margin:0 auto;
	padding:0px;
}

#footerleft {
	width:662px;
	border-left:solid #f7be75 2px;
	border-bottom:solid #f7be75 2px;
	height:46px;
	float:left;
	background-color:#ffffe7;
}

#footerright {
	width:80px;
	float:left;
}

#footertext {
	margin-top:13px;
	text-align:center;
}

/* Classes */

.footer {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#545551;
}

.copyright {
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	clear:both;
}

.bodytext {
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#545551;
	text-align:left;
}

.title {
	font-family:"Trebuchet MS";
	font-size:40px;
	color:#545551;
	text-align:left;
	height:50px;
}

.subtitle {
	font-family:"Trebuchet MS";
	font-size:18px;
	color:#545551;
	text-align:left;
}



/* Dropdown test */

#nav, #nav UL { 
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	LINE-HEIGHT: 1; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none
}

#nav A { 
	DISPLAY: block; 
	WIDTH: 90px;
}
/*first level*/

#nav LI { 
	FLOAT: left; 
	WIDTH: 90px;
}

/*controls font color and style for first level menu items*/

#nav li a {
	display: block;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	background-color: #f7be75;
	padding:0px;
}

#nav li a:hover {
	color: #000; 
	background-color: #FFF300;
}

/*controls font color and style for second level menu items*/

#nav li ul li a {
	display: block;
	font-family: "Trebuchet MS";
	font-size:14px;
	text-align:left;
	color:#ffffe7;
	background-color: #4574ac;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding:5px;
	padding-right:10px;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	opacity:.9;
}

#nav li ul li a:hover {
	color: #545551; 
	background-color: #f7be75;
}

#nav LI UL {
	BACKGROUND: #ffffff; 
	LEFT: -999em; WIDTH: 100px; 
	POSITION: absolute;
	*margin-left:-90px;
	-moz-opacity:.9;
	filter:alpha(opacity=90);
	opacity:.9;
}

#nav LI UL UL, #nav LI UL UL UL {
	MARGIN: -2em 0px 0px 162px
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}

#content {
	CLEAR: left; COLOR: #ccc
}