a {
	text-decoration: underline;
	color: #305BA9;
}


body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.search_text
{
	width: 100%;
	margin: 0px;
	padding: 1px;
	border: 0px;
	vertical-align: middle;
}

/* Navigation */


#nav1 {
	float: left;
	width: 903px;
}

#nav1 ul {
	font-size: 13px;
	border-top: #FB9935 2px solid;		
	list-style: none;
	height: 18px;
	padding: 0px 0px 5px 20px;
	margin: 0;
	font-weight: bold;
}
#nav1 ul li {
	float: left;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
}
#nav1 a {
	text-decoration: none;
   color: gray;
}
#nav1 li.selected {
	background-color: #FB9935;
}
#nav1 li.selected a {
	color: white;
}


/*.....*/

#nav1 ul li a:hover { color: black; }
#dnav ul li a:hover { color: white; text-decoration: underline; }


#dnav .navsub a { font-size: 11px; color: white;}
#dnav .navsub li { width: 180px; border-left: #AF0B23 1px solid; border-right: #AF0B23 1px solid; border-bottom: #AF0B23 1px solid; background-color: #FB9935;}
#dnav ul { width: 180px; background-color: #FB9935; border-top: #AF0B23 1px solid !important; }

#dnav li {
	float: left;
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 0px; /* Set 1px less than menu width */
	top: 22;
	float: none;
	list-style: none;
	display: none;
	}

#nav1 .navsub { padding: 0px; }
#nav1 .navsub li { margin: 0px !important; padding: 5px !important;  }
#nav1 .navsub li a { height: 1%; }


* html #nav1 ul li { float: left; height: 1%; }
* html #nav1 ul li a { height: 1%; }


li:hover ul, li.over ul { display: block; } /* The magic */


/*.....*/


#nav2 ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-weight: bold;	
}
#nav2 ul li {
	padding: 4px 0px 12px 0px;
	background: url(../images/nav2_line.gif) no-repeat 0 100%;
}

#nav2 li.selected {
	background-color: #EDEDED;
}

/* Blocks */
.exclaim_block, .question_block {
	width: 170px;
	margin-top: 10px;
}

.exclaim_block .top {
	background: url(../images/exclaim-top.gif) no-repeat;
	width: 170px;
	height: 70px;
}
.exclaim_block .text {
	padding: 0px 12px 16px 12px;
	background-color: #EDEDED;
	
}
.exclaim_block .bottom {
	background: url(../images/exclaim-bottom.gif) no-repeat;
	width: 170px;
	height: 8px;
}

.question_block .top {
	background: url(../images/question-top.gif) no-repeat;
	width: 170px;
	height: 69px;
}
.question_block div.text {
	padding: 0px 12px 16px 12px;
	background: url(../images/question-text-bg.gif) repeat-y;
	font-size: 11px;
}
.question_block td { 
	font-size: 11px;
	padding-bottom: 12px;
}
.question_block td input {
	margin: 0 4px 0 0; 
	width: 10px; 
}
.question_block .bottom {
	background: url(../images/question-bottom.gif) no-repeat;
	width: 170px;
	height: 12px;
}
.question_block .cent {
	padding-left: 28px;
}

.sign_block_head {
	width: 130px;
	padding: 8px 0px 0px 12px;
	color: white;
	font-weight: bold;
	text-decoration: underline;
}

.gray_block {
	border: 1px solid #8B8B8B;
	margin: 10px 0 0 0;
	width: 168px;
}
.gray_block .top {
	background-color: #8B8B8B;
	font-weight: bold;
	color: white;
	height: 18px;
	width: 168px;
}
.gray_block .top span {
	padding-left: 9px;
}
.gray_block .text {
	padding: 6px;
}
.gray_block input.inp {
	width: 90px;
}
.gray_block .cent {
	padding: 6px 0 0 33px;
}
.gray_block .links {
	padding: 5px 0 5px 0;
	font-size: 11px;
	font-weight: normal;
}
.gray_block label {
	font-size: 11px;
}


.banner_block
{
	width: 170px;
	text-align: center;
}

.banner_block img
{
	margin-top: 10px;
}


/* Right coloumn */
.right .daily_news {
	width: 250px;
	border: 1px solid #FC9934;
	margin: 18px 0 0 0;
}
.right .daily_news .top {
	background-color: #FC9934;
	text-align: center;
	font-weight: bold;
	color: white;
	height: 18px;
	width: 250px;
}
.right .daily_news .top span {
	padding-left: 9px;
}
.right .daily_news img  {
	float: left;
	margin: 4px 8px 4px 4px;
}
.right .daily_news .topic {
	margin: 4px;
}
.right .daily_news .topic a {
	font-weight: bold;
}
.right .daily_news .text {
	clear: left;
	background-color: #EBF3FF;
	padding: 4px;
	font-size: 11px;
}

