@charset "utf-8";
/* CSS Document */
*{margin:0px; padding:0px; border:0px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:18px;}


body{border-top:8px solid #E0A929; background-image:url(../images/topbg.jpg); background-repeat:repeat-x; background-position:top;}

@font-face {
	font-family: 'Conv_gothic';
	src: url('../fonts/gothic.eot');
	src: local('☺'), url('../fonts/gothic.woff') format('woff'), url('../fonts/gothic.ttf') format('truetype'), url('../fonts/gothic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a{color:#f00;}
a:hover{color:#000;}

/*-------------------- Common Classes -----------------*/
h1{font-family:'Conv_gothic',Sans-Serif; font-size:25px; line-height:35px;}
h2{font-family:'Conv_gothic',Sans-Serif; font-size:20px; line-height:28px;}
h3, h3 a{font-family:'Conv_gothic',Sans-Serif; font-size:15px; line-height:24px;}


.text{text-align:justify;}
ol,ul{padding-left:22px;}
ul{list-style:circle}

#textcontainer{background-color:#fff; border:5px solid #fff;}
#textcontainer h1{border-bottom:5px solid #efefef;}

/*-------------------- Header ---------------------*/
#header{padding:8px 0px;}

#header .links{font-size:14px; float:left; width:590px; font-weight:bold; color:#fff; line-height:30px;}
#header .links a{color:#fff; text-decoration:none; padding:7px 9px;}
#header .links a:hover{color:#fff; background-color:#E0A929;}

/*---------------- Right Panel -----------------------------*/
#rightpanel{}
#rightpanel ul.links{padding-left:0px;}
#rightpanel ul.links li{background-color:#86ade1; border-bottom:1px solid #fff; color:#fff; font-size:13px; line-height:33px;}
#rightpanel ul.links li a{color:#fff; text-decoration:none; padding:7px 6px;}
#rightpanel ul.links li a:hover{background-color:#94b6e4; color:#fff;display:block; }


/*---------------- Form ------------------*/
input,textarea{border:1px solid #999; padding:2px 3px; resize:none; margin-bottom:4px;}
.submit{background-color:#f00; color:#fff; cursor:pointer; border:1px solid #ff3535; font-size:13px; padding:4px 10px; font-weight:bold;}
form b{color:#f00;}

/*------------- Table ---------*/
.tbl>.tr{padding:4px;}

/*------------- Footer -----------------*/
#footer{background-color:#e0a929; font-size:13px; border-top:8px solid #cd9a25; color:#fff; padding-top:10px;}
#footer .links ul{padding-left:22px; margin:0px;}
#footer .links ul li{width:120px; font-size:13px; padding:4px 2px; list-style:none; border-bottom:1px dashed #FFE9B6;}
#footer a{color:#fff; text-decoration:none;}
#footer a:hover{color:#FFE9B6; text-decoration:underline;}

#cpy{width:100%; float:left; background-color:#254772; padding:12px 0px; border-top:1px solid #1d3758}
#cpy>div{width:990px; float:none; margin:0 auto; text-align:left; font-size:12px;}

.title{background-color:#86ade1; color:#fff; padding:4px 2px;}


