/* CSS Document */

html, body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}

p, ul, li, td, h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
}
p, ul, li, td {
	font-size: 12px;
}

td {
	vertical-align:top;
}

h1 {font-size:14px;
	margin-bottom:0;
	padding-bottom:5px;
	color:#8f6635;}

h2 {font-size:12px;
	margin-bottom:0;
	padding-bottom:5px;}

.grey {
	background-color:#8D8D8D;
}

.navBkg {
	background-image:url(images/nav_spacer.gif);
	background-repeat:repeat-y;
}

.navBkg1 {
	background-image: url("images/nav_spacer.gif");
	background-repeat:repeat-y;
}

.subNav	{
	background-color:#ffffff;
	color:#0036b1;
	font-weight:bold;
	}
	
.subNav1	{
	color:#0036b1;
	/*font-weight:bold;*/
	font-size:11px;
	}
	
.subNav2	{
	color:#0036b1;
	/*font-weight:bold;*/
	font-size:10px;
	background-color:#FFFFFF;
	}
	
.subNav2a	{
	color:#0036b1;
	/*font-weight:bold;*/
	font-size:10px;
	}
	
.subNav3	{
	color:#0036b1;
	/*font-weight:bold;*/
	font-size:10px;
	background-color:#FFFFFF;
	}
	
.subCurrent {
	color:#8f6635;
}
.subNavList {
	list-style-type: none;
text-indent: 0em;
}

a.subCurrent {
	text-decoration:none;
}

a.subNavItem {
	text-decoration:none;
}

a:hover.subNavItem {
	color:#8f6635;
}


.texNav {
	text-align:center;}
	
.textLinkCurrent {
	color:#8f6635;
	font-weight:bold;}



.textLink {
	list-style-type:none;
	}
	
ul.textLink  li{
	display:inline;
	font-size:12px;
	font-weight:normal;
	color:#000000;
	white-space:nowrap;
}

.textLink a {
	text-decoration:none;
	color:#000000;
	font-weight:normal;
	}

.textLink a:hover {
	text-decoration:none;
	color:#8f6635;
	font-weight:normal;
	}

.footer {
	text-align:center;
	}

.footerImg {
	background-image:url(images/A-Successful-Career-100.gif);
	background-position:right top;
	background-repeat:no-repeat;
	}

/* styles for contact form */

.form0

{font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 11px;
vertical-align: center;}

.form, .form1, .form2

{font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
font-size: 12px;
text-align:left;
vertical-align: top;}

.blue {
	color:#0036b1;
}
