/* CSS Document */
body {
	margin:0px
	padding:0px;line-height:15px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:11px;
	color: #666666;
}

td {
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}

a {
	text-decoration : none;
	color: #41C4DC;
}

ul {
	margin-top:5px;
}

a:hover {
	text-decoration : underline;
	color: #41C4DC;
}

input,select,textarea {

}
.DarkGrey {
	color:#999;
}
.Black {
	color:#000;
}
.InputBox , select {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	border:1px solid #AEAEA8;
	color:#000; 
}

.ButtonSubmit {
	font-weight: bold;
	color: #ffffff;
	background-color: #41C4DC;
}

.bluetext {
	color:#2383CD;
}

.BlueBold {
	color:#2383CD;
	font-weight:bold;
}

.LightBlueBold {
	color:#4EC8DE;
	font-weight:bold;
	font-size:12px;
	padding-bottom:2px;
	padding-left:2px;
}

.JobTitle {
	color:#700606;
	font-weight:bold;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
}

.JustLine {
	border-bottom:1px solid #C6C5B7;
	padding-top:5px;
	padding-bottom:5px;
}

.FieldError {
	color:#990000;
	border-bottom:1px solid #990000;
}

.select {
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	border:1px solid #AEAEA8;
	color:#404040;
	background-color: #D7F6F9;
}

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

.tableHeading {
	color:#41C4DC;
	font-weight:bold;
	background-color:#DFEFEE;
	border-bottom:1px solid #C6C5B7;
}

.tableItem {
	font-weight:bold;
	border-bottom:1px solid #C6C5B7;
}
/* layout */
#wrapper {
	width:782px;
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #666666;
	margin-left:auto;
	margin-right:auto;
}

#content {
	padding-top:15px;
	padding-bottom:15px;
	width: 782px;
	line-height:130%;
}

#contentLeft {
	float:left;
	width:200px;
}

#contentRight {
	float:right;
	width:538px;
	text-align:justify;
}

#footer {
	clear:both;
	width:782px;
	height:83px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bottom_bg.gif);
	font-family: "Tahoma","Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}

#footer .footerLeft {
	float:left;
	padding-left:75px;
	margin-top:15px;
}

#footer .footerRight {
	float:left;
	margin-left:80px;
	margin-top:14px;
}

#footer .footerRight h3 {
	font-size:11px;
	color:#6296A6;
	margin:0px;
}