body { 
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #CCCCCC url('images/bgnew1.png');
}

h1 {
	color: #cc0000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}

h2 {
	color: #000033;
	font-size: 14px;
	font-weight: bold;
}

.main img {
	padding: 2px;
	padding-left: 10px;
	border: 0;
}

li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.green { color: green; }
.black { color: black; }


/* Border Background Images */

.center { margin-right: auto; margin-left: auto; }
.tl { background: url(images/tl.gif) no-repeat; }
.tr { background: url(images/tr.gif) no-repeat; }
.bl { background: url(images/bl.gif) no-repeat; }
.br { background: url(images/br.gif) no-repeat; }
.tb { background: url(images/b.gif) repeat-x; }
.lr { background: url(images/b.gif) repeat-y; }

.header {
	clear: both;
	width: 784px;
	height: 150px;
	background: #3467a9;
}

.line { 
	background: #6699cc;
	height: 8px;
	clear: both;
}

.nav {
	background: #ddd;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	padding: 5px;
	padding-top: 3px;
}	

.nav a {
	padding: 3px;
	padding-bottom: 4px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	font-family: sans-serif, Arial, Helvetica;
}

.nav a:hover{
	color: #cc0000;
	font: bold;
	background: #eee;
}

.main {
	margin-top: 0;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
}

.footer {
	margin-left: auto;
	margin-right: auto;
	color: #333333;
	font-size: 11px;
	text-align: center;
}

.st { display: none; }
