﻿
* {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color:rgb(104,125,168);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
}

#main {
	background: white url(images/marble/blue_heading.jpg) no-repeat;
	width:1000px;
	text-align:left;
	margin-top:6px;
	border:1px solid midnightblue;
}

.blackbackground {

	color:white;
	font-size:12px;
}

.empLettersBlackbg {

	font-weight:bold;
	color:skyblue;
}

.empLetters {

	font-weight:bold;
	color:darkcyan;
}

.empLightLetters {

	color:darkcyan;
}

.empBlueLetters {

	font-weight:bold;
	color:darkblue;
	font-size:15px;
}

.empLettersFrame {

	font-weight:bold;
	color:#009ACD;
}

.empLettersSize {

	font-weight:bold;
	color:#0066FF;
	font-size:12px;
}


h3 {
	color:#003366;
	font-size:15px;
	padding-bottom:4px;
}
h2 {
	color:midnightblue;
	font-size:24px;
}

h1 {
	color:midnightblue;
}

ul, ol {
	line-height: 130%;
	padding-left:50px;
}

a {
	color:silver;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color:cyan;
}

a.nounderline:hover {
	text-decoration: none;
}

.pleft {
	background-color:rgb(0,0,0);
	background-image: url(images/marble/leftpane.jpg);
	background-repeat:no-repeat;
	background-position: top left;
}
.pcenter {
	background-color:rgb(0,0,0);
	font-size:14px;
}
.pright {
	background-color:black;
	color:#CDC9C9;
}

.boxedmenu {
}

.boxed {
	padding: 0;
}

.boxedright {
	margin-top:15px;
	margin-right:15px;
	margin-left:5px;
}

.heading {
	margin-bottom: 40px;
	letter-spacing: 3px;
	font-size: 12px;
	color:midnightblue;
}

#header {
	width: 1000px;
	height: 126px;
	margin: 0;
	padding:0;
	background: url(images/marble/blue_heading.jpg) no-repeat;
}

#footer {
	text-align: center;
	font-size: 77%;
	color:whitesmoke;
	background-color:black;
}

#legal {
	line-height: normal;
	padding-top:8px;
	padding-bottom:3px;
	color:gainsboro;
}

#links {
	line-height: normal;
	padding-bottom:7px;
}

.sidebar {
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	margin-bottom:15px;
}

.tabs {

	list-style:none;
	padding:0;
	margin:0;
}

.tabs li {
	
	display:block;
	margin:0 0 4px 0;

}

.tabs li a {
	
	display:block;
	width:160px;
	height:26px;
	text-decoration:none;
	background:url(images/vtab.gif) left bottom;
	text-decoration:none;
	color:skyblue;
	font-family:verdana;
	line-height:24px;
	text-indent:0px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
}

.tabs li a:hover {
	
	background:url(images/vtab.gif) left center;
	color:cyan;
	font-weight:normal;
}

.tabs li a.current_page_item, .tabs li a.current_page_item:hover {

	background:url(images/vtab.gif) left top;
	color:beige;
	cursor:default;
	font-weight:bold;
}

.formPrompt {
		font-size:12px;
		font-weight:normal;
		text-align : right;
		color: black;
	}

.formRequired {

		font-size:11px;
		font-weight:bold; 
		text-align : center;
		color: red; 
	}

.formInfo {

		font-size:12px;
		font-weight:normal; 
		color: rgb(122,0,22);
	}

.formInput {
	}

.formTextArea {
	}

a.emailLink {
	color:darkcyan;
	text-decoration: none;
	font-weight:bold;
}

a.emailLink:hover {
	text-decoration: underline;
	color:darkred;
}

a.pageLink {
	color:darkred;
	text-decoration: none;
	font-weight:bold;
	font-size:12px;
}

a.pageLink:hover {
	text-decoration: underline;
}

a.linkBlackbg {
	color:ghostwhite;
	text-decoration: underline;
	font-weight:bold;
	font-size:12px;
}

a.linkBlackbg:hover {
}

.subTitle {

	color:midnightblue;
	font-weight:bold;
	background-color:whitesmoke;
	border:1px solid silver;
	padding:4px;
}