.right .news {
	width: 252px;
	margin-top: 10px;
	font-size: 11px;
	clear: both;
}
.right .news .top {
	background: url(../images/right_news_bg.gif) repeat-y;
	padding-left: 68px;
	font-weight: bold;
	font-size: 10px;
}
.right .news img  {
	float: left;
	margin: 4px 8px 4px 0;
}
.right .news .title {
	font-weight: bold;
	margin-bottom: 6px;
}

/*  Central coloumn */
.center .topic {
	width: 500px;
	margin-top: 18px;
	border-bottom: 2px solid #AF0B23;
	white-space:nowrap;
}

.center div.topic div {
	background: #AF0B23;
	color: white;
	font-size: 20px;
	width: 165px;
	font-family: "Times New Roman", Times, serif;
}
.center div.topic div span {
	padding-left: 10px;
}
.center .news {
	margin-top: 8px;
}

.center .news .title {
	padding-bottom: 9px;	
}
.center .news .title a
{
	font-weight: bold;
}
.center .news img {
	float: left;
	margin-right: 8px;
}
.center .news h2 {
	font-size: 18px;
	margin: 0px 0px 6px 0px;
}
.center .comment, .fl_right {
	margin-top: 12px;
	text-align: right;
	float: right;
}

.center .print, .fl_left {
	margin-top: 12px;
	float: left;
}


.center .news .author
{
	margin-top: 9px;
	font-weight: bold;
}

.center .red {
	color: #AF0B23;
}

.center .bottom ul {
	background: #ededed url(../images/center_bottom_bg.gif) repeat-x 0 100% !important;
	list-style: square;
	padding: 0px 0px 5px 30px;
	margin: 0;
}
.center .bottom ul li {
	padding-top: 10px;
	margin-left: 100px;
	width: 300px;
}
.center .bottom ul a {
	color: black;
	font-weight: bold;
}

/* News */

.center .one_news h2 {
	width: 499px;
	font-size: 18px;
	margin: 18px 0px 6px 0px;
	padding: 0px;
}
.center .one_news img {
	float: left;
	margin-right: 8px;	
}

.center input {
	border: 1px solid #ccc;
	margin-top: 1px;
}

/* Forum */
.forum {
	margin: 24px 0 0 0;
	border-top: 1px solid black;
	width: 500px;
}
.forum .date {
	width: 100px;
	float: left;
	margin: 6px 0 6px 0;
}
.forum .author {
	font-weight: bold;
	margin: 6px 0 6px 0;	
}

.forum_item { 
	padding: 12px 0 0 0;
	clear: both;
}
.forum_item .title { 
	width: 400px;
	float: left;
}
.forum_item .info { 
	float: right;
}



/* Search */
.search_res {
	margin: 24px 0 0 0;
	border-top: 1px solid black;
}
.search_res .title {
	font-weight: bold;
	margin: 6px 0 6px 0;
}
.search_res .text {
	margin: 6px 0 6px 0;	
}

/* Footer */

.footer_l
{
	padding-left: 20px;
	background: #EDEDEE;
	height: 50px;
	font-size: 9px;
}
.footer_r
{
	padding-left: 23px;
	background: #EDEDEE;
	height: 50px;
	font-size: 9px;	
}

.footer_l2
{
	background: url(../images/footer_bg.gif) repeat-x 0 100%;
	border-top: #FB9935 2px solid;
	padding-left: 20px;
	height: 50px;
	font-size: 9px;
}
.footer_r2
{
	background: url(../images/footer_bg.gif) repeat-x 0 100%;
	border-top: #FB9935 2px solid;
	padding-left: 10px;
	height: 50px;
	font-size: 9px;	
}

.footer_l3
{
	background-color: #E7F3FF;
	border-top: #FB9935 2px solid;
	padding-left: 20px;
	height: 50px;
	font-size: 9px;
}
.footer_r3
{
	background-color: #E7F3FF;
	border-top: #FB9935 2px solid;
	padding-left: 23px;
	height: 50px;
	font-size: 9px;	
}

/* Other */
.padd_l_r {
	padding: 5px 15px 0px 15px;
}
.paddt5 {
	padding-top: 5px;
}
label.ll {
	float: left;
	width: 60px;
	padding-top: 3px;
	font-size: 12px;
}

input.cb {
	width: 10px;
	height: 10px;
}

label.remem {	
	vertical-align: top;
	padding-left: 3px;
}
label {
	cursor: pointer;
}
.cur_date {
	float: right;
	text-align: right;
	border-top: #FB9935 2px solid;		
	width: 100px;
   color: gray;
	padding-top: 5px;
	font-size: 11px;
}
.button {
	background-color: #FB9935;
	color: white;
	font-weight: bold;
	border: black 1px solid !important;
}


/* Tiny styles */

.tiny_red {
	color: red;
}

.tiny_blue {
	color: blue;
}

.tiny_large {
	font-size:14px;
}

.tiny_small {
	font-size:10px;
}

.tiny_gray_bg {
	background-color: #BBBBBB;
}

.tiny_yellow_bg {
	background-color: yellow;
}
