/*
Tag Styles
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	width: 770px;
	margin-left: 8px;
	margin-top: 8px;
}

h1 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 16px; 
	text-align: center;
	color: #666666;
	padding: 0px;
	margin: 6px 0px;
	width: 100%;
}

h2 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 16px; 
	text-align: center;
	color: #666666;
	padding: 0px;
	margin: 6px 0px;
	width: 100%;
}

h3 {
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 14px; 
	text-align: left;
	color: #FF0000;
	padding: 0px;
	margin: 4px 0px;
	width: 100%;
}

p {
	padding: 5px;
	margin: 0px;
}	

a {
	color: #000000; 
	text-decoration: underline;
}

a:hover {
	color: #805066; 
	text-decoration: none;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


/*
Main Container Style
*/

#container {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}


/* 
Top Navigation Styles
*/

#topnavdiv {
	font-weight: bold;
	font-style: normal;
	font-size: 10px;
	color: #5486FF;
	text-align: right;
	background-color:#FFFFFF;
	width: 98%;
	height: 20px;
	padding: 0px 10px;
	margin: 0px;
}

#topnavdiv a {
	display: block;
	color: #5486FF; 
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 14px;
}

#topnavdiv a:hover {
	color: #FFFFFF; 
	background-color: #5486FF;
	text-decoration: none;
}

#topnavdiv ul { /* all lists */
	padding: 2px 0px 2px 0px;
	margin: 0;
	list-style: none;
}

#topnavdiv li {
	float: right;
	margin: 0px 2px 0px 2px;
	text-align: center;
	background-color: #FFFFFF;
	width: 85px;
	border-top: 1px solid #90A8B8;
	border-left: 1px solid #90A8B8;
	border-bottom: 1px solid #404040;
	border-right: 1px solid #404040;
	color: #5486FF;
}


/* 
Div Styles
*/

#headerdiv {
	position: relative;
	height: 60px; 
	width: 100%; 
}

#contentpane {
	width: 99%;
	margin: 0px auto;
}	

#mainbody {
	position: relative;
	background: #fff url(bodymid.jpg) repeat-y;
}

#sidebar {
	display: none;
	float: left;
	padding: 10px;
	width: 15%;
	background-color: #5486FF;
}
#sidebar a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#sidebar a:hover {
	color:#FFFFCC;
	font-weight: bold;
	text-decoration: none;
}

/* 
Top Image Filler Div
*/

#topfillerdiv, #topfillerbgdiv {
	width: 100%;
	height: 10px;
	overflow: hidden;
	z-index: 4;
}

#topfillerdiv {
	background-color: #fff;
}

#topfillerbgdiv {
	background: #fff url(bodytop.jpg) no-repeat;
}

/* 
Bottom Image Filler Div
*/

#bottomfillerdiv, #bottomfillerbgdiv {
	width: 100%;
	height: 10px;
	overflow: hidden;
	z-index: 4;
}

#bottomfillerdiv {
	background-color: #fff;
}

#bottomfillerbgdiv {
	background: #fff url(bodybtm.jpg) no-repeat;
}

/* 
Footer Style
*/

#footerdiv {
  font-size: 10px;
	text-align: center;
	padding: 0px;
	width: 100%;
}

#footerdiv a {
	color: #000000; 
	text-decoration: none;
}
#footerdiv a:hover {
	color: #805066; 
	text-decoration: underline;
}




.indentation {
	padding: 10px;
}

.divlf {
	float: left; 
	width: 99%;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}

.clearit {
	position: relative;
	clear: both;
	height:1px;
	font-size:1px;
	margin:0; 
	padding:0;
	background:transparent;
	overflow: hidden;
}


.welcomediv {
	float: left; 
	width: 460px; 
	text-align: left; 
	margin: 0px 10px;
	font-style: normal; 
	font-weight: bold; 
	font-size: 12px; 
	color: #666666;
}

.maindetail {
	margin: 0px auto;
	padding: 0px;
	width: 80%;
}


.dateheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFCC;
	background-color: #5486FF;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	padding: 2px 0px;
	margin: 0px;
	display: block;
}

.tblbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #0099FF;
}

.tblboxtd0 {
	color: #FFFFFF;
	font-weight: bold;
	background-color:#4040FF;
}

.tblboxtd1 {
	background-color:#C0D8FF;
}

.tblboxtd2 {
	background-color:#E0E0E0;
}
