body {
	margin: 0px auto;
	background-color: #d6d6d6;
}

#container {
	margin: 0px auto;
	width: 768px;

	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	background-color: #ffffff;
	border: 1px solid #000033;
}

#header-index {
	margin-bottom: 30px;
	width: 723px;
	height: 18px;
	background: url("../images/logo.jpg") top left no-repeat;
	background-color: #ffcc33;
	padding-top: 62px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}

#header {
	margin-bottom: 30px;
	width: 728px;
	height: 80px;
	background: url("../images/logo.jpg") top left no-repeat;
	background-color: #ffcc33;
	padding-top: 62px;
	padding-left: 5px;
	text-align: left;
	font-weight: bold;
}

html>body #header {
	height: 18px;
	padding-top: 62px;
}

#title {
	font-size: 18px;
	clear: both;
	font-weight: bold;
	text-align: center;
}

#subtitle {
	font-size: 12px;
	clear: both;
	font-weight: bold;

	text-align: center;
	
	margin-bottom: 25px;
}

.subtitle {
	font-size: 14px;
	font-weight: bold;

	text-align: left;
}

.subtitle2 {
	font-size: 14px;
	font-weight: bold;

	text-align: center;
}

#content {
	width: 460px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#content2 {
	width: 360px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#rightside {
	width: 200px;
	float: right;
	padding-right: 10px;
	border: 2px solid #green;
}

#rightside2 {
	width: 160px;
	float: right;
	padding-right: 10px;

}
#spacer {
	height: 25px;	
}

td.footer {
	padding-top: 30px;
}

#footer {		
	clear: both;
	width: 728px;
	
	margin-bottom: 30px;
}
	
#footer A:hover {
	color: #336699;
	text-decoration: none;
}

#footer A:link {
	color: #999999;
	text-decoration: none;
}

#footer A:visited {
	color: #999999;
	text-decoration: none;
}

#footer A:active {
	color: #336699;
	text-decoration: none;
}

html>body #footer {
	margin-bottom: 25px;
}

#footer-content {
	clear: both:
	
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 11px;
	color: #999999;
	text-align: center;
	line-height: 11px;
	}
	
html>body #footer-content {
	line-height: 14px;
}

#footer-content2 {
	width: 550px;
	clear: both:
	font-family: verdana, arial, helvetica, sans serif;
	font-size: 11px;
	color: #999999;
	text-align: align;
	line-height: 11px;
	padding-left: 30px;
	}
	
html>body #footer-content2 {
	line-height: 14px;
}


#footer-dots {
	background: url(images/ui/dotted_728.gif) #FFFFFF no-repeat center;
	padding-top: 0px;
	padding-bottom: 0px;	
	
	height: 1px;
	
	clear: both:
}

html>body #footer-dots {
	padding-top: 4px;
	padding-bottom: 4px;
}


table {
	padding-left: 10px;
	padding-right: 10px;
}

