td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	background-position: 0px 0px;
	font-weight: normal;
	
}
body {
	background-color: #83ADD7;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/back.jpg);
}
a.white:link {
color:#FFFFFF
}

a.white:visited {
color:#FFFFFF
}
a.white:hover {
color:#FFFFFF
}
a.white:active {
color:#FFFFFF
}
a:link {
	color: #37446F;
}
a:visited {
	color: #37446F;
}
a:active {
	color: #37446F;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}


.suckerdiv ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 200px; /* Width of Menu Items */
	
}
	
.suckerdiv ul li{
position: relative;
}

.suckerdiv h1 {
	display: block;
	background-color:#1B2B4D;
	font-size: 100%;
	color: #83ADD7;
	margin: 0px;
	width:197px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: groove;
	border-left-style: none;
	border-top-color: #EBEBEB;
	border-right-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-left-color: #EBEBEB;
}
	
/*1st level sub menu style */
.suckerdiv ul li ul{
	left: 200px; /* Parent menu width - 1*/
	position: absolute;
	width: 160px; /*sub menu width*/
	top: 0;
	display: none;
	z-index: 2;
}

/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{ 
left: 200px; /* Parent menu width - 1*/
}

/* menu links style */
.suckerdiv ul li a{
	width: 95%;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #1B2B4D;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;
}

.suckerdiv ul li a:visited{
color: #EBEBEB;
}

.suckerdiv ul li a:hover{
	background-color: #83ADD7;
	color: #FFFFFF;
}

.suckerdiv .subfolderstyle{
background: url(../media/arrow-list.gif) no-repeat center right;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
	font-weight: bold;
	float: left;
	margin-left: -155px; /*width of left column*/
	width: 150px;
	padding: 2px;
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
	
}

.cssform textarea{
	width: 255px;
	height: 150px;
	
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

.css_title p{
	width: auto;
	clear: none;
	margin: 0;
	padding-left: 0px; /*width of left column containing the label elements*/
	border-top: 1px dashed gray;
	height: 1%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
}
.Title_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #1B2B4D;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #FF0000;
}
