*{margin:0px;padding:0px}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-position: center;
	margin-top: 20px;
	margin-bottom: 0px;
}
.content {
	color:#CCCCCC;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(img/topbak.png);
	margin-bottom: 0px;
	background-repeat: no-repeat;
	border: 1px solid #BBE9FF;
}
#menu {
	width: 750px;
	background-image: url(img/menubak1.png);
	background-repeat: no-repeat;
	margin: 5px auto;
	height: 30px;
}
#menu h1 {
	font-size: 1em;
	font-weight: bold;
	color: #288282;
	text-align: center;
	padding: 5px;
}
img.floatLeft {
	float: left;
	border: 1px solid #CCCCCC;
	margin: 0px 10px 7px 0px;
	background-color: #666666;
}
img.image_nofloat {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 2px;
}
img.floatRight {
	float: right;
	margin: 0px 0px 7px 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#header {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 10px;
}
a {
	color:#990000;
	background: inherit;
	text-decoration: none;
}
a:hover { 
color:#FF0000;
background: inherit; 
text-decoration:underline; 
}
h1, h2, h3, h4 {
	color:#288282;
	line-height: 100%;
	padding-bottom: 3px;
	font-size: 1em;
	text-indent: 6px;
	margin-right: 5px;
	margin-left: 25px;
	font-weight: bold;
	padding-top: 1px;
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-size: 0.7em;
	background-color: #DDEDFB;
	border: 1px solid #FCD59A;
	margin-right: auto;
	margin-left: auto;
}
td {
	border: 1px solid #FFC9AE;
}

h2 {
	font-size: 0.9em;
}
h3 {
	font-size: 0.8em;
}
h4 {
	font-size: 0.7em;
}
.nav {
	width: 200px;
	position: inherit;
}
.nav ul {
	font-size: 0.7em;
	font-weight: normal;
	display: block;
	list-style-type: none;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 0px;

}

.nav li a {
	line-height: 1.5em;
	border-top-color: #EAEAEA;
	border-right-color: #999999;
	border-left-color: #DBDBDB;
	border-bottom-color: #999999;
	margin-bottom: 1px;
	font-weight: bold;
	color: #288282;
	display: block;
	padding-top: 1px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-image: url(images/menbak.jpg);
	background-repeat: repeat-y;
	border-style: solid;
	border-width: 1px;
	background-color: #CCE5F9;
}
.nav li a:hover {
	text-decoration: none;
	border-top-color: #999999;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #999999;
	background-color: #E2E8F3;
	border-width: 1px;
	border-style: solid;
	background-image: url(images/menbak2.jpg);
	color: #17B5F9;
}
/* Main CSS */
#main {
	width: 750px;
	margin: 0;
	background-repeat: repeat-x;
}  
#main .rightpanel {
	float: right;
	padding:0px 4px 0 0px;
	margin:0;
	width: 200px;
}


#main .left_side {
	width: 500px;
	padding-top: 15px;
	padding-right: 5px;
	padding-left: 5px;
}
.left_side ul {
	font-size: 0.7em;
	font-weight: normal;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 40px;
	list-style-image: url(img/bullet.gif);

}
.left_side li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;
	padding-bottom: 7px;
}
.left_side ol {
	font-size: 0.7em;
	font-weight: normal;
	list-style-position: outside;
	padding-left: 0px;
	margin-left: 40px;
	list-style-image: url(img/bullet.gif);

}
.left_side li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-style: italic;
	padding-bottom: 7px;
}



/* the footer info*/
#footer {
	font-size:0.8em;
	background-image: url(img/botbak.png);
	padding-top: 5px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FDE5C1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FAC879;
	margin-top: 2px;
}

#footer p {
	color: #288282;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 2px;
	font-size: 0.85em;
}

#footer a {
	color: #288282;
}
#footer a:hover {
	color: #FF0000;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 0px;
	color: #FFFFFF;
}
