/* CSS Document */

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: top;
	font-size: small;
	color: #FFFFFF;
}

body 
{
	background-color: #162961;
	margin-left: 20px;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 30px;
}

img
{
	border: 0px;
}

a
{
	color: #bbe3ff;
	text-decoration: none;
	font-weight: bold;
}

a:hover 
{
	text-decoration: underline;
	color: #FFFF99;
}


.sideBarLink
{
	background-image: url(images/red_button.gif); 
	background-repeat: no-repeat;
	padding: 2px 0px 0px 10px;
	font-size: medium;
	font-weight: bold;
	height: 22px;
}

.mainLayoutTable
{
	width: 950px;
	background-color: #000000;
	border: 0px;
	margin-left: auto;
	margin-right: auto;
}

.pageContentsCell
{
	width: 539px;
	padding-top: 5px;
}

h1
{
	font-size: 22px;
}

.style3 
{
	font-style: italic;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
}
.style4 {font-size: x-large}
.style5 {font-size: xx-large}

.style8 {font-size: medium; font-weight: bold; color: #2A6DB3; }

.footerBar
{
	text-align: center; 
	padding-top: 5px; 
	padding-bottom: 5px;
}

/*  --------------------- WELCOME PAGE STUFF ------------------------ */

.bigRedText 
{
	color: #FD2F2D;
	font-weight: bold;
	font-size: 20px;
}

a.bigLink
{
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

a.bigLink:hover
{
	color: #FFFF00;
}

/* --------------------- Application Form Pages ----------------- */ 

.formHeaders
{
	margin-bottom: 2px;
}

.formLabelCell
{
	text-align: right;
}

.applicationChoiceBoxes
{
	padding-top: 30px;
	width: 200px;
	padding-left: 20px;
	height: 90px;
	font-size: 10px;
}

.choiceBigBit
{
	font-size: 20px;
	font-weight: bold;
}

/* -------------------- LINK PAGE ------------------ */

a.linkHeader
{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

a.linkHeader:hover
{
	text-decoration: underline;
}

.linkDescription
{
	padding-left: 20px;
}

.linkClick
{
	text-align: right;
}

a.linkClickAncor
{
	text-decoration: underline;
}

/* -------------------- Comment Page Stuff ----------- */

.commentAuthor
{
	text-align: right;
	font-size: 11px;
}

/* ------------- FAQ Page ---------------------- */

.FAQ-Question 
{
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	font-family: "gill sans";
}
.floatC {
	float: right;
	top: auto;
	padding-left: 10px;
	padding-top: 10px;
}
.floatL {
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.floatD {
	bottom: auto;
}
.TitleText {
	font-family: "gill sans";
	font-size: 22px;
	font-style: normal;
	color: #0099FF;
	text-decoration: none;
}

