html { 
	height: 100%;
	overflow-y: hidden;
	background-color: black;
}

body {
	height: 100%;
	width: 100%;
	font-size: 1em;
	font-family: Tahoma, Trebuchet, Arial, Helvetica, Sans-Serif;
	padding: 0;
	margin: 0;
	background-color: black;
	background-image: url('../../images/bg_gradient1.jpg');
	background-repeat: repeat-x;
	line-height: 1em;
	overflow-y: hidden;
}

h1 {
	font-size: 1.25em;
	line-height: 1em;
	letter-spacing: -.05em;
	font-weight: bold;
	padding: .25em 0 0 0;
	color: #1D4D6F;
	left: 300%;
}

h2 {
	font-size: 1.1em;
	line-height: 1.2em;
	letter-spacing: -.05em;
	font-weight: bold;
	margin: 0;
	padding: .5em 0 .5em 0;
	color: #1D4D6F;
}

h3 {
	font-size: 1.25em;
	letter-spacing: -.045em;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
	color: #1D4D6F;
	line-height: 1em;
}

p {
	margin-top: .25em;
	line-height: 1.25em;
}

ul li {
	list-style: disc;
	margin-left: 1em;
	line-height: 1.5em;
}

ol li {
	list-style: decimal;
	margin-left: 1em;
	line-height: 1em;
	padding-top: .5em;
}

/* - - - - - - - - - - - - - - - - - */
/*          Start Custom Tags        */
/* - - - - - - - - - - - - - - - - - */

#outerContainer {
	position: relative;
	width: 90%;
	height: 100%;
	left: 5%;
	border-left: 2px solid white;
	border-right: 2px solid white;
	background-color: #1D4D6F;
	overflow: auto;
	overflow-x: hidden;
}

#mastHead {
	position: relative;
	width: 100%;
	top: 0px;
	height: 120px;
	z-index: 100;
	background-image: url('../../images/header.jpg');
	overflow: hidden;
	border-bottom: 1px solid white;
}

#mastHead p {
	text-align: right;
	margin: 1em 1em 0 0;
	color: white;
	font-weight: bold;
}

.content {
	background-color:  white;
	border-left: 2px solid #B9CEDC;
	border-bottom: 2px solid #B9CEDC;
	border-right: 2px solid #B9CEDC;
	min-height: 100%;
	}

.row {
	margin: 0;
	padding: .5em 1.5em 1em 1.5em;
}

.row2 {
	margin: 0;
	padding: .5em 1.5em 1.5em 1.5em;
	border-top: 1px solid #093452;
	border-bottom: 1px solid #093452;
	background-color: #B9CEDC;
}

div.questionAnswer {
	line-height: 1.25em;
	padding-top: .5em;
}

#mainRow {
	position: relative;
	width: 100%;
	height: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}

#mainCenter {
	position: relative;
	margin-left: 140px;
	margin-right: 205px;
	background-color: white;
	border: 2px solid #093452;
}

.picBorder {
	width: 90%;
	max-width: 400px;
	border: 2px solid #1D4D6F;
	margin-bottom: 7px;
}


/* - - - - - - - - - - - - - - - - - */
/*          Right Side DIV           */
/* - - - - - - - - - - - - - - - - - */

#mainRight {
	position: absolute;
	top: 0;
	bottom: 2em;
	right: 20px;
	width: 170px;
	padding-left: 10px;
	background-color: #1D4D6F;
	line-height: 2em;
}

#mainRight br {
	line-height: 1em;
}

#mainRight img {
	line-height: 1.25em;
}

.rightContent {
	color: white;
	line-height: 2em;
}

.rightContent ul {
	margin-bottom: 25px;
}

.rightContent li {
	margin: 10px;
	font-size: .9em;
	line-height: 1em;
}

.rightPara {
	margin: 10px 8px 10px 0px;
	font-size: .9em;
	line-height: 1.2em;
}

.rightImg {
	border: 2px solid white;
}

/* - - - - - - - - - - - - - - - - - */
/*                                   */
/*          Left Side DIV            */
/*                                   */
/* - - - - - - - - - - - - - - - - - */

#mainLeft {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	bottom: 0px;
	width: 140px;
	height: 100%;
	background-color: #1D4D6F;
	z-index: 50;
	font-weight: bold;
	font-size: .8em;
}

#mainLeft p {
	color: white;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 5px 10px 10px;
}

#navigationBar {
	position: relative;
	left: -7px;
	display: block;
	width: 130px;
	top: 0;
	font-weight: bold;
	display: block;
	z-index: 100;
	text-decoration: none;
}

#navigationBar li {
	display: block;
	list-style: none;
	height: 28px;
	margin-top: 10px;
}

#navigationBar span {
	display: block;
	height: 28px;
}

#navigationBar li a:active {
	height: 28px;
}

#navigationBar li a:link { 
	display: block;
	height: 28px;
}

#navigationBar li a:visited {
	color: #1C203C;
	height: 28px;
}

#navigationBar li a:hover {
	text-decoration: none;
	display: block;
	color: white; 
}

#navigationBar li a {
	color: #1C203C;
	display: block;
	text-decoration: none;
}

#pageFooter {
	display: block;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
	font-size: .75em;
	letter-spacing: .1em;
	z-index: 100;
}

.clear {
	float: left;
	clear: both;
	height: 1em;
}
