html, body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	background:#b9c2cc;
	position:relative;
}

a{
	text-decoration:none;
	color:#a5492b;
}
a:visited{
	text-decoration:none;
	color:#a5492b;
}
a:hover{
	text-decoration:underline;
	color:#a5492b;
}

p{	font-size: 80%;
	text-align: justify;
	text-indent: 2em;
	padding-left:10	px;
   	padding-right:30px;
   	padding-top:5px;
   	padding-bottom:5px;}
ul li{
	list-style-type: none;
	font-size: 80%;
	list-style-image: url(img/b1.gif);
	margin-top: 4px;
	margin-bottom: 4px;
}

ul li ul li{
	list-style-type: none;
	font-size: 100%;
	list-style-image: url(img/b2.gif);
}

ul li ul li ul li{
	list-style-type: none;
	font-size: 100%;
	list-style-image: url(img/b3.gif);
}

ol li{
	font-size: 80%;
	margin-top: 4px;
	margin-bottom: 4px;
}

ol li ol li{
	font-size: 100%;
}

h1{
	font-size: 110%;
	font-weight: 120;

	letter-spacing:2px;
	color: #A5492B;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9C2CC;
	margin-top: 0pt;
   	margin-right: 30px;
}

h2{
	font-size: 95%;
	font-weight: 120;
	letter-spacing:1px;
	color: #A5492B;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-top: 10pt;
   	margin-right: 30px;
}

.hlt
{
background-color: #EFF2F6;
font-style: italic;	}



.myButton,.submit, .button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fdfdfd), color-stop(1, #eceeee) );
	background:-moz-linear-gradient( center top, #fdfdfd 5%, #eceeee 100% );

	background-color:#fdfdfd;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #b9c1cc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 18px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	padding-left:10px;
   	padding-right:10px;
   	text-indent: 0em;
   	width:100px;
   	text-align: center;
}.myButton:hover,.submit:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #eceeee), color-stop(1, #fdfdfd) );
	background:-moz-linear-gradient( center top, #eceeee 5%, #fdfdfd 100% );

	background-color:#eceeee;
    text-decoration:none;
    color:#777777;
}.myButton:active,submit:active {
	position:relative;
	top:1px;
} .myButton:visited,submit:visited {
	color:#777777;
}


button.g-button, a.g-button, input[type=submit].g-button {
padding: 6px 10px;
-webkit-border-radius: 2px 2px;
border: solid 1px rgb(153, 153, 153);
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(255, 255, 255)), to(rgb(221, 221, 221)));
color: #333;
text-decoration: none;
cursor: pointer;
display: inline-block;
text-align: center;
text-shadow: 0px 1px 1px rgba(255,255,255,1);
line-height: 1;
}


#all {
	text-align:left;
	margin:0 auto;
	width:960px;
}

#headl{	background: #FFFFFF
	url(img/logo.png);
	height: 110px;
	width:195px;
	float:left;}
#headr{
	background: #FFFFFF
	url(img/headerright.png);
	height: 110px;
	width:20px;
	float:right;
}
#head {
	background: #FFFFFF
	url(img/header.png);
	background-repeat:repeat-x;
	height: 110px;
	width:745px;
	float:left;
	text-indent:80px;
}

#headinside{	padding-left:180px;
	padding-top:30px;
	font-style: oblique;
	color:#184b77;
}

#menul {
	height: 70px;
	width:35px;
	background: #FFFFFF
	url(img/menuleft.png);
	float:left;
}
#menur {
	height: 70px;
	width:  35px;
	background: #FFFFFF
	url(img/menuright.png);
    float:right;
}
#menu {
	height: 70px;
	width:890px;
	background: #FFFFFF
	url(img/menucenter.png);
	background-repeat:repeat-x;
	float:left;
}
#menuinside{	height: 70px;
	width:  890px;
	padding-top:20px;
	padding-left:65px;
	text-align:center;}

#menuitem{	display:block;
	font-size: 12px;
	font-weight: bold;
	float:left;
	width:110px;
	height:22px;
	text-align:center;
	background: url(img/btnmenu.png);
	background-repeat: no-repeat;
	padding-top:3px;}

#menuitem:hover{
	color:#ffffff;
	text-decoration:none;
	background: url(img/btnmenuhover.png) no-repeat;
	border-bottom-style: none;
}


