body {
	margin            : 0px;
	background        : #FFFFFF;
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 12px;
}
.header {
	height            : 130px;
	background-image  : url(images/header.jpg);
}
.spacer {
	height            : 25px;
	line-height       : 25px;
}
.left, .right {
	padding-left      : 13px;
}
.masterimg {
	margin            : 0px 5px 5px 0px;
	border            : 1px solid #4A8719;
}
td, tr, p, div {
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 10px;
	color             : #000000;
}
.heading {
	font-family       : Trebuchet MS, Verdana, Arial;
	font-size         : 11px;
	font-weight       : bold;
	color             : #0C4672;
}
hr {
	color             : #999999;
	height            : 1px;
	width             : 100%;
}
/* Nav Menu */
ul.menu {
	padding           : 0px;
	height            : 0px;
	white-space       : no-wrap;
}
ul.menu li {
	display           : block;
	float             : right;
	height            : 10px; /* height of 1 unit */
	padding           : 0px 2px 0 0;
	margin            : 0 3px 0 0;
	width             : auto;
	white-space       : no-wrap;
}
ul.menu li a:link,ul.menu li a:visited {
	color             : #FFF;
	display           : block;
	font-family       : Trebuchet MS, Verdana, Arial;
	font-size         : 12px;
	font-weight       : bold;
	margin            : 0px 0 0 0;
	padding           : 0 0 0 3px;
	text-transform    : uppercase;
	text-decoration   : none;
	height            : 0px;
	white-space       : no-wrap;
}
ul.menu li a:link span,ul.menu li a:visited span {
	background        : url(images/btn01.gif) ;
	background-position: -6px -2px !important;
	padding           : 0 10px 0 7px;
	display           : block;
	height            : 12px;
	white-space       : no-wrap;
}
ul.menu li a:hover {
	color             : #000000;
	white-space       : no-wrap;
}
.menu {
	margin            : 0px;
}
/* IE Hack */
* html ul li a {
	width             : 1px;
	white-space       : no-wrap;
}
/* end nav menu*/
/* Left Column "Modules" */
table.moduletable {
	width             : 282px;
}
table.moduletable th {
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 12px;
	font-weight       : bold;
	text-align        : left;
	height            : 30px;
	line-height       : 30px;
	color             : #FFF;
	padding           : 0px;
	background-image  : url(images/column_hdr.gif);
	background-repeat : no-repeat;
	text-indent       : 40px;
	padding-top       : 18px;

}
table.moduletable td {
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 10px;
	background        : url(images/column_bg.gif);
	padding           : 10px 14px 16px 16px;
}
/* Master Boxes */
table.mastertable {
	width             : 438px;
}
table.mastertable th {
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 12px;
	font-weight       : bold;
	text-align        : left;
	height            : 30px;
	line-height       : 30px;
	color             : #FFF;
	padding           : 0px;
	background-image  : url(images/master_hdr.gif);
	background-repeat : no-repeat;
	text-indent       : 40px;
	padding-top       : 18px;
}
table.mastertable td {
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 10px;
	background        : url(images/master_bg.gif);
	padding           : 5px 12px 5px 13px;
}
.alt {
	font-family       : Verdana, Arial, Helvetica, sans-serif;
	font-size         : 10px;
	background        : url(images/master_bg_alt.gif);
	padding-left      : 16px;
	padding-right     : 14px;
}
/* End Master Boxes */
a:link, a:visited {
	color             : #0C4672;
	text-decoration   : none;
	font-weight       : bold;
}
a:hover {
	color             : #387901;
	text-decoration   : none;
	font-weight       : bold;
}
ul {
}
li {
	background        : url(../images/bullet.gif) no-repeat 0px 3px;
}
.inputbox {
/*	background-image   :url(../images/inputback.jpg);*/
	border            : 1px solid #666;
}
.footer {
	text-align        : right;
	padding-right     : 35px;
	font-size         : 10px;
	color             : #333333;
}
.ftrnav {
	font-size         : 10px;
	text-align        : center;
	padding           : 4px 0px 0px 30px;
	font-size         : 10px;
	color             : #FFF;
	background        : #0C4672;
}
a.ftrmenu:link, a.ftrmenu:visited {
	color : #FFF;
}
a.ftrmenu:hover {
	color : #000;
}