/**
 *	CSS Element Definitions
 */
body, html {
	background-color: #ffffff;
	color: #333333;
	font-family: Arial, Helvetica, Sans-Serif;
	line-height: 1.5;
	font-size: 14px;
	background: url('../images/background.gif');
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}

form, fieldset {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

h1, h2, h3, h4  {
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1;
	text-align: left;
	font-weight: bold;
	color: #0F3F94;
	margin: 3px 0px;
	padding: 0px;
}

h1 { 
	margin-top: 13px;
	font-size: 26px; 
}
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 14px; }

hr {
	border: 0px;
}

img { border: 0px; }

label {
	font-weight: bold;
	color: #993339;
}

small { font-size: 10px; }

input[type='submit'], input[type='button'] {
	border: 2px solid #999999;
	background-color: #F0F0F0;
	color: #333333;
	font-size: 13px;
	padding: 3px 7px;
	margin: 3px 1px;
}

input[type='submit']:hover, input[type='button']:hover {
	background-color: #FFFFA6;
	color: #000000;
}

input[type='text'], input[type='password'], textarea, select {
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.2;
	border: 1px solid #999999;
	padding: 3px;
	background-color: #F7F7F7 !important;
}

/**
 *	Basic Class Definitions
 */
.align-center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.clear-both, .clearBoth { clear: both; }
.clear-left, .clearLeft { clear: left; }
.clear-right, .clearRight { clear: right; }
.float-right { float: right; }
.float-left { float: left; }

#content-pane {
	width: 740px;
	padding: 20px;
	margin: 0px auto;
}

#footer {
	width: 770px;
	background-color: #C0E59A;
	margin: 10px auto;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#footer-padding {
	padding: 5px 20px;
}

#header {
	width: 100%;
	height: 48px;
	background-color: #245D2D;
	background: url('../images/header-background.gif');
	background-repeat: repeat-x;
}

#header-content {
	width: 730px;
	margin: 0px auto;
	font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#header-padding {
	padding: 5px 15px;
}

a.menu, a.menu:visited {
	color: #FFFFFF !important;
	text-decoration: none;
}

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

#menu {
	background: url('../images/menubar.gif');
	height: 40px;
	margin-bottom: 10px;
}

#menu div.item {
	width: 148px;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

#menu div.item-padding {
	padding: 8px;
}

#site-name {
	float: left;
	font-size: 25px;
}

#site-name a, #site-name a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#site-name a:hover {
	text-decoration: underline;
}