#menuitem a{
	text-decoration:none;
	color:#848D96;
}

#menuitem a:hover{
	text-decoration:none;
	color:#ffffff;
	border-bottom-style: none;
}

#container {
	position:relative;
	display:block;
	background:#FFFFFF;
	border-left:solid 245px #FFFFFF;
}
#inner {
	display:block;
	position:relative;
   	background:url(img/pageleft.png)
   	repeat-y left;
	margin-left:-245px;

}

#left {
	float:left;
	position:relative;
	width:245px;
	left:0px;
	background:url(img/pageleft.png)
   	repeat-y left;
}
#leftwide {
	float:left;
	position:relative;
	width:45px;
	left:0px;
	background:url(img/pageleft.png)
   	repeat-y left;
}
#center {
	margin-left:245px;
	position:relative;
	display:block;
	height:1%;
	background:url(img/pageright.png)
   	repeat-y right;
   	padding-left:10	px;
   	padding-right:10px;
}

#centerwide {
	margin-left:45px;
	position:relative;
	display:block;
	height:1%;
	background:url(img/pageright.png)
   	repeat-y right;
   	padding-left:10	px;
   	padding-right:10px;
}

#contenttop{	width:694px;
	height:17px;
	background:#FFFFFF url(img/contenttop.png);
	padding-bottom:0px;}
#contentbottom{
	width:694px;
	height:17px;
	background:#FFFFFF url(img/contentbottom.png);
}
#content{	width:694px;
	background:#FFFFFF url(img/contentback.png) repeat-y left;
    padding-top:1px;
	padding-bottom:10px;
}

#contentwidetop{	width:880px;
	height:17px;
	/*background:#FFFFFF url(img/contenttop.png);*/
	padding-bottom:0px;}
#contentwidebottom{
	width:880px;
	height:17px;
	/*background:#FFFFFF url(img/contentbottom.png);*/
}
#contentwide{	width:880px;
	/*background:#FFFFFF url(img/contentbackwide.png) repeat-y left;*/
    padding-top:1px;
	padding-bottom:10px;
}

#contentinside{
	padding-left:10px;
}

#paneltop{	width:217px;
	height:22px;
	background:#d2dce5
	url(img/paneltop.png);
	margin-left:20px;
	text-align: center;
	font-weight: bold;
	font-size:12px;
	color: #848D96;
}
#paneltopinside{	padding-top:4px;}
#panelbottom{
	width:217px;
	height:7px;
	background:#FFFFFF
	url(img/panelbottom.png);
	margin-left:20px;
}
#panel{
	width:217;
    margin-left:20px;
	background:
	url(img/panelback.png)
	repeat-y left;
	padding-left:0px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-size:12px;
}

#panel ul li{
	list-style-type: none;
	list-style-image: url(img/b2.gif);
	font-size: 90%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
	margin-right: 0px;
}


.clear {
	clear:both;
}


#footerl {	height: 49px;
	width:20px;
	background:url(img/pagebl.png);
	float:left;}
#footerr {
	height: 49px;
	width:20px;
	background:url(img/pagebr.png);
	float:right;
}
#footer {
	height: 49px;
	width:920px;
	background: #FFFFFF
	url(img/pagebottom.png);
	text-align: center;
	font-size: 11px;
	color: #000000;
	vertical-align: middle;
	float:left;
}

#footerinside{	padding-top:25px;}

table{	border: 1px solid #b9c2cc;
	border-collapse: collapse;
	background:#ffffff;
	color:#000000;
	padding : 6px;
	font-size: 80%;
	margin-top:4px;
}

th{	background:#d2dce5;
	color:#184b77;
	padding:6px;
}
tr{
	background:#ffffff;
	padding:6px;
    border: 1px dashed #b9c2cc;
}

tr.ev{
	background:#edf0f4;
	padding:6px;
}

td{
	padding:6px;
}

#leftwide {
	width:20px;
	height:100%;
	float:left;
	background:url(img/pageleft.png)
   	repeat-y left;
}
#widecontent {	background:#ffffff;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	padding-left:20px;
	padding-right:20px;
	padding-top:0px;
	padding-bottom:10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7d8690;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #7d8690;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7d8690;}
