/*@import url(content.css);*/

body, html {
	border: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font: normal 100.01% Arial, Helvetica, Verdana, sans-serif;
	background-color: #EDEDED;
	background-image: url(left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#header {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 600px;
	height: 149px;
	margin-left: 235px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#logo {
	position: absolute;
	top: 0px;
	width: 235px;
	height: 149px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	left: 0px;
	z-index: 2;
}

#topmenu {
	position: absolute;
	left: 22px;
	bottom: 10px;
}

#header2 {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 149px;
	background-image: url(header_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content-wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#content {
	background: #EDEDED;
	position: absolute;
	top: 176px;
	width: 620px;
	left: 268px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	z-index: 30;
}
#content a {
	color: #3F81CC;
	text-decoration: none;
}
#content a:visited {
	color: #3F81CC;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#content a:link {
	color: #3F81CC;
	text-decoration: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#content a:hover {
	color: #3F81CC;
	text-decoration: underline;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	width: 235px;
	height: 100%;
	background-image: url(left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	
}

#leftmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	left: 0px;
	top: 149px;
	/*	margin-top: 149px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px; */
	background-image: url(left_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
	line-height: normal;
	font-variant: normal;
	z-index: 13;
	visibility: visible;
}

#leftmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftmenu li {
	text-decoration: none;
	font: normal 13px Arial, Helvetica, Verdana, sans-serif;
	padding: 5px 0 5px 30px; 
}

#leftmenu  li a {
	text-decoration: none;
}

#leftmenu li a:hover {
	color: red;
}
/*********************/
/* Tables, generally 
/*********************/
TABLE.contenttable { font-size: 10px; color: #333333; }
TABLE.contenttable P { font-size: 10px; color: #333333; }
TABLE.contenttable TR TD { vertical-align: top; }

/***************************/
/* General element styles: */
/**************************
H1, H2, H3, H4, H5, P, TD, UL, OL, BLOCKQUOTE, INPUT, TEXTAREA, SELECT { font-family: arial, helvetica; color: #000000; }
PRE { font-family: monospace; }
A { color: #000066; text-decoration: underline; }
A:hover { color: #660000; }
FORM { margin: 0px 0px 0px 0px;}
P, PRE { margin: 0px 0px 0px 0px; }
P, TD, UL, OL { font-size: 11px; }
INPUT, TEXTAREA, SELECT { padding-left: 5px; font-size: 10pt; } */

