
/* hex for green: #afdd27 */

html, body {
	margin: 0;	padding:0;	border:0;
	height:100%;	width:100%;
	background-color: #222;
	font: normal 14px Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #000;
}
img, form {
	margin: 0;	padding:0;	border:0;
}
a, a:hover {
	font-size: 13px;
	color: #000;
	text-decoration:none;
}
.errmsg {
	font-weight: normal;
	font-size: 14px;
	color: #FF0000;	text-align: center;
}
/* For Moz */ input[type=radio], input[type=checkbox] {
}    
input[type=text], input[type=password], textarea, select {
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus {
} /* End */
/* For IE */ input, textarea, select {
    border: 1px solid #808080;	padding: 1px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
}
input.nobdr { /* Use this for input types - "checkbox & radio" */
    border: none;
	background-color: transparent;
} /* End */

#wrapper {
	height: auto;	width: 987px;
	margin: 0 auto 0 auto;	padding:0;	border:0;
	background-color: #e6e6e6;
}
h1 {
	margin:5px 0 0 0;	padding:0;	border:0;
	font-size: 18px;
	color:#000;
}
#header {
	height: 61px;	width: 957px;
	margin: 0;	padding:30px 30px 0 0;	border:0;
	color: #FFF;
	background: url(../images/header.gif) no-repeat center; /* OR: header2.gif */
	text-align: right;
	font-size: 17px;
}
#nav {
	height: 29px;	width: 987px;
	margin: 0;	padding:10px 0 0 0;	border:0;
	color: #000;
	background: url(../images/nav.gif) no-repeat center;
	text-align: center;
	font: normal 13px Verdana, Arial, Helvetica, sans-serif;
}
#nav a {
	padding:0 10px 0 10px;
}
.active {
	font-weight: bold;
}
#main {
	height: auto;	width: 945px;
	margin:0 auto 0 auto;	padding:25px 0 0 0;	border:0;
	color: #000;
	font-size: 13px;
}
#main table.cnt {
	height: auto;	width: 945px;
}
.col1 {
	height: auto;	width: 628px;
	vertical-align:top;
}
.col2 {
	height: auto;	width: 22px;
}
.col3 {
	height: auto;	width: 295px;
	vertical-align:top;
}
.lftsecbox {
	height: 170px;	width: 608px;
	margin: 0;	padding:10px;	border:0;
	color: #000;
	background: url(../images/lftsecbox.gif) no-repeat center;
}
.col1 span {
	color: #454545;
}
#main table.incnt td {
	padding: 0 10px 0 0;
}
#main table.incnt img {
	background-color: #fff;
}
.rgtsecbox {
	height: 369px;	width: 275px;
	margin: 22px 0 22px 0;	padding:10px;	border:0;
	color: #454545;
	background: url(../images/rgtsecbox.gif) no-repeat center;
	font-size: 11px;
}
p.sml {
	margin:0;	padding:0 0 6px 0;
}
p.sml span {
	color: #000;
	text-decoration: underline;
}
#footer {
	height: 20px;	width: 965px;
	margin: 0 auto 0 auto;	padding:5px 0 0 22px;	border:0;
	background-color: #000;
	color: #FFF;
	font-size:11px;
}
#footer a, #footer a:hover {
	color: #FFF;
	font-size:11px;
}