/*******Body******/
body{
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:small;
	/*background-color:#AEAEAF;*/
	background-image:url(../images/bg-grayfade.jpg);
	background-repeat:repeat-x;
}
a
{
	color: #100066;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
}
h2
{
	font-family:Arial;
	color:Gray;
	font-size:12pt;
	font-weight:bold;
}
h3
{
	color: #100066;
}
h5
{
	color: #100066;
}

#main-bg
{
	height:100%;
	width:800px;
	background-color:White;
}
#main
{
	width:800px;
	background-color:White;
}
/*******End Body******/

/*******Main Home Logo and Flash******/
#home-main-pics
{
	padding: 0px 0px 0px 0px;
	top: 3px;
	position:relative;
}
#main-flash
{
	padding: 0px 0px 0px 0px;
}
/*******End Main Home Logo and Flash******/
/*******Main Horizontal nav******/
#nav
{
	/*background-image:url(../images/bg-nav.gif);*/
	background-color:#100066;
	background-repeat:repeat-x;
	height:27px;
	width:800px;
	vertical-align:middle;
	color:White;
	font-weight: bold;
	font-family: Arial;
	font-size:12px;
}
#navTable
{
	top:3px;
	position:relative;
}
.nav
{
	color:White;
}
.nav a
{
	color:White;
}
/*******End Main Horizontal nav******/	

/*******Feature nav******/
#featTable
{
	top:3px;
	position:relative;
}

/*******End Feature nav******/

/*******Left Navigation******/
.left-nav
{
	list-style-type:none;
	text-indent: 0px;
	margin:0px;
}
.left-nav li
{
	padding-bottom: 8px;
}

/*******End Left Navigation******/

/*******News******/
.news-items
{
	list-style-type:none;
	text-indent:0;
	font-size:smaller;
}
.news-items a:hover
{
	text-decoration:underline;
}
/*******End News******/

/*******Footer******/
.footer
{
	/*background-image:url(../images/bg-footer.gif);*/
	background-color:#100066;
	background-repeat:repeat-x;
	height:47px;
	width:797px;
	color:White;
	font-weight:bold;
	font-family:Arial;
	font-size:11px;
	text-align:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 3px;
}
.footer ul
{
	list-style-type:none;
	margin-top:4px;
	text-align:left;
	margin-left:0px;
	background-color:#100066;
}
.footer ul li
{
	float:left;
	color:White;
	padding:0px 0px 0px 3px;
	margin-left:0px;
	background-color:#100066;
}
.footer ul li a
{
	color:White;
	text-decoration:none;
	background-color:#100066;
}
.footer ul li a:hover
{
	color:White;
	text-decoration:underline;
	background-color:#100066;
}

.copyright
{
	font-weight: lighter;
	font-size: 10px;
	background-color:#100066;
}

/*******End Footer******/

/*******Main Content Area******/

.leftcolumn
{
	border-right-style:dotted;
	border-right-width: 1px;
	border-right-color: #646568;
	width:153px;
}

.rightcolumn
{
	border-left-style:dotted;
	border-left-width: 1px;
	border-left-color: #646568;
	width:153px;
}

/*******Default Page Content******/
.cancel
{
	font-size:smaller;
	color:Gray;
	font-style:italic;
}
.call
{
	color: #100066;
	font-weight: bold;
}

.passNote
{
	font-family:Arial;
	color:Gray;
	font-size:8pt;
}
.register
{
	font-family:Arial;
	color:Gray;
	font-size:12pt;
	font-weight:bold;
}
.breadcrumb
{
	font-weight: lighter;
	font-size: 10px;
}
