/* Main body style */
html, body {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	color: #333;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;

	background-image:url(../images/bk.gif);
	background-repeat:repeat;
}

h1, h2, h3 {
	/*margin-top: 0;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 { font-size: 197%;}
h2 { font-size: 136%;}
h3 { font-size: 100%; font-weight: bold;}
p, ul, ol { margin-bottom: 1.6em; line-height: 180%;}
blockquote { width:80%; font-style: italic; color: #CC0000; font-size:20px; font-weight:bold; line-height:180%; font-family: Georgia, "Times New Roman", Times, serif;}

a {	color: #CC0000;}
a:hover { text-decoration: none;}

img { border: 1px solid #B2B2B2;}
img.left { float: left;	margin: 0 15px 0 0;}
img.right { float: right; margin: 0 0 0 15px;}

/* header */
#header {
	width: 100%;
	height:160px;
	margin:0;
}
#hdwrapper{
	width:900px;
	height:260px;
	padding-top:10px;
	border-bottom:2px solid #666666;
	margin:0 auto;
	background:url(../images/gradient_blue.gif) repeat-x;
}

#logotext {
	float: left;
	width: 900px;
	height: 80px;
	background-image:url(../images/logo.gif);
	background-position:20px center;
	background-repeat:no-repeat;
}

#logotext h1{ font-size:20px; float:left; margin-top:30px; margin-left:140px; color:#FFFFFF;}
#logotext h2{ font-size:22px; font-weight:bold; float:right; margin-top:28px; margin-right:40px; font-style:italic; /*color:#0C89FF*/ color: #FFFFFF;}

/* Menu */
#menu {
	float:left;
	width:865px;	
	height: 50px;
	margin-bottom:0;
	margin-top: 17px;
	margin-left:30px;
}
#menu ul { margin: 0 auto; padding: 0; list-style: none;}
#menu li {
	float: left;
	width:80px;
	height: 30px;
	margin-left:1px;
	padding:2px 10px;
	
	/* yellow theme */ 
	/*background-color:#777053;*/
	
	/* blue theme */ 
	/*background-color: #0099CC;*/

	/* red theme */ 
	background-color: #FF0033;
}
#menu li:hover {

	/* yellow theme */ 
	/*background-color:#777053;*/
	
	/* blue theme */ 
	/*background-color: #0033FF;*/

	/* red theme */ 
	background-color: #0F07FF;

	border-top:6px solid #C10000;	
	text-align: center;
}

#menu li.active { 	
	/* yellow theme */ 
	/*background-color: #DEB515;*/

	/* blue theme */ 
	/*background-color: #0033FF;*/

	/* red theme */ 
	background-color: #0F07FF;


	border-top:6px solid #C10000;	
	text-align: right;
}

#menu a {
	padding: 0;
	margin: 1px;
	text-align: center;
	text-decoration: none;
	font-size:11px;
	font-weight: bold;
	color: #FFFFFF;
	
}

html>body #menu a { width: auto; outline:none;}
#menu a:hover { }

/* wrapper */
#wrapper {
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
	padding-bottom:20px;
}

/* Content */
#contents {width: 600px; float:right; margin-right:30px;}
#maincontent, .twocols { float: left; width: 600px; padding:5px;}

#onebodycontents { width: 900px; float:right; margin-right:30px;}
#onebodymaincontent { width: 600px; margin:20px auto;}

.twocols .col1 { float: left;	width: 280px;}
.twocols .col2 {float: right;	width: 270px;}

.list {	margin-left: 0;	padding-left: 0; list-style: none;}
.list li { padding-left: 10px;}

.title {padding-bottom: 5px; border-bottom: 1px solid #EDEBD5; color:#0033FF; font-size:26px; text-transform:uppercase;}
.subtitle {padding-bottom: 5px; color: #0099FF; font-size:20px; text-transform:uppercase;}

/* information page */
table{width:550px; margin:10px 0; border:none;}
tr th, tr td{border-bottom:#006699 1px solid; margin:0; padding:5px;}

/* Sidebar */
#sidebar { float: left;	margin-left:5px; width: 250px; background-color: #FFFFFF;}
#sidebar ul {margin: 0; padding: 2px;	list-style: none;}
#sidebar li {margin:5px; padding: 5px;}

#sidebar li ul {}
#sidebar li ul li { padding: 5px 0;}
#sidebar h2 { font-size: 20px; margin-bottom:8px; margin-top:15px;}
#sidebar h3 {margin: 0;}
#sidebar p { margin: 0;	line-height: normal;}
#sidebar a { text-decoration: none; cursor:pointer;}
#sidebar a:hover { text-decoration: underline;}

#dnews {border-top:6px solid #0099CC; border-left:1px solid #0099CC; border-right:1px solid #0099CC;}
#devent {border-top:6px solid #CC3399; border-left:1px solid #CC3399; border-right:1px solid #CC3399;}
#dnewsletter {border-top:6px solid #99CC33; border-left:1px solid #99CC33; border-right:1px solid #99CC33;}

#dnews, #devent, #dnewsletter{ width:200px; margin-left:5px; padding:0 2px;}

#dnews a{color: #0099CC}
#devent a{color: #CC3399}
#dnewsletter a{color: #339900;}

#archive{margin:5px 10px;}
#archive a{color: #FF6600; text-decoration:underline;}
#archive a:hover{ text-decoration:none;}

#subscribe{
margin-top:10px; 
margin-left:10px; 
background-image:url(../images/rss.png); 
background-repeat:no-repeat;
background-position:left bottom;
text-indent:20px;
height:20px;
}
#subscribe a{font-size:12px; color: #FF6600;}

/* general box class */
.box{background-color:#3366FF; text-align:center;}
.box:hover{background-color: #FF0000;}
.box a{font-size:14px; color: #FFFFFF; font-weight:bold; text-decoration:none;}
.box a:hover{color: #333; text-decoration:none;}

/* join and signin box */
#join, #signin{ width:100px; height:20px; padding:10px 5px; margin-top:20px; margin-left:20px;}

/* logout button*/
#logout{ width:100px; height:20px; padding:10px 5px; margin-top:50px; margin-left:20px;}



/* Search */
#search {width:200px; height: 23px; margin:5px; padding:6px;}
#search a:hover{ text-decoration:none;}

/* Footer */
#footer {
	clear: both;
	height: 100px;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

.loading{ 
background-image:url("../images/aloader.gif"); 
background-repeat:no-repeat; 
background-position: center center;
}

#countdown{
height:20px; 
font-size:18px; 
text-align:center;
color:#003399;
}