*
{
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, sans-serif;
}

body
{
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
}

table
{
	border-collapse: collapse;
}

table.extra-padding th, table.extra-padding td
{
	padding: 5px;
}

a
{
	color: #0000FF;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

h1
{
	font-size: 2em;
	font-weight: normal;
	text-decoration: underline;
	line-height: 1.5;
	margin-bottom: 20px;
	text-align: center;
}

h2
{
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
	line-height: 1.5;
	margin-top: 40px;
	margin-bottom: 15px;
}

#leftcolumn h2
{
	margin-top: 0;
}

h3
{
	font-size: 1em;
}

h4
{
	background-color: #E1FF85;
	padding: 5px;
	font-size: 1em;
	margin-bottom: 10px;
	clear: both;
}

p
{
	line-height: 1.5;
	margin-bottom: 20px;
}

img
{
	border: 0;
}

img.right
{
	float: right;
	padding: 10px 0 10px 10px;
}

img.left
{
	float: left;
	padding: 0 10px 0 10px;
}

ul
{
}

ul li
{
	margin-left: 25px;
	line-height: 1.5;
	margin-bottom: 10px;
}

hr
{
	border: 1px solid #9B9B9B;
	margin-bottom: 20px;
}

label
{
	float: left;
	width: 150px;
	font-weight: bold;
	font-size: 0.9em;
	padding: 5px 10px 3px 3px;
	text-align: right;
}

input, textarea
{
	width: 300px;
	border: 1px solid #9B9B9B;
	padding: 3px;
	margin-bottom: 10px;
}

input, textarea, select
{
	font-size: 0.9em;
}

form
{
	font-size: 0.85em;
}

form br
{
	clear: left;
}

form input.submit
{
	margin-left: 163px;
	width: 90px;
}

#page_wrap
{
	width: 842px;
	margin: 0 auto;
}

#page_wrap #left
{
	width: 10px;
	background-image: url('../images/background_bl.jpg');
	background-repeat: repeat-y;
	background-position: right;
	vertical-align: top;
}

#page_wrap #right
{
	width: 10px;
	background-image: url('../images/background_br.jpg');
	background-repeat: repeat-y;
	vertical-align: top;
}

#page_wrap #content_wrap
{
	background-color: #FFFFFF;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	vertical-align: top;
}

#header
{
	height: 199px;
	background-image: url('../images/header.jpg');
	background-position: right;
	background-repeat: no-repeat;
}

#header #back
{
	font-size: 0.7em;
	padding: 5px;
}

#header #back a
{
	color: #000000;
	text-decoration: none;
}

#header #back a:hover
{
	text-decoration: underline;
}

#navigation
{
	background-color: #E1FF85;
	height: 32px;
	border-top: 1px solid #A6AA00;
	border-bottom: 1px solid #A6AA00;
}

#navigation ul
{
	margin: 0;
}

#navigation a
{
	background-image: url('../images/nav_bg.png');
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 18px 0 10px;
	font-size: 0.7em;
	height: 32px;
	float: left;
	color: #000000;
	text-align: center;
	margin: 0;
	line-height: 32px;
	text-decoration: none;
}

#navigation a:hover
{
	background-image: url('../images/nav_bg_hover.png');
	background-color: #A6AA00;
}

#navigation a.hoverstate
{
	background-image: url('../images/nav_bg_prev_hover.png');
}

#networknavigation
{
	background-color: #000000;
	font-size: 0.7em;
	height: 20px;
	margin: 0;
	padding: 0;
	background-image: url('../images/networknav.jpg');
}

#networknavigation a
{
	float: left;
	color: #FFFFFF;
	padding: 2px 10px 4px 10px;
	font-family: tahoma;
	text-decoration: none;
}

#networknavigation a:hover
{
	background-color: #000000;
}

#content
{
	width: 100%;
	font-size: 0.9em;
}

#content #nocolumncontent
{
	padding: 10px;
}

#content #columncontent
{
	float: left;
	width: 500px;
	padding: 10px;
}

#content #column
{
	float: right;
	width: 260px;
	padding: 10px;
	text-align: center;
	font-size: 0.9em;
}

#content #leftcolumncontent
{
	float: right;
	width: 600px;
	padding: 10px;
}

#content #leftcolumn
{
	float: left;
	width: 190px;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
}

#content #lefthalfcontent
{
	float: right;
	width: 46%;
	padding: 10px;
}

#content #lefthalf
{
	float: left;
	width: 46%;
	padding: 10px;
}

#content #lefthalf h1, #content #lefthalfcontent h1
{
	text-align: left;
	font-size: 1.3em;
	font-weight: bold;
}

#content #lefthalf h3
{
	margin-top: 25px;
	padding-bottom: 2px;
	border-bottom: 1px solid #000000;
}

#content #column h1
{
	margin-bottom: 10px;
}

#footer
{
	width: 810px;
	margin: 0 auto;
	padding: 20px;
	font-size: 0.7em;
}

#footer #leftfoot
{
	float: left;
	width: 35%;
}

#footer #rightfoot
{
	float: right;
	width: 60%;
	text-align: right;
}

ul.buttons
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.buttons li
{
	float: left;
	margin: 0 5px 5px 0;
}

.left
{
	text-align: left;
}

.leftcolumnbg
{
	background-image: url('../images/leftcolumnbg.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

.splitbg
{
	background-image: url('../images/splitbg.jpg');
	background-repeat: repeat-y;
	background-position: left;
}

.columnbg
{
	background-image: url('../images/columnbg.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

.clear
{
	clear: both;
}

.emphasis
{
	font-weight: bold;
}

.center
{
	text-align: center;
}

#home #homeleft
{
	float: left;
	width: 430px;
	padding: 20px;
	text-align: center;
}

#home #homeright
{
	float: right;
	width: 320px;
	padding: 5px;
	text-align: center;
}

#slideshowHolder
{
	margin-bottom: 20px;
	line-height: 1.5;
}

.ft-title
{
	font-size: 0.75em;
	padding: 10px;
	width: 270px;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
}

.ft-title a
{
	color: #FFFFFF;
	text-decoration: underline;
}

.padding
{
	padding: 0 5px;
}

p.right
{
	font-size: 0.75em;
	float: right;
	width: 150px;
	margin: 0 0 20px 30px;
	text-align: center;
	padding-right: 5px;
}

.slideshowright
{
	float: right;
	margin: 0 0 20px 10px;
}

ul.links
{
	text-align: left;
	list-style: none;
	margin: 0;
	font-size: 0.9em;
}

ul.links li
{
	padding: 5px;
	margin-left: 0;
	margin-bottom: 10px;
}

ul.links li.hoverstate, ul.links li.selected
{
	background-color: #B5F000;
	cursor: pointer;
}

ul.links a
{
	text-decoration: none;
	color: #000000;
}

div.quote
{
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	width: 320px;
	line-height: 1.5;
	background-color: #E6FF97;
	font-size: 0.8em;
}

div.quote .name
{
	font-size: 0.8em;
	margin-bottom: 0;
	font-weight: bold;
}

.error
{
	background: #FFE4E1 url('../images/icons/error.jpg') center no-repeat;
	background-position: 15px 50%;
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #E47E7A;
	border-bottom: 2px solid #E47E7A;
	margin-bottom: 20px;
}

.smaller-font
{
	font-size: 0.8em;
}
