/* Global Defaults */
html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
body {
	font: 14px Arial, Helvetica, sans-serif;
	color: white;
}
/* Headlines */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h2.title {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size:175%;
	color:#FFFF00;
	font-style:italic;
    }

/* Text Styles */
p, th, td, li, dd, dt, ul, ol, blockquote, q, acronym, abbr, a, input, select, textarea {
	margin: 0;
	padding: 0;
	font: normal normal normal 1em/1.25 Arial, Helvetica, sans-serif;
}
p.header {
	color: #ffff00;
	padding-top:3.5px;
	font-size: 25px;
	font-family: BiauKai, Arial;
	font-style:italic;
}
p.footer {
	color: #ffffff;
	padding-top:13px;
	font-size: 12px;
	font-style:italic;
}
blockquote.news {
	margin: 0px 15px 10px;
	padding: 0px;
}
q {
	font-style: italic;
}
acronym, abbr {
	cursor: help;
	border-bottom: 1px dashed;
}
small {
	font-size:.85em;
}
big {
	font-size:1.2em;
}
/* Links and Images */
a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
A {
	font-family:verdana, sans-serif;
}
A:link {
	color:#3366ff;
}
A:visited {
	color:#3366ff;
}
A:active {
	color:#3366ff;
}
A:hover {
	color:#000000;
}
A.logout {
	font-family:verdana, sans-serif;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
	color:#ffff00;
}
A.logout:link, A.menu:visited, A.menu:active {
	text-decoration:none;
}
A.logout:hover {
	color:#FFFFFF;
	text-decoration:none;
}
A.menu, A.menu:link, A.menu:visited, A.menu:active  {
	font-family:verdana, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#ffff00;
}
A.menu:link, A.menu:visited, A.menu:active {
	text-decoration:none;
}
A.menu:hover {
	color:#FFFFFF;
	text-decoration:none;
}
ul.sidemenu {
	margin : 0px;
	padding : 0px;
	width:140px;
}
ul.sidemenu li {
	list-style-position:inside
}
ul.sidemenu a {
	font-size:14px;
	font-family:verdana;
    font-weight: bold;
	color:#ffff00;
	text-align : left;
	cursor : pointer;
}
ul.sidemenu a:hover {
	color:#ffffff;
}
ul.navmenu {
	margin : 0px;
	padding : 3px 0px 3px;
	list-style-type : none;
}
ul.navmenu li {
	display : inline;
}
ul.navmenu a {
	border: 0px solid #ccFFFF;
	display: block;
	padding-top: 5px;
	width : 97px;
	height : 26px;
	font-size:14px;
	font-family:verdana;
	font-weight:bold;
	color:#ffff00;
	text-align : center;
	background: url('/IMAGES/template/button.gif') 0 0 repeat-x;
	cursor : pointer;
}
ul.navmenu a:hover {
	background-position: 0 -30px;
}
img {
	border: none;
}
/* Tables */
table {
	margin: 0;
	padding: 0;
	border: none;
}
td.resource_top {
	background: url("/IMAGES/template/resource_top.gif") no-repeat;
}
td.admin_top {
	background: url("/IMAGES/template/admin_top.gif") no-repeat;
}
td.mbox_middle {
	background: url("/IMAGES/template/mbox_middle.gif") repeat;
}
td.mbox_bottom {
	background: url("/IMAGES/template/mbox_bottom.gif") no-repeat;
}
td.body_top {
	background: url("/IMAGES/template/body_top.gif") no-repeat;
}
td.body_middle {
	background: url("/IMAGES/template/body_middle.gif") repeat;
}
td.body_bottom {
	background: url("/IMAGES/template/body_bottom.gif") no-repeat;
}
/* Forms */
form {
	margin: 0;
	padding: 0;
	display: inline;
}
label {
	cursor: pointer;
}
/* Div */

#container {
	border: 0px solid #000000;
	text-align: left;
	width: 858px;
	height:auto;
	margin:50px auto 50px;
}
#header {
	background-image: url("/IMAGES/template/bg_header.gif");
	width: auto;
	height: 36px;
}
#banner {
	background: url("/IMAGES/template/bg_body.gif") repeat;
	border: 0px solid yellow;
	width: auto;
	height: auto;
}
#menu {
	background-image: url("/IMAGES/template/bg_menu.gif");
	width: 100%;
	height: 33px;
	padding-top:0px;
}
#main {
	background: url("/IMAGES/template/bg_body.gif") repeat;
	border: 0px solid yellow;
	width: auto;
	height: auto;
	padding-top:10px;
	clear:both;
}
#left {
	border: 0px solid orange;
	float:left;
	display:inline;
	margin-left:5px;
	width: auto;
}
#content {
	border: 0px solid blue;
	margin: 0px 5px 0px;
	float:left;
	display:inline;
	width: 670px;
}
#footer {
	clear:both;
	background-image: url("/IMAGES/template/bg_footer.gif");
	width: auto;
	height: 38px;
}

