/**** Body ****/
/* Define styling for the entire page. */
body{
	/* A grayish background in which everything sits. */
	background-color: #d8d8d8;
	/* Font definitions. */
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size:12px;
	/* A padding to keep everything in the middle, off the edges. */
	padding: 10px;
}

h1{
	color: #993300;
	margin: 5px 0px;
	font-family: Tahoma, "Arial Black", Arial;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:1px;
}

h2{
	color: #1177AA;
	margin: 15px 0px 5px 0px;
	font-family: Tahoma, "Arial Black", Arial;
	font-size: 15px;
	font-weight:bold;
	letter-spacing:1px;
}

hr{
	height:1px;
	color:black;
}

p{
	font-size:12px;
}

blockquote{
	font-size:12px;
}

li{
	font-size: 12px;
}

/**** Frame Top Filler ****/
.frameTopFiller{
	background-image:url(images/RoundedBoxTopFill.gif);
	height:10px;
	width: 760px;
}

/**** Frame Bottom Filler ****/
.frameBttmFiller{
	background-image:url(images/RoundedBoxBttmFill.gif);
	height:10px;
	width: 760px;
}

/**** Class Main conent. ****/
/* All other content in the page goes inside the frame with the
 * left and right border.
 */
.mainContent{
	background-color:white;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	/* Extra font size definition for IE to understand. */
	font-size: 12px;
	/* Set a height, but allow overflow to be displayed. */
	height: 500px;
	overflow:visible;
	padding: 5px 10px;
	text-align:left;
}

/**** Copyright Text ****/
.copyrightText{
	background-color:white;
	border-left: 2px solid #000066;
	border-right: 2px solid #000066;
	color: black;
	font-family: verdana,arial,sans-serif;
	font-size:10px;
	padding: 0px 10px 10px 10px;
	text-align: center;
}

/**** Navigation Link Column ****/
.navColumn{
	border-right: 2px solid #C8C8C8;
	display:block;
	height:100%;
	padding: 5px;
	text-align:right;
}

/**** Navigation Links ****/
.navLinks a:link, .navLinks a:visited, .navLinks a:active{
	background-color: white;
	border-bottom:1px solid #c8c8c8;
	color: #003366;
	display: block;
	font-size:12px;
	/* Space the links from each other. */
	padding: 2px 2px;
	text-decoration:none;
}

.navLinks a:hover{
	background-color: #FFF0B7;
	color: black;
}


/**** Right Column with Main Content. ****/
.rightColumn{
	height: 100%;
	padding-left: 10px;
}