body {
	font-family: "Comic Sans MS", Kids, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 0px;
	background-image: url(images/design/background.gif);
	margin: 0px 10px 10px;
}
p, ul, table {
	font-size: 100%;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover, a:focus {
	color: #FF0000;
	text-decoration: underline;
}
hr {
	border-top: thick dotted #C0C0FF;
	border-right: thick dotted;
	border-bottom: thick dotted;
	border-left: thick dotted;
	margin-top: 3px;
	margin-bottom: 3px;
}
h1 {
	font-size: 120%;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/design/pagehead.jpg);
	background-repeat: no-repeat;
	height: 31px;
	padding: 2px 0px 0px 6px;
}
h2 {
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	clear: both;
}
h3 {
	font-size: 110%;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
	clear: both;
}
.divborder {
	width: 760px;
	border: 2px solid #0000FF;
	background-color: #FFFF00;
	margin: 10px auto 0px;
}
.divborder-inner {
	margin: 2px;
	padding: 4px;
	border: 2px solid #FF0000;
	background-color: #FFFFFF;
}
.top-left {
	background-image: url(images/design/logosmall.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 104px;
	text-align: left;
}
.top-left p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	margin-left: 96px;
	padding: 0px;
	background-image: none;
}
.top-right {
	width: 336px;
	background-image: url(images/design/gonkspeak.gif);
	background-repeat: no-repeat;
	background-position: right center;
	vertical-align: top;
}
.top-right p {
	font-size: 13px;
	color: #FF0000;
	text-align: center;
	margin: 24px 128px 0px 0px;
}
.content {
	width: 100%;
	padding: 4px 4px 4px 8px;
	vertical-align: top;
	text-align: left;
}
.content ul {
	list-style-position: outside;
	list-style-image: url(images/design/bullet.gif);
	margin-left: 16px;
	vertical-align: middle;
}
.tablelayout {
	width: 100%;
	border: none;
}
.tableawards {
	width: 100%;
	border: none;
}
.tableawards p {
	margin-left: 10px;
}
.tableawards img {
	margin-bottom: 12px;
}
.tablepix {
	font-size: 80%;
	color: #008000;
	margin: 0px auto;
	padding: 0px;
	width: 560px;
}
.tablepix td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.tablepix img {
	border: 1px solid #006600;
}
.tablegen {
	margin: 0px 0px 12px;
	padding: 0px;
	width: 100%;
	background-color: #DDDDFF;
	border: 1px solid #0000FF;
}
.tablegen th {
	padding: 4px;
	background-color: #CCCCFF;
	border: 1px solid #FFFFFF;
	margin: 0px;
	text-align: left;
	vertical-align: top;
}
.tablegen td {
	padding: 4px;
	border: 1px solid #FFFFFF;
	margin: 0px;
	vertical-align: top;
}
.tablelink {
	font-size: 80%;
	margin: 0px 0px 16px;
	padding: 0px;
	width: 100%;
	background-color: #DDDDFF;
	border: 1px solid #0000FF;
}
.tablelink td {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}
.tablelink a {
	font-size: 110%;
	font-weight: normal;
}
.tablelink p {
	padding: 0px 6px;
}
.rightpix {
	font-size: 80%;
	text-align: center;
	color: #006600;
	vertical-align: top;
	padding: 0px 0px 4px;
	float: right;
	margin-bottom: 6px;
	margin-left: 10px;
	display: table;
}
.centrepix {
	font-size: 80%;
	text-align: center;
	color: #006600;
	vertical-align: top;
	padding: 0px;
	margin: 0px auto 6px;
	display: table;
}
.rightpix img, .centrepix img, .imageborder {
	border: 1px solid #008000;
}
.smalltext {
	font-size: 80%;
}
#footer {
	background-color: #FFCC00;
	margin: 0px;
	padding: 4px;
}
#footer p {
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}
.clearit {
	clear: both;
	float: none;
}
.notice {
	margin: 0px 0px 12px;
	background-color: #DDDDFF;
	border: 1px solid #0000FF;
}
.notice p {
	margin: 4px 6px;
}	
.leftmenu {
	padding: 4px;
	text-align: left;
	vertical-align: top;	
	width: 164px; /*width of menu*/
}
.leftmenu a.menuitem { /*CSS class for menu headers in general (expanding or not!)*/
	color: #EEEEEE;
	text-decoration: none;
	background-color: #1700B0;
	display: block;
	position: relative;
	width: auto;
	padding: 5px 0px 5px 6px;
	border-bottom: 1px solid #FFFFFF;
}
.leftmenu a.menuitem:hover { /*CSS class to apply to expandable header when it's expanded*/
	background-color: #CC0000;
}
.leftmenu a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.leftmenu div.submenu { /*DIV that contains each sub menu*/
	background: #CCCCFF;
}
.leftmenu div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.leftmenu div.submenu ul li {
	border-bottom: 1px solid #003E63;
}
.leftmenu div.submenu ul li a {
	font-size: 90%;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 154px;
	_width: 164px; /* fix for IE6 only */
	padding: 5px 0px 5px 10px;
}
.leftmenu div.submenu ul li a:hover { /*hover state CSS*/
	background: #CC0000;
	color: #EEEEEE;
}
.divpostanote {
	padding: 0px;
	margin: 12px 0px 24px;
	border: 1px solid #FF0000;
	background-color: #FFFFFF;
}
.divpostanote h1 {
	margin: 0px;
	padding: 4px;
	font-size: 120%;
	background-color: #FF0000;
	color: #FFFFFF;
	height: auto;
	background-image: none;
}
.divpostanote p {
	padding: 4px;
	margin: 0px;
	font-size: 90%;
}

