body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	font-size:12px;
}

.homeCell {
	background-image: url(../images/blog-bg.jpg);
	background-repeat:no-repeat;
}

html, body, #wrapper {
      height:100%;
      border: none;
	  
   }
#wrapper {
      margin: 0 auto;
	   background-color:#FFFFFF;
   }
   
/*top nav*/
.nav{font-size:13px; font-weight:bold; color:#FFFFFF}
.nav a:link {color:#FFFFFF; text-decoration:none;}
.nav a:visited {color:#FFFFFF; text-decoration:none;}
.nav a:hover {color:#FFFFFF; text-decoration:underline}
.nav a:active {color:#FFFFFF; text-decoration:none;}

.footer{
	font-size:10px;
}

.red{
	color:#990000;
}

a{text-decoration:underline; color:#304D5F;}
a:link{text-decoration:underline; color:#304D5F;}
a:hover{text-decoration:none; color:#304D5F;}
a:active{text-decoration:none; color:#304D5F;}
   

/* -------------------------------------- */
/* -------------------------------------- */
/* --------------FORMS------------------- */
/* -------------------------------------- */
/* -------------------------------------- */

form {
      margin: 0 auto;
}

.formElement{
	background-color:#CCCCCC;
	border:0px solid #003C4F;
	font-size: 10px;
	font-family:Trebuchet MS, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	border-bottom:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	/* padding-top:1px; */
	/* padding-bottom:1px; */
	/* padding-left:4px; */
	/* padding-right:4px; */
}

/* -------------------------------------- */
/* -------------------------------------- */
/* ----------------H'S------------------- */
/* -------------------------------------- */
/* -------------------------------------- */
h1{
font-size: 18px;
color:#003366;
}
h2{
font-size: 14px;
color:#666666;
font-style:italic
}


/* -------------------------------------- */
/* -------------------------------------- */
/* ----------------OTHER----------------- */
/* -------------------------------------- */
/* -------------------------------------- */


/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #efefef;
}
.altRowOdd{
	background-color: #f5f5f5;
}

.smallprint {
	font-size: 10px;
}

.tableBorder {
	border: 1px dashed #cccccc;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
	
fieldset, fieldset a{
	color: #002252;
	padding: 4px;
}
legend{
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	color: #003366;
}

.questionBubbleSides {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}