a:link, a:visited {
	color:#308dcf;
	text-decoration:none;
}
a:active {
	color:#000000;
}
a:hover {
	color:#666;
}
body {
	font: 100% "Lucida Grande", Arial, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	font-family: "Lucida Grande", Arial, sans-serif;
	text-align: center; 
	color: #000000;
}
.oneColElsCtr #container {
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.top-bgrnd {
	background:url(../images/top-bgrnd.jpg);
	background-repeat:no-repeat;
}
.m-main {
	background-image:url(../images/m-main.jpg);
	background-repeat:repeat-y;
}
.header-white {
	color:#FFF;
	font-size:300%;
	font-weight:bold;
}
.header-white2 {
	color:#FFF;
	font-size:100%;
	font-weight:bold;
}
.header-white3 {
	color:#FFF;
	font-size:150%;
	font-weight:bold;
}
.nav-active {
	color:#999;
	text-shadow: 1px 1px 1px #999, 1px 1px 1px #666;
	font-size:120%;
	text-align:center;
}
.nav-inactive {
	color: #0088de;
	font-size:120%;
	font-weight:bold;
	text-shadow: 1px 1px 1px #999, 1px 1px 1px #666;
	text-align:center;

}
.header-form {
	color:#229BD2;
	font-size:150%;
	font-weight:bold;
	text-shadow: 0 1px 1px #333, 0 1px 2px #000;
}
.form-bgrnd {
	background-image:url(../images/shadow-form.png);
	background-repeat:repeat-y;
}
.txt-1 {
	color: #666;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
}
.txt-2 {
	color: #666;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
}
.txt-3 {
	color: #666;
	font-size: 60%;
	font-weight: bold;
	text-decoration: none;
}
.txt-small {
	color: #333;
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
}
.textBlack {
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	line-height: 13px;
}

.blue-shadow1 {
	text-shadow: 1px 1px 1px #CCC, 1px 1px 1px #CCC;
	color: #229BD2;
	font-size: 100%;
	font-weight: bold;
}

.h1{
	font-size: 90%;
	color: #666;
}
.h2{
	font-size: 150%;
	color: #333333;
}
.focusField{
    	border:solid 2px #73A6FF;
    	background:#EFF5FF;
    	color:#000;
}
.idleField{
    	background:#EEE;
    	color: #6F6F6F;
		border: solid 2px #DFDFDF;
}
.white {
	color:FFF;
}