﻿/* CSS layout for 1024*768 screens */

/* Follows reset code to ensure browser is in a known state/*
/* from http://meyerweb.com/eric/tools/css/reset/          /*
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

/* remember to define focus styles! */

/* remember to highlight inserts somehow! */

/* tables still need 'cellspacing="0"' in the markup */
/* End of reset code */
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}
#header {
	height: 224px;
	text-align: center;
	padding-top: 5px;
}
#pageContent {
	font-size: 1.2em;
	color: #008000;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
}
#title1 {
	color: #CC3300;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: center;
	font-size: 1.4em;
}
#latestNewsContent {
	font-size: 1em;
	margin-right: 25px;
	margin-left: 25px;
	text-align: center;
	background-color: #CCFFCC;
}
#footer {
	font-variant: small-caps;
	font-size: 0.8em;
	text-align: right;
	padding-top: 5px;
}
#footer a {
	color: #000080;
	text-decoration: none;
	float: left;
}
#footer a:hover {
	color: #FF0000;
}
#horizontalMenuBox {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCFFCC;
	border: 1px solid #C4C2AB;
	margin-top: 0px;
	text-align: center;
	font-size: 0.9em;
}
#horizontalMenuBox ul {
	margin: 0px;
}
#horizontalMenuBox ul li {
	display: inline;
	line-height: 25px;
}
#horizontalMenuBox ul li a {
	padding: 5px 10px 5px 10px;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #CC3300;
	text-decoration: none;
	font-weight: bold;
}
#horizontalMenuBox ul li a:hover {
	color: #333333;
	background-color: #C4C2AB;
}
