a:link
{
	color: #993300;
	text-decoration: none;
}
a:visited
{
	color:  #FF6600;
	text-decoration: none;
} 
a:active 
{
	color: #CC0000;
}
a:hover 
{
	color: #CC3300;
	
}

body {
	margin: 20px 0 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	background-color: #99CC33;
	background-image: url(images/a-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
}

/* Logo */

#logo {
	width: 823px;
	margin: 0 auto;
}

/* Page */

#page {
	width: 823px;
	margin: 0 auto;
	background-color: #FFCC66;
}

#page2 {
	width: 823px;
	margin: 0 auto;
	background-color: #FFCC66;
	text-align: center;
	
}

.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12.7pt;
	font-weight: bold;
	color: #006600;
}

.text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15pt;
	font-weight: bold;
	color: #006600;
	text-align: center;	
}

/* Content - padding: 0px 159px 0px 0px;*/

#content {
	float: right;
	width: 650px;
	text-align: center;	
}

#content2 {
	width: 770px;
	text-align: left;
}

.content {
	text-align: left;
	margin-top: -17px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.content2 {
	text-align: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}

.content3 {
	text-align: center;
	width: 770px;
	margin: 0px;
	float: left;		
}

/* Sidebar */

#sidebar {
	float: left;
	width: 170px;
	margin-top: 15px;
}

#w-top {
	background-image: url(images/white-top.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 627px;
}

#w-top2 {
	background-image: url(images/white-top2.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 770px;
}

#w-middle {
	width: 627px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 7px;
	margin-left: 7px;
	background-color: #FFFFFF;
	
}

#w-middle2 {
	width: 770px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 47px;
	margin-left: -147px;
	background-color: #FFFFFF;
	text-align: center;
}

#w-buttom {
	background-image: url(images/white-buttom.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 627px;
}

#w-buttom2 {
	background-image: url(images/white-buttom2.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 770px;
}

#m-front {
	width: 627px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #FFFFFF;
}

#pictures {
	text-align: center;
	display: block;
	float: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 15px;
	
}

/* Footer */

#footer {
	width: 823px;
	height: 34px;
	margin: 0 auto;
	padding-top: 7px;
	padding-bottom: 0px;
	background: url(images/buttom-bar.gif) no-repeat;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	
}

#copyright {
	font-size: 7.9pt;
	color: #666666;
	text-align: center;
}

.clear {
	clear: both;
	
}

.tb1 {
	
	width: 100%;
	
}
.picture {
	border: 7px solid #CCCCCC;
	
}

.center {
	text-align: center;

}

.formatTD1 {
	background-color:#FFCC66;
	text-align: left;
	font-size: 12pt;
	
}

.formatTD2 {
	background-color: #009900;
	text-align: left;
	color: #FFFFFF;
	font-size: 10pt;
}

