/* CSS Document */

body {
	margin:10px;
	background:#EEEEEE;
	}
img {
	border:0px;
	}
.wrapper {
	width:792px;
	border:1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin: auto;
	}
/* This style defines the area behind the logo. */
.logobkg {
	background:#FFFFFF;
	padding:10px;
	}
/* This style defines the menu bar */
.menu {
	width:770px;
	height:34px;
	background:url(images/menu.png) no-repeat;
	margin:auto;
	}
.menu_pad {
	padding-top:5px;
	padding-left:30px;
	color:#FFFFFF;
	font-family:Arial, sans-serif;
	}
.menu_pad td {
	text-align:center;
	font-weight:bold;
	}
.menu_pad a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:.8em;
	}
.menu_pad a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
.menu_pad a:active {
	color:#FFFFFF;
	}
.menu_pad a:visited {
	color:#FFFFFF;
	}
	
/* These styles define link behaviors */
a {
	color:#0054A6;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	color:#0054A6;
	}
a:active {
	color:#0054A6;
	}
a:visited {
	color:#0054A6;
	}
/* These styles define the columns that appear within the body of the page */
.leftcolumn {
	width:524px;
	background:#FFFFFF;
	padding:12px 14px 16px 16px;
	float:left;
	}
.rightcolumn {
	width:176px;
	background:#FFFFFF;
	padding:12px 14px 16px 16px;
	float:right;
	}
.fullcolumn {
	width:763px;
	background:#FFFFFF;
	padding:12px 14px 16px 14px;
	}
/* Heading can be used alone or with Boxbeige and Boxwhite below */
.heading {
	background:#EEEEEE;
	border:1px solid #CCCCCC;
	padding:5px 8px;
	font-family:Verdana, sans-serif;
	font-size:.75em;
	font-weight:bold;
	text-transform:uppercase;
	color:#0066A9;
	}
/* Boxbeige and Boxwhite should be used with the Heading style above */
.boxbeige {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background:#FFFFF0;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	color:#666666;
	}
.boxwhite {
	border-right:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	background:#FFFFFF;
	padding:8px;
	font-family:Verdana, sans-serif;
	font-size:.7em;
	color:#666666;
	}
/* These styles define font attributes */
h1 {
	font-family:Arial, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	color:#666666;
	}
h4 {
	font-family:Arial, sans-serif;
	font-size:1em;
	font-weight:bold;
	}
.smltxt {
	font-family:Verdana, sans-serif;
	font-size:.6em;
	}
p {
	font-family:Verdana, sans-serif;
	font-size:.75em;
	font-weight:normal;
	color:#666666;
	}
/* This style defines list attributes */
.leftcolumn ul {
	list-style-image:url(images/arrow.png);
	font-family:Verdana, sans-serif;
	font-size:.75em;
	color:#666666;
	}
/* This style defines the footer */
.footer {
	width:770px;
	height:24px;
	background:url(images/footer.png) no-repeat;
	clear:both;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
.footer_pad {
	padding:5px 12px;
	font-family:Verdana, sans-serif;
	font-size:10px;
	color:#335900;
	}
/* This style defines order form attributes */
.ff1 {
	font-family:Verdana, sans-serif;
	font-size:1em;
	}