* { margin: 0; padding: 0;}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/top_bg.jpg) repeat-x;
	font-family: Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
}

h1 {
	font-size: 2em;
	margin-top: 20px;
	margin-bottom: 20px;
}

h2 {
	font-size: 1.4em;
	padding-top: 20px;
}

h3 {
	font-size: 1em;
	margin-top: 10px;
	margin-bottom: 10px;
}

a {
	color: #0093BB;
}
p {
	margin-top: 10px;
	margin-bottom: 10px;
}


a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

img.left {
	float: left;
}

.btnfmt4 {
	background-image: url(images/btn_back_02.gif);
	color: #FFFFFF;
	border: 0px;
	height: 21px;
	width: 75px;
	padding-bottom: 3px;
	padding-right: 2px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.btnfmt8 {
	background-image: url(images/btn8.gif);
	color: #FFFFFF;
	border: 0px;
	height: 25px;
	width: 180px;
	padding-bottom: 2px;
	padding-right: 4px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
}


/* Header */


#Header {
	width: 778px;
	height: 105px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Header #LogoT {
	height: 105px;
	width: 240px;
	float: left;
}

#Header #LogoT img {
	margin-top: 20px;
}


#Header #LogoR {
	text-align: justify;
	height: 60px;
	width: 530px;
	float: left;
	line-height: 16px;
	color: #999999;
	margin-top: 8px;
	margin-left: 8px;
}

#Header #nav {
	float: left;
	height: 37px;
	width: 530px;
	list-style: none;
	background: url(images/nav_bg.png) no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#Header #nav ul {
	margin: 7px 0px 0px 0px;
	float: left;
	list-style-type: none;
}


#Header #nav ul li {
	float:left;
	height:27px;
	list-style-type: none;
	width: 86px;
}

#Header #nav ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	float: left;
	text-align:center;
	width: 86px;
	}

#Header #nav a:hover {
	text-decoration: none;
	color: #0066CC;
}


#Header #nav .curpage {
	color: #0066CC;
	
}

/* Content */

#Content {
	width: 778px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#Content #BodyL {
	float: left;
	width: 240px;
	text-align: center;
}
#Content #BodyA {
	text-align: center;
	float: left;
	width: 100%;
}

#Content #BodyR {
	text-align: justify;
	width: 530px;
	float: right;
}

#Content #BodyR li {
	display:block;
	padding-left:20px;
	background:url(images/bullet.gif) no-repeat 8px 8px;
}

/* Footer */

#Footer {
	width: 778px;
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}

#Footer #Text {
	text-align: center;
	font-size: 10px;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;

}
