@charset "utf-8";
/* CSS Document */

/* Overall page container */
#wrap {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;	
}

/* Header container */
#header {
	position:relative;
	float:left;
	height: 136px;
	width: 789px;
}

/*  Header pic */
#headerPic {
	cursor:pointer;
	height: 108px;
	width: 789px;
	background:url(../images/header.gif) center bottom no-repeat;
}

/* Navigation container div */
#navbar {
	z-index: 10;
	position:relative;
	float:left;
	top:0px;
	height: 28px;
	width: 789px;
}
#navList {
	display: inline;
	list-style-type: none;
	padding-left:0px;
}
/* Navigation bar divs */
#navbar1 {
	position:relative;
	float:left;
	top:0px;
	left:0px;
	height: 28px;
	width: 34px;
	background:url(../images/navbar1.gif) no-repeat;
}
#navbar2 {
	position:relative;
	float:left;
	top:0px;
	height: 28px;
	width: 90px;
	background:url(../images/navbar2_agents_over.gif) no-repeat;
}
#navbar3 {
	position:relative;
	float:left;
	top:0px;
	height: 28px;
	width: 119px;
	background:url(../images/navbar3_submissions_over.gif) no-repeat;
}
#navbar4 {
	position:relative;
	float:left;
	top:0px;
	height: 28px;
	width: 72px;
	background:url(../images/navbar4_faqs_over.gif) no-repeat;
}
#navbar5 {
	position:relative;
	float:left;
	top:0px;
	height: 28px;
	width: 188px;
	background:url(../images/navbar5_notes_over.gif) no-repeat;
}
#navbar6 {
	position:relative;
	float:left;
	left:0px;
	top:0px;
	height: 28px;
	width: 286px;
	background:url(../images/navbar6.gif) no-repeat;
}


/* Main content container div */
#indexContent {
	z-index: 5;
	overflow:hidden;
	position:relative;
	float:left;
	height:auto;
	width: 824px;
}
#content {
	z-index: 5;
	overflow:hidden;
	position:relative;
	float:left;
	margin: 0px 0px 0px 20px;
	height:auto;
	width: 751px;
	background-color: #97c9c9;
}

/* Main content area divs */
#main1 {
	position:relative;
	float:left;
	left: 20px;
	top: 0px;
	height: 395px;
	width: 485px;
	background:url(../images/main_left.gif) no-repeat;
}
#main2 {
	position:relative;
	float:left;
	top: 0px;
	left: -2px;
	height: 426px;
	width: 258px;
	background:url(../images/main_column.jpg) no-repeat;
}
#main3 {
	position:relative;
	float:left;
	left: -2px;
	top: 0px;
	height: 392px;
	width: 30px;
	background:url(../images/main_right.gif) no-repeat;
}

/* Sub-page body elements */
#subPage1 {
	overflow-y:auto;
	position:relative;
	float:left;
	top: 0px;
	padding-bottom:20px;
	height:100%;
	min-height:395px;
	width: 576px;
	background-color:#c7e1dd;
}
#subPage2 {
	position:relative;
	float:left;
	top: 0px;
	padding-bottom:20px;
	min-height:395px;
	width: 175px;
	background-color: #97c9c9;
}



/* Footer */
#footer {
	position:relative;
	padding-left: 20px;
	float:left;
	top: -30px;
	left:0px;
	height: 34px;
	width: 789px;
}
#subFooter {
	position:relative;
	padding-left: 20px;
	float:left;
	/*top: -235px;*/
	left:0px;
	height: 34px;
	width: 789px;
}



/* General elements */
.imgLink {
	border:none;
}
body {
	margin-top: 0px;
	text-align: center;
}
h2 {
	margin: 50px 20px 20px 50px;
	font-family:Georgia,Garamond,serif;
	font-size:large;
	color:#000000;
	text-align:left;
}
h3 {
	margin: 10px 20px 20px 50px;
	font-family:Arial,Verdana, sans-serif;
	font-size:small;
	color:#003333;
	text-align:left;
}
.default {
	margin: -15px 20px 20px 50px;
	font-family:Arial,Verdana, sans-serif;
	font-size:smaller;
	color:#444444;
	text-align:left;
}
.defaultList {
	list-style-type:square;
	list-style-position:inside;
	margin: -15px 20px 20px 70px;
	font-family:Arial,Verdana, sans-serif;
	font-size:smaller;
	color:#444444;
	text-align:left;
}
.introText {
	margin: -15px 20px 20px 50px;
	font-family:Georgia,Garamond,serif;
	font-size:small;
	color:#00000;
	text-align:left;
}
.introList {
	list-style-type:square;
	list-style-position:inside;
	margin: -15px 20px 20px 70px;
	font-family:Georgia,Garamond,serif;
	font-size:small;
	color:#00000;
	text-align:left;
}
.genreText {
	margin: 265px 10px 20px 20px;
	line-height:23px;
	font-family:Futura,Arial,sans-serif;
	font-size:small;
	color:#333333;
	text-align:left;
}
.footerText {
	font-family:Verdana,Arial,sans-serif;
	font-size:x-small;
	color:#999999;
	text-align:left;
}
.footerLink {
	color:#999999;
}
.hiddenText {
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 1px;
}
.rightPic {
	margin-top: 65px;
}


/* LINKS */
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {color: blue;}
