
/* ------------- PAGE FORMATTING ------------- */

body {
	background-color: #BCBCDF;
	color: #000000;
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	background-position: 50%;
	background-repeat: repeat-y;
	text-align: center;
	min-width: 755px;
}

a:link {
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #660000;
	text-decoration: underline;
}

a:visited {
	color: #660066;
	text-decoration: none;
}

#searchfield {
margin: 0px;
}


/* ------------- TOP BAR ------------- */
#topbar {
	background-color: #FFFFFF;
	height: 100px;
	width: 730px;
	border-width: 3px 3px 0px 3px;
	border-style: solid;
	border-color: #2D0196;
	margin: 0px
}

#logo {
	/*float: left;
	text-align: right;
	margin: 0px 0px 0px 8px;
	padding-top: 6px; */
}

#flashcontent {
	float: right;
	width: 500px;
	height: 100px;
	margin: 0px;
}




/* ------------- FEATURE CONTENT ------------- */

#loginbox {
	z-index: 0;
	border: 1px solid #FFCC33;
	padding: 8px;
	width: 200px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 11px;
}

#loginbox h2 {
	font-size: 15px;
	margin: 0px;
	font-style: italic;
	color: #333366;
}
#loginurl a {
	display:block;
	margin:0;
	padding:10px;
	text-align:center;
	color:#333;
	text-decoration:none;
	background-color:#fff2ca;
	border:1px solid #ffcc33;
}
#loginurl a:hover {
	display:block;
	margin:0;
	padding:10px;
	text-align:center;
	color:#333;
	text-decoration:none;
	background-color:#ffcc33;
	border:1px solid #ffcc33;
}
#loginurl a:visited {
	display:block;
	margin:0;
	padding:10px;
	text-align:center;
	color:#333;
	text-decoration:none;
	background-color:#fff2ca;
	border:1px solid #ffcc33;
}

a:link#demobox {
	padding: 0px;
	/*top: -10px;*/
	margin-bottom: 5px;
}

#loginform {
	z-index: 0;
	margin-left: 20px;
	text-align: left;
}

#leftfeatbox {
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}

#leftfeatbox h2 {
	color: #333366;
	margin: 0px;
}

#leftfeatbox h2 i{
	font-style: italic;
	color: #FFCC33;
}

#leftfeatbox ul {
	list-style: square;
	margin: 0px 0px 0px 18px;
	font-size: 11px;
	line-height: 14px;
}

#rightfeatbox {
	padding: 0px;
	padding: 20px;
	font-size:12px;
}

.featurebox {
	clear: both;
	text-align: center;
	width: 730px;
	/*padding: 10px;*/
	background-color: #FFFFFF;
	font-size: 11px;
	height: 270px;
	border-width: 0px 3px 0px 3px;
	border-style: solid;
	border-color: #2D0196;
}


/* ------------- MAIN COPY CONTENT ------------- */
#sloganholder {
	text-align: center;
	width: 730px;
	background-color: white;
	border-width: 0px 3px 0px 3px;
	border-style: solid;
	border-color: #2D0196;
	margin: 0px;
	padding-bottom: 5px;
	clear: both;
}

#maincopy {
	width: 706px;
	background-image: url('../imgs/maincopybg.jpg');
	background-color: white;
	background-repeat: no-repeat;
	border-width: 0px 3px 0px 3px;
	border-style: solid;
	border-color: #2D0196;
	padding: 15px 12px;
}

#maincopy p {
	margin-top: 0px;
	padding: 15px 0px 0px 400px;
	color: #666699;
	font-size: 11px;
	line-height: 14px;
}

/* ------------- LOWER NAV ------------- */

#lowernav {
	text-align: center;
	overflow: hidden;
	background-image: url('../imgs/lowernavbg.gif');
	background-repeat:repeat-x;
	color: #000000;
	vertical-align: middle;
	background-color: #FFCC33;
	width: 730px;
	font-size: 11px;
	font-weight: bold;
	height: 19px;
	padding-top: 3px;
}

#lowernav a {
	color: #000000;
	width: 135px;
	text-decoration: none;
	white-space: nowrap;
	padding: 2px 10px 0px 10px;
}

#lowernav a:hover {
	text-decoration: underline;
}

#bottomcontent {
	width: 730px;
	padding: 0px;
	background-color: #FFFFFF;
	border-width: 0px 3px 3px 3px;
	border-style: solid;
	border-color: #2D0196;
	vertical-align: middle;
}


/* ------------- HTML SELECTORS ------------- */

img {
	/*This is for Firefox */
	border: 0px;
}
	
h1 {
	text-align: center;
	color: #666699;
	font-style: italic;
	font-size: 16px;
	margin: 0px;
}

#copyright {
	color: black;
	font-size: 11px;
	text-align: center;
	margin: 10px;
}
