/* <![CDATA[ *//* ------------------------------- GLOBAL SEMANTIC MARKUP*/

/* General */
html, body {
	font-size: 14px;
	font-family: Verdana, sans-serif;
	height:auto;
	height:100%;
}
body {
	background-image: url('../grfx/bg-wallboard.jpg');
	margin:0px;
}

/* Layout */
.container {
	width:823px;
	padding:0px;
	margin:0px;
	text-align: center;
	height:auto;
	border:0px;
}
.hdr {
	width:823px;
	height: 83px;
	margin: 0px;
	padding: 0px;
}
.menubox {
	margin: 0px;
	padding:0px;
	width: 823px;
	height: 34px;
	background-image: url('../grfx/bg-menu.png');
	background-repeat: no-repeat;
}
.menu {
	text-align: center;
	padding-top: 5px;
}

.main {
	width:823px;
	background-image: url('../grfx/bg-main.png');
	background-repeat: repeat-y;
}

.sidebarbox {
	position:relative;
	float:left;
	margin:0px;
	width: 212px;
}
.sidebar {
	font-size: 95%;
	text-align:left;
	padding: 10px 5px 10px 20px;
}
.contentbox {
	position:relative;
	float:left;
	width:611px;
	margin:0px;
}
.content {
	text-align:left;
	padding:20px 25px 20px 20px;
}
.footer {
	clear:both;
	position:relative;
	text-align:center;
	padding-bottom: 5px;
	color: #000000;
	background-image: url('../grfx/ftr.png');
	background-repeat: no-repeat;
}


/* Text formatting */
h1 {
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 140%;
	font-weight: bold;
}
h1 {
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
h3 {
	margin: 0 auto;
	padding-bottom: 10px;
	font-size: 110%;
	font-weight: bold;
}
hr {
	color:#969696;
	background-color:#969696;
	border: 2px solid;
	margin: 4px;
}
.blue {
	font-size: 120%;
	color: #206ACF;
	padding: 0px 10px;
}

/* Links */
a:link, a:visited {
	font-weight: normal;
	color: #71060C;
	text-decoration: underline;
	background-color: transparent;
}
a:hover {
	font-weight: normal;
	color: #71060C;
	text-decoration: none;
	background-color: transparent;
}
a.white:link, a.white:visited {
	font-size: 120%;
	font-weight: normal;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}
a.white:hover {
	font-size: 120%;
	font-weight: normal;
	color: #71060C;
	text-decoration: none;
	background-color: transparent;
}
a.ftr:link, a.ftr:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: transparent;
}
 a.ftr:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

/* ------------------------------- *//* ]]> */