body {
	/*min-width: 550px;         /* 2 x LC width + RC width */
	width: 750px;
}

a:link, a:visited {
	color:#1e0863;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:active {
	color:#008A99;
	font-weight: bold;	
	text-decoration: none;
	}

a:hover.current, a:visited.current {
	color:#CCCCCC;
	}
	
#container {
	/*padding-left: 200px;      /* LC width */
	/*padding-right: 150px;     /* RC width */
	width: 666px;
	margin-left: 84px;
	margin-bottom: 0px;
}

#container .column {
	position: relative;
	float: left;
}

#center {
	width: 341px;
	/* margin-left: 100px; */
}

#twocolumns {
	width: 466px;
}

#left {
	width: 200px;             /* LC width */
	/* right: 100px;             /* LC width */
	/* margin-left: -50%; */
	/* margin-left: -150px; */
}

#right {
	width: 125px;             /* RC width */
	/* margin-right: -100%; */
}

#header {
	width: 666px;
	margin-left: 84px;
}

#footer {
	clear: both;
}

/*** IE6 Fix ***/
* html #left {
	/* left: 150px;              /* RC width */
}

/*** Just for Looks ***/

body {
	background-color: #1e0863;
	background-image: url("../images/background_750x510.jpg");
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	font-family: 'trebuchet sans ms',sans-serif;
	font-size: 12px;
}

#header, #footer {
	text-align: right;
	/* padding: 0.3em 0; */
}

#header {
	background-image: url("../images/header2.jpg");
	background-repeat: no-repeat;
	padding-top: 98px;
	padding-bottom: 6px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;	
}

#header a {
	color: #FFF;
}

#footer {
	background-color: #1e0863;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;	
}

#content{
	background-image: url("../images/background_666x1080.jpg");
	background-repeat: no-repeat;
}

#left {
	background-image: url("../images/menubackground.gif");
}

#center {
}

#right {
}

#container .column {
	/* padding-top: 1em; */
	text-align: left;
} 


#container .norightcolumn {
	width: 466px;
	text-align: left;
	/* margin-left: 100px; */
}
.contentbody {
	padding: 10px;
}
h1 {
	margin-top: 0px;
	margin-left: 10px;
	padding: 19px 0px 3px 10px;
	color: #1e0863;
	border-bottom: 1px solid #000000;
	font-size: 20px;
}
.smallpurpleheader {
	color: #1e0863;
	font-weight: bold;
}
h3 {
	margin-top: 0px;
	color: #1e0863;
	font-size: 16px;
	text-align: center;
}
.rightcontentbody {
	border-left: 1px solid #000000;
	padding: 5px;
	background-color: #D9EEF0;
}
h4 {
	margin-top: 0px;
	margin-bottom: 8px;
	color: #120863;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
h5 {
	margin-top: 0px;
	color: #120863;
	font-size: 12px;
	font-weight: bold;
}

 

.smalltextitalic {
	font-size: 10px;
	font-style: italic;
}


.smalltext {font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 8pt; text-decoration: none;}
.largebluetextbold{font-family: Verdan, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; font-weight: bold; color: #554087;}
.text {font-family: Verdan, Arial, Helvetica, sans-serif; font-size: 12pt; font-style: normal; color: #000000;}

table.webform tr th.header {
	background-color: #1E0863;
	color: #FFFFFF;
	text-align: left;
	padding-left: 10px;
}

table.webform tr th.section {
	font-family: Arial;
	padding-left: 10px;
	color: #333;
	background-color: #ccc;
	text-align: left;
	padding-left: 15px;
	font-size: 10pt;
}

table.webform tr td.field {
	text-align: right;
	background-color: #E8F5F6;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	padding: 5px;
}

table.webform tr td.blank {
	text-align: right;
	border: 1px solid #ccc;
	border-top: none;
	border-right: none;
	padding: 5px;
}
table.webform tr td.input {
	border: 1px solid #ccc;
	border-left: none;
	border-top: none;
	padding: 5px;
}
