body {
	min-width: 810px;
	text-align: center;
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
	color: #333;
	background: #FFF;
}

td, select, option {
	font-family: Verdana, Arial, Sans Serif;
	font-size: 10px;
}

a {
	font-family: Verdana, Arial, Sans Serif;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.boxText  a{
	color: #666;
}

img {
	border: 0px;
}

form {
	margin-bottom: 0px;
}


/* PAGE LAYOUT BITS */
#container{
	width: 810px;
	text-align: left;
	background: #FFF8DC;
}

#container .column {
	position: relative;
	float: left;
	margin-bottom: 5px;
	padding: 5px;
}

#center {
	width: 450px;
	max-width: 450px;
	background: #FFF;
}

#left {
	width: 150px;
}

#right {
	width: 180px;
}
#header {
	height: 159px;
}

#footer {
	clear: both;
	text-align: center;
	color: #333;
	font-weight: normal;
	margin-top: 5px;
}


/* HEADINGS */
h3 {
	margin-bottom: 5px;
}

/* BOXES */

.infoBox {
	margin-top: 10px;
}

.infoBoxHeading {
	font-size: 12px;
	font-weight: bold;
}

.boxText {
	/*background: #FFF;*/
}

.pageHeading {
	font-size: 14px;
	font-weight: bold;
}

#header_links {
	padding: 4px 10px 4px 0px;
	font-size: 12px;
	float: right;
}

#header_links2 {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 14px;
	padding: 3px 0 5px 0;
}

#header_links a {
	color: #666;
}

#header_links2 a {
	color: #666;
}



.outline {
	
}

/*br {
	line-height: 2px;
}*/