* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
}

form {
}



h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #F2F2F2;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	font-weight:normal;
	}


blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #A70303;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}
.image{
padding:1em 1em 1em 1em;}


img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
	height: 140px;
	background: #087FE7 url(images/head_bg1.jpg) no-repeat;
}

/* Page */

#page {
	background: url(images/img04.jpg) no-repeat;
}

/* Content */

#content {
	float: left;
	width: 555px;
	padding: 0 0 0 76px;
}

.top {
	padding-top: 40px;
}

.top .title {
}

.top .title a {
	text-decoration: none;
	color: #37404C;
}

.top .title a:hover {
	text-decoration: underline;
}

.top .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
		line-height: normal;
}

.top .meta .posted {
	display: block;
	float: left;
}

.top .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/img09.gif) no-repeat left center;
}

.top .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/img08.gif) no-repeat left center;
}


/* Search */

#search {
}

#search br {
	display: none;
}

#search input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px  "Arial", Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
border-top:#CCCCCC 1px solid;
width:auto;
height:200px;
	background:#f4f4f4 ;
	padding:20px 90px 0px 90px;
	margin:10px 42px 0px 42px;
}
#footer h1{
color:#666666;
text-align: center;
font-size:11px;
}

#footer p {
	margin: 0;
	text-align: center;
	color:#999999;
	font-size:9px;
}



/* Sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 40px 76px 0 0;
	
}
#footer a {
	text-align: center;
	color:#999999;
	font-size:10px;
}
#footer a:hover{
color: #A70303;
font-size:10px;
text-align: center;
}
/*Main Menu */



.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar.jpg) no-repeat center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
.arrowlistmenu .headerbar1{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar1.jpg) no-repeat center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}
.arrowlistmenu .headerbar2{
font: bold 14px Arial;
color: white;
background: black url(images/titlebar2.jpg) no-repeat center left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 12px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.tbl{
border:#666666 thin;
}

.notice{
padding: 5px 14px 1px 20px; 
background: #f4f4f4 url(images/note_top.jpg) no-repeat top left; 
color: #808080;
width:350px;
margin:15px auto 15px auto;}

.notice h3{
font-size:16px;
color:#FFFFFF;
font-style:normal;
}

.search{
padding: 5px 14px 1px 20px; 
background:url(images/value.png) no-repeat bottom right;
color: #808080;
width:450px;
margin:0px auto 15px auto;}

.noticetop{
padding: 0px 14px 10px 20px; 
background: #f4f4f4 url(images/nottop.jpg) no-repeat top left; 
width:450px;
margin:0px auto 0px auto;}
.noticetop h3{
font-size:16px;
color:#FFFFFF;
}

.foot{
padding: 10px 5px 1px 15px; 
background: #f4f4f4 ; 
color: #000000;
width:150px;
float:left;
}
.clear{
clear:both;
}

#adlist
{
padding-left: 0;
margin-left: 0;

width: 200px;
}

#adlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
}
#content li
{
list-style:square;
margin: 0;
padding:5px 0px 0px 50px;
}

#adlist li a { text-decoration: none;
font-size:12px;
color:#A70303;}

#adlist li a:hover{
text-decoration:underline;
font-size:12px;
color:#A70303;}
/*form detail*/
#form {
	  margin: 10px 25px 0px 0px;
  }
.table {
  margin-left: 10px;
  }
.mediumbox {
  width: 200px;
  }
.widebox {
  width: 300px;
  }
.textarea {
  width: 200px;
  height: 100px;
  }
  .warning {
  color:#F00;
  }
  .input.btn{
   color:#baa435;
   font-family:Arial, Helvetica, sans-serif;
   margin:5px 0 0 100px;
   font-size:11px;
   width:100px;
   font-weight:bold;}
   
   .note{
   padding:5px;
   width:80%;
   margin:auto;
   background-image:url(images/noticebg.gif);
   background-color:#F3F3F3;
   background-position:bottom right;
   background-repeat:no-repeat;
   border:#999999 solid 1px;
   color:#0000FF;
   font-size:12px;
   font-style:italic;
   }
   .note:h1{
   padding:5px;
   width:80%;
   margin:auto;
   background-color:#CCCCCC;
   border:#999999 solid 1px;
   color:#0000FF;
   font-size:14px;
   font-style:italic;
   font-weight:bold;
   }
   
   
   #news{
   background-image:url(images/titlebar1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
   padding: 0px 5px 3px 5px;
   width: 170px;
   border:#999999 solid 1px;
   font-size:11px;
 
   }
   
   #news h6{
   margin:0px 0px 20px 0px;
   padding:5px 0px 5px 0px;
   font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;}
	
	.newstitle
	{color:#666666;
	font-weight:bold;
font-size:11px;}
	
.featureimg{
float:left;
margin-right:20px;
margin-bottom:6px;
}
.clear{clear:both;}
	
	.date{
	font-size:11px;
	font-style:italic;
	color:#0000FF;
	}
.sponsors{
margin:5px auto 5px auto;
}
.featurediv{
min-height:400px;
 padding:5px 5px 10px 10px;
   width:90%;
   max-width:490px;
   margin:auto;
   background-image:url(images/noticebg.gif);
   background-position:bottom right;
   background-repeat:no-repeat;
   border: #CCCCCC solid 1px;}
   
   .clear{clear:both;}
   
   #striped tr.hilite{
	background-color:#E8F2F8;
	padding:0.5em;}

#striped th{
	background-color:#00487d;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#fff;
	padding:0.5em;
}

#naviga{
text-align:center;

width:100%;

