/*LAYOUT*/

* { outline: none; }

body {
	color: #330066;
	font: normal 13px/1.5em arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/bg.jpg);
}
.splash {
	color: #330066;
	font: normal 13px/1.5em arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/bgsplash.jpg);
}

#container1 { background: url(images/bg1.gif) no-repeat 0% 0%; position: absolute; width: 640px; height: 480px; left: 50%; top: 50%; margin-left: -320px; /* width -(640px/2) = -320px */margin-top: -240px; /* height -(480px/2) = -240px */}

#container2 { background: url(images/bg2.gif) no-repeat 0% 0%; position: absolute; width: 642px; height: 480px; left: 50%; top: 50%; margin-left: -320px; /* width -(640px/2) = -320px */margin-top: -240px; /* height -(480px/2) = -240px */}

#content { height: 408px; margin-top: 40px; margin-bottom: 0px; overflow: auto; padding: 10px 3px 10px 10px; position: relative; width: 618px; }

#contentRight { margin-left: 190px; }

#contentLeft { float: left; padding: 10px 3 0 3px; width: 180px; }

#footer { padding: 30px 10px 0px 10px; float: right; }

/*NAVIGATION TOP*/

#navTop ul { padding: 0; margin: 0; color: #fff; float: left; width: 640px; }

#navTop ul li { display: inline; }

#navTop ul li a {
	background: no-repeat 2px 2px;
	float: left;
	font-weight: bold;
	height: 25px;
	padding-top: 7px;
	text-align: center;
	text-decoration: none;
	color: #330033;
	width: 128px;
	text-transform: uppercase;
}

#navTop ul li a:hover {
	color: #ffffff;
	text-decoration: none;
}

/*NAVIGATION LEFT*/

#navLeft { margin: 0; padding: 0 0 10px 0; }

#navLeft li { list-style-type: none; }

/*STYLES*/

h1 { font-size: 2.2em; letter-spacing: 1px; margin-top: 10px; padding: 30px 0 0 0; }

h1 span {
	background-color: #330066;
	color: #fff;
	padding: 5px 10px;
}

h2,h3,h4,h5,h6 {
	color: #330066;
	letter-spacing: 1px;
	margin: 10px 0;
}

h2 { font-size: 1.8em; }

h3 { font-size: 1.4em; }

h4,h5,h6 { font-size: 1em; }

h4 a, h4 a:visited {
	font-size: 1.5em;
	color: #330066;
	margin-left: 10px;
}

h4 a:hover {
	color: #15738E;
	text-decoration: none;
}

a,a:visited { color: #104c76; text-decoration: none; }

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

p { margin: 10px 0; }

img { border: 0; vertical-align: middle; padding-bottom: 3px; }

#container1 p { font-size: 1.4em; margin-left: 10px; }

#contentLeft p { font-size: 11px; line-height: 1.4em; margin: 5px 0; }

#contentLeft h4 {
	color: #339999;
	margin: 0 0 5px;
}


