/** Global **/

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
}
body {
	background-color: #A4AFBF;
	background-image: url(../images/bground.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

/** Global navigation**/
#globalnav {
	background-image: url(../images/byline.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0px;
	width: 756px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#navbar {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 29px;
	width: 732px;
	line-height: 24px;
	padding-right: 12px;
	padding-left: 12px;
}
#navbar a:link, #navbar a:visited {
	color: #000000;
}
#navbar a:hover, #navbar a:active {
	color: #000000;
	background-color: #C7D0D9;
	padding-top: 4px;
	padding-bottom: 4px;
}
/** Content **/
#zero {
	text-align: left;
	padding: 0px;
	width: 756px;
	margin-top: 12px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top {
	font-family: mono;
	font-size: 1px;
	line-height: 1px;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	height: 6px;
	width: 756px;
}
#content {
	background-repeat: repeat-y;
	background-position: center;
	width: 756px;
}
#bottom {
	font-family: mono;
	font-size: 1px;
	line-height: 1px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin: 0px;
	padding: 0px;
	height: 11px;
	width: 756px;
}

/** Footer**/
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 120%;
	color: #666666;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 732px;
	padding-top: 18px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	height: 36px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer a:link, #footer a:visited {
	color: #000000;
}
#footer a:hover, #footer a:active {
	color: #000000;
	background-color: #C1D0E1;
}

/** Global Links **/
a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
}

/** Global Fonts **/
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding: 0px;
	line-height: 120%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
h3 {
	font-size: 11px;
	line-height: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h4 {
	font-size: 11px;
	line-height: 120%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
#copyright {
	padding-top: 5px;
	padding-left: 0px;
}
