html, * {
	padding:0;
	margin:0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

body {
	margin:0 auto;
	font-size:10pt;
	color:#FFF;
	font-family:verdana, arial, sans-serif;
}

/* headers */
h1 {
	font-size:3.4em;
	text-align:center;
	color:#ffffff;
	letter-spacing:3px;
	font-weight:normal;
}
h2 {
	color:#FFF;
	display:inline;
	padding:0 5px;
	margin:5px 0;
}
h3 {
	font-size:1.3em;
	font-weight:normal;
	color:#FFF;
}
h4 {
	background-color:#9999FD;
	padding:5px;
	color:#FFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

/* paragraphs */
p {
	margin:2px 0 15px 0;
	line-height:1.3em;
	color: #FFF;
}

/* links */
a {
	color:#FFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #333333;
}
a:hover {
	border-bottom:1px solid #333333;
}
div#footer a {
	color:#000;
	text-decoration:none;
	border:none;
	padding:4px;
}
div#footer a:hover {
	border:none;
}
div#sidebar ul li a {
	color:#40374C;
	font-family:verdana, arial, sans-serif;;
	font-size:0.9em;
	border:none;
	padding:5px;
}
div#sidebar ul li a:hover {
	color:#FFF;
}

/* lists */
ul, ol {
	margin:0 0 5px 30px;
}

/* code */
code {
	display:block;
	border:1px solid #cccccc;
	background-color:#dddddd;
	padding:15px;
	margin:5px;
}
	
/* container, header and nav */
div#container {
	background-color:#9999FD;
	width:945px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: 92a2c6;
	border-right-color: 92a2c6;
	border-bottom-color: 92a2c6;
	border-left-color: 92a2c6;
	border-top-width: 0px;
}
div#header {
	background-repeat:no-repeat;
	background-position:center center;
	background-color:#FFF;
	height:265px;
	width: 945px;
	border: 0px solid #9999FD;
	background-image: url(../images/bANNER.jpg);
}
div#header p {
	text-align:center;
	padding:0;
	margin:0;
	font-size:0.8em;
	color:#ffffff;
}
div#nav {
	background-image:url('../images/navbg.jpg');
	background-repeat:repeat-x;
	height:50px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #9999FD;
}
div#nav ul {
	float:left;
	margin:0;
	padding:0;
	color: #40374C;
}
div#nav ul li {
	display:block;
	float:left;
}
div#nav ul li a {
	float:left;
	border:none;
	padding:15px 15px 0 15px;
	height:35px;
	font-family:verdana, arial, sans-serif;
	;
	font-size:0.8em;
	color:#40374C;
	text-decoration:none;
	display:block;
}
div#nav ul li a:hover {
	color:#FFF;
	background-color:#9999FD;
}
div#nav form {
	float:right;
	margin:10px 15px 0 0;
}
div#nav form input {
	border:1px solid #416C9C;
	background-color:#FFF;
	color:#ffffff;
	padding:5px;
	font-family:verdana, arial, sans-serif;
}
div#nav form input.button {
	padding:3px;
}

/* content */
div#content {
	padding:20px 10px 0 10px;
	background-color:#9999FD;
}
div#page {
	width:67%;
	float:left;
	background-color: #9999FD;
}
div#sidebar {
	width:28%;
	float:right;
	color: 92a2c6;
}
div#sidebar p {
	padding:3px 5px;
	color:#FFF;
}
div#sidebar ul {
	list-style:none;
	margin:7px 12px;
}
div#sidebar ul li {
	padding:3px 0;
}

/* footer */
div#footer {
	padding:20px 5px;
	background-color:#9797FB;
	color:#ffffff;
}
div#footer p {
	font-size:0.6em;
	font-family:verdana, arial, sans-serif;
	text-align:center;
	margin:0;
	padding:5px;
	color: #FFF;
}
#container #icon holder p img {
}


/* generic classes */
.bold {
	color: #FFF;
	text-align: left;


}
.clear {
	clear:both;
}
#container #content #sidebar p img {
	border: 3px solid #FFF;
}
#container #content #page table tr td {
	background-color: #9999FD;

}
#container #content #page table {
	color: #FFF;
	background-color: #9A9AFC;
}
table tbody tr td div a img {
	border: 1px solid #40374C;
}

#container #content #page table tr td br {
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wht {
	color: #FFF;
}
#container #content #page .bold .button .button {
	font-size: 8pt;
	color: #1F1230;
	text-align: left;
}
table tr td p a img {
	border: 1px solid #97a8cd;
}
#container #content #page #contactform #form1 p {
}
#container #content #sidebar ul li table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #content #page table tr td p a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}
#container #content #page table tr td table tr td div a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
