/**************** Page and tag styles ****************/
html,body {
	margin: 0; padding: 0
}
body {
	margin:0; padding:0; color:#303030; background:#fafafa url(img/bodybg.gif) top left repeat-y; font:76% Verdana,Tahoma,sans-serif;
	 background:url(../Assets/cybw01_big.gif) no-repeat left 5px #ffffff fixed;
}
body, td, th, div, p, ul {
	font-family: Verdana, Helvetica, sans-serif; font-size: 12px;
}
h1, h2 {
	font-family: Verdana, Helvetica, sans-serif; font-weight:bold; font-size: 20px;
}
h3 {
	font-family: Verdana, Helvetica, sans-serif; font-weight:bold; font-size: 15px; margin-top:0; padding-top:0;
}
h4, h5 {
	font-family: Verdana, Helvetica, sans-serif; font-weight:bold; font-size: 15px; color:#FF0000;
}
h6 {
	font-family: Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color:#999999; margin:0;
}
#wholepage {
	margin:0; padding:0;
}
.big {
	font-size: 13px; font-weight: bold;
}
.small {
	font-size: 10px; font-weight: normal;
}
.ash {
	font-family: Georgia, sans-serif; font-weight: bold; font-size: 12px; color: #666666;
}
.red {
	font-family: Georgia, sans-serif; font-weight: normal; font-size: 12px; color: #ff0000;
}
a {
	color: #DC3505; text-decoration: underline;
}
a:hover {
	color: #DC3505; text-decoration: none;
}
img {
	border:0;
}
ul {
	list-style:url(../Assets/rdot.gif);
}

/**************** Header, Sidebar area and Navigation menu styles ****************/

#header {
	padding:5px; width:770px; position:relative; top:0; left:0; z-index:3; margin:0; background-color:#FFFFFF;
}
body > #header {
	position:fixed;
}
#sidebar {
	position:absolute; top:150; left:0; width:210px; height:100%; overflow:hidden; background-color:#e0e0e0; text-align:right; 
	z-index:2; padding:5px; margin:0;
}
body > #sidebar {
	position:fixed;
}
#logo {
	text-align:left; color:#999999; background-color:#FFFFFF; padding:10px 3px; font-size:10px;
}
UL.menu {
	font-family: Georgia, sans_serif; font-size: 16px; list-style:none; margin:0; padding:0; line-height:1.5em; 
	list-style:none; list-style-image:none;
}
.menu li {
	background:url(../Assets/rblock.gif) right no-repeat; padding-right:17px;
}
.menu a {
	color: #679511; text-decoration: none; font-weight: bold;
}
.menu a:visited {
	color: #006600; text-decoration: none; font-weight: bold;
}
.menu a:hover {
	color: #00FF00; text-decoration: none; font-weight: bold;
}

/**************** Content area styles ****************/

#footer {
	padding:10px; width:540px; margin:0 0 0 220px; border-bottom:1px solid #66FF00; border-top:1px solid #66FF00; z-index:1;
}
#banner {
	padding:0; width:780px; margin:0; z-index:1;
}
#content {
	padding:20px 10px; width:540px; margin:0 0 0 220px; background:#efefef; z-index:1;
}
#content p {
	margin:0 0 20px 0; line-height:1.5em;
}

/****************** Others ********************/

.colbigtxt {
	font-weight: bold; font-size: 16px; color: #006600;
}
.colbigtxt a {
	color: #006600; text-decoration: none;
}
.button {
	color: #ffffff; font-weight: bold; background-color: #679511; border-color: #ff0000;
}
ul.image {
	list-style-image: url(../Assets/gblock.gif); line-height: 1.5;
}
ul.smll {
	margin: 5px; padding: 0px;
}
ul.smll li {
	list-style-image: url(../Assets/rdot.gif); margin: 0px;
}
div.quote {
	padding: 10px; border: 1px solid #ff0000; background-color: #FFFFFF; color:#000000;
}
.tempbox {
	float:left; width:90px; margin-right:10px; margin-bottom:5px; font-size:10px;
}
ol li { line-height:1.8em; }
.bluebg { background-color:#00CCCC; color:#000000; }
.yellowbg { background-color:#FFFF00; }