body {
	font: 100%/120% 'Lucida Grande', Geneva, Arial, Trebuchet, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background: #666666;
	color: #666666;
	margin: 0px 0px 20px 0px;
}
html {
	border: 0;
}
a {
	text-decoration: none;
	color: #bf2025;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
	color: #bf2025;
	font-weight: normal;
}
acronym {
	cursor: help;
}
h1 {
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #333333;
}
h2 {
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}
hr {
	height: 1px;
	border-top: 1px dashed #cccccc;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
	margin-bottom: 20px;
}
img {
	border: 0px;
}
form  {
	margin: 0px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	height: 1px;
}
.input {
	background: url(../images/bgdInput.gif) repeat-x #ffffff top left;
	width: 150px;
	border: 1px solid #000000;
	height: 20px;
	color: #000000;
	font-size: 12px;
	padding: 3px 0px 0px 5px;
}
fieldset {
	padding: 10px;
	overflow-y: auto;
	height: 100px;
}
fieldset ul {
	margin-left: 15px;
}
#container {
	width: 940px;
	margin: auto;
	background: #ffffff;
}
#header {
	width: 713px;
	height: 56px;
	padding: 100px 0px 0px 227px;
	background: url(../images/bgdHeader.jpg) no-repeat;	
}
#header a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#header a:hover {
	text-decoration: underline;
	color: #666666;
	font-weight: normal;
}
#header p {
	margin: 0px;
	padding: 0px;
}
#address {
	width: 900px;
	height: 17px;
	padding: 3px 20px 0px 20px;
	color: #ffffff;
	background: #bf2025;
}
#menu {
	width: 940px;
	height: 130px;
	text-align: center;
}
#menu img {
	margin-left: 30px;
	margin-right: 30px;
}
#menu p {
	margin: 10px 122px 0px 0px;
	padding: 0px;
	text-align: right;
}
#content {
	width: 900px;
	padding: 20px;
	border-bottom: 1px solid #cccccc;
}
.col01 {
	width: 280px;
	float: left;
	margin-right: 30px;
}
.col02 {
	width: 280px;
	float: left;
	margin-right: 30px;
	text-align: justify;
}
.col02 span {
	color: #ff0000;
}
.col03 {
	width: 280px;
	float: left;
}
.contentWrapper {
	width: 690px;
	margin: 0px auto 80px auto;
}
#footer {
	width: 940px;
	height: 80px;
	font-size: 10px;
	text-align: center;
	margin-top: 10px;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footerMenu {
	width: 940px;
	height: 30px;
	text-align: center;
}
/* Start Menu CSS */

.dropMenu {
	background-color: #bf2025;
	width: 140px;
	margin-top: 0px;
	margin-left: -20px;
	visibility: hidden;
	position: absolute;
	padding-bottom: 1px;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}
.dropMenu a {
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	padding: 4px;
	color: #ffffff;
}
.dropMenu a:hover {
	color: #ffffff;
	background-color: #e22a2a;
}
* html .dropMenu a { /*IE only hack*/
	width: 100%;
}
#userMenu {
	width: 190px;
	height: 300px;
	float: left;
	margin-right: 20px;
	padding: 10px 0px 0px 10px;
	border: 1px solid #bebebe;
}

/* End Start Menu CSS */

/* DATA GRID TOP AND BOTTOM */
.topRowLeft {
	border: 0px;
	background-image:url(../images/tableTopL.gif);
	background-color:#396690;
	padding:3px 3px 3px 12px;
	color:#d2e5f7;
	font-weight: bold;
	background-repeat:no-repeat;
	background-position:top left;
}
.topRowRight {
	border: 0px;
	padding:3px 12px 3px 3px;
	font-weight:bold;
	color:#d2e5f7;
	background-image:url(../images/tableTopR.gif);
	background-color:#396690;
	background-position:top right;
	background-repeat:no-repeat;
}
.btmRowLeft {
	border: 0px;
	background-image:url(../images/tableBottomL.gif);
	background-color:#274360;
	color:#ffffff;
	font-weight: bold;
	padding: 3px 3px 3px 12px;
	background-repeat:no-repeat;
	background-position:bottom left;
}
.btmRowRight {
	border: 0px;
	text-align:right;
	font-weight:bold;
	padding:3px 12px 3px 3px;
	color:#d2e5f7;
	background-image:url(../images/tableBottomR.gif);
	background-color:#274360;
	background-position:bottom right;
	background-repeat:no-repeat;
}
.btmRowNone {
	border: 0px;
	text-align:right;
	font-weight:bold;
	padding:3px 12px 3px 3px;
	color:#d2e5f7;
	background-color:#274360;
}
/* ALT TABLE ROWS */
.tblRow2 {
	background-color:#f1f1f1;
	padding-left:10px;
	height:20px;
}
.tblRow1 {
	background-color:#e5e5e5;
	height:20px;
	padding-left:10px;
}
.tblRow3 {
	background-color:#f6f6f9;
	height:20px;
	color: #000000;
	padding-left:10px;
}
.tblRow3 a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

.tblRow3 a:hover {
	text-decoration:none;
	color:#3b3b3b;
	font-weight:normal;
}
.tblRow4 {
	background-color:#d6d6d7;
	height:20px;
	color: #000000;
	padding-left:10px;
	border-left: 1px solid #274360;
	border-right: 1px solid #274360;
}
.tblRow4 a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
}

.tblRow4 a:hover {
	text-decoration:none;
	color:#3b3b3b;
	font-weight:normal;
}

/* TABLE HEADERS */
.tblRowHead {
	background-color:#333333;
	border: 0px;
	height:25px;
	padding-left:10px;
	color:#ffffff;
}

.tblRowHead2 {
	background-color:#3d5670;
	border: 0px;
	font-size:14px;
	font-weight:bold;
	height:25px;
	padding-left:10px;
	color:#ffffff;
}

/* NEXT AND PREV LINKS */
.tblPages a:link {
	color:#f8fafc;
	font-weight:bold;
}
.tblPages a:hover {
	color:#ffffff;
	font-weight:bold;
}
.tblPages a:visited {
	color:#f8fafc;
	font-weight:bold;
}
.tblPages {
	background-color:#3d5670;
	height:22px;
	padding: 2px 10px 2px 10px;
}