* {
	margin: 0;
	padding: 0;
}
body {
	color: #4F64A5;
	background: #FFFFFF;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#container {
	background: url(images/bg1.png) repeat-y left;
	margin: 0 auto;
	width: 770px;
	border-left: 1px solid #4F64A5;
	border-right: 1px solid #4F64A5;
}
#header {
	height: 100px;
	background: url(images/logo.gif) no-repeat;
}
#left {
	width: 180px;
	float: left;
}
#left li {
	list-style: none;
}
#left li a {
	display: block;
	height: 16px;
	color: #4F64A5;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: -1px;
	padding: 9px 0;
	border-bottom: 1px dashed #4F64A5;
	text-indent: 10px;
	text-decoration: none;
}
#left li a:hover {
	width: 179px;
	color: #FFFFFF;
	background: #FF8141;
}
#main {
	float: left;
	width: 590px;
}
#main h3 {
	padding: 20px 10px;
	color: #FF8141;
	font-size: 21px;
	font-style: italic;
	font-variant: small-caps;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: -1px;
}
#main h6 { 
	clear: both;
	font-size: 0;
	border-bottom: 1px solid #4F64A5;
}
#main p {
	padding: 10px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
}
#main em {
	margin: 10px auto;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #FF8141;
}
#main a {
	color: #4F64A5;
}
#main a:hover {
	color: #FF8141;
}
#main li {
	padding: 0 10px;
	list-style-type: square;
	list-style-position: inside;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
#content {
	width: 590px;
	text-align: justify;
}
.content-left {
	float: left;
	width: 339px;
}
.content-right {
	float: right;
	width: 250px;
	border-left: 1px dashed #4F64A5;
}
#footer {
	clear: both;
	height: 20px;
}
#bottomleft, #bottomright {
	float: left;
	height: 20px;
	color: #FFFFFF;
	background-color: #4F64A5;
	font-size: 14px;
	text-align: center;
}
#bottomleft {
	width: 590px;
}
#bottomright {
	width: 180px;
}
#bottomright a {
	color: #FFFFFF;
}
#bottomright a:hover {
	color: #FF8141;
}
#bagaweb {
	padding-top: 20px;
	margin-right: auto;
	padding-bottom: 10px;
	margin-left: auto;
	width: 770px;
	text-align: center;
}
#bagaweb a {
	color: #4F64A5;
}
#bagaweb a:hover {
	color: #FF8141;
}
img {
	border: 0;
}
small {
	padding: 5px 10px 0 10px;
	display: block;
}
table {
	table-layout : fixed;
	width : 560px;
	margin-left: 8px;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
}
.tdleft {
	width : 240px;
}
.form1 {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #4F64A5; 
	text-decoration: none; 
	background-color: #FFFFFF; 
	border: 1px #4F64A5 solid;
}
.form2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #FFFFFF; 
	text-decoration: none; 
	background-color: #FF8141; 
	border: 1px #4F64A5 solid;
	cursor: pointer;
}