body {
    font-size: 14px;
	margin:0px;
	padding:0px;
}

a {
	text-decoration:none;	
}



strong {
	font-weight:bold;	
}

a:hover {
	text-decoration:underline;	
}

h1 {
    margin: 1em 0 1.5em;
    font-size: 18px;
}

h2 {
    margin: 2em 0 1.5em;
    font-size: 16px;
}

p {
    margin: 0;
}

#siteDiv {
	width:100%;	
}

#headerDiv {
	background-image:url(../images/header_bg.gif); 
	background-repeat:repeat-x;
	text-align:left;
	height:70px;
	margin:0px;
	padding:0px;
	background-color:#eaf19e	
}

#headerImgDiv {
	text-align:left;
	height:70px;
	float:left;	
}

#pageDiv {
	background-color:white;	
}

#topMenuDiv {
	float:right;
	color:white;
	margin-top:10px;
	padding-right:15px;
	font-weight:bold;	
	font-size:.8em;
        border:1px solid black;
}

#topMenuDiv a {
	color:white;
}

#topMenuDiv a:visited {
	color:white;
}


#menuDiv ul {
	padding-left:0px;
	margin-top:0px;
}


#menuDiv a  {
	color:navy;	
}

#menuDiv a:visited {
	color:navy;	
}

#menuDiv {
	background-color:#eaf19e;
	height:23px;
	margin:0px;
	padding:0px	
}

#menuDiv ul li {
	margin-left:0px;
    font-weight:bold;
    font-size:11px;
    display:inline;
    padding:10px;
}

.pageHeader {
	font-size:1.2em;
	color:#31659c;
	font-weight:bold;
	margin-top:10px;
	margin-left:5px;
}

div.pageHeader {
	float:left;
	clear:both;
	width:1000px;
}

div.pageContent {
	width:100%;
	height:500px;
	float:left;
	clear:both;	
}

div#reportInfoDiv {
	height:70px;
	float:left;
	clear:both;
	width:1000px;
	margin-left:5px;
	
}

#bodyDiv {
	width:100%
}


#footerDiv {
	float:left;
	clear:both;	
	width:100%;
	position: absolute; 
	bottom: 0;	
	
}

#footerContentDiv {
	background-color:#eaf19e;
	height:60px;
	border-top:1px solid #31659c;
}

#footerLogoDiv {
	float:left;
	margin-top:15px;
}

#footerLogDiv img {
	vertical-align:middle
}

#footerLogoText {
	font-size:14px;
	float:left;
	margin:28px 0px 0px 5px;
	color:#31659c;
	font-weight:bold;
}

#footerCopyrightDiv{
	float:right;
	margin:40px 5px 0px 0px;
	color:#31659c;
}

#footerCopyrightDiv a {
	color:#31659c;
	text-decoration: underline;
}


#footerBorderDiv {
	background-color:#31659c;
	height:10px;
}

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }

/*
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; 
.rbbot{background-color:#31659c}
*/

.rbbot{background-color:white}

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}

.rbcontent { 
	margin: 0px 0px 1px 0px;
	border-left:1px solid #31659c;
	border-right:1px solid #31659c; 
}

.rbroundbox { 
	width: 50%; 
	margin: 1em auto; 
}

.boxTitle {
	color:white;
	text-align:center;
	margin-bottom:5px;
	font-weight:bold;
	margin-left:5px;
}

.boxContent {
	background-color:white;
	/*height:*; */
}

div#leftNav {
	float:left;
}

div#leftNav ul {
	list-style: none;
	padding-left:0px;
}

div#leftNav ul li {
	padding-top:5px
}

div#rightContentPane {
	float:left;
	width:830px;
	border:0px solid black;
	margin-top:15px;
	padding-left:30px;
}

div#leftMenuPane {
	float:left;
	clear:left;
	vertical-align: top;
	padding-top:0px;
	margin-top:0px;	
}

table.formTable tbody tr th {
	text-align:right;
	vertical-align: top;
	margin-left:3px;
}

table.formTable  {
	padding:5px;
	font-size:.80em;
}

table.formTable input,select {
	font-size:1em;	
}

table.listTable {
	font-size:.9em;
}

table.listTable td, th{
	text-align: left;
}


div#agentInfoDiv {
	width:200px;
	float:left;
	margin-left:3px;
	margin-top:5px;
}

div#attachmentsDiv {
	 float:left;
	 padding-left:15px;
	 margin-left:3px;
	 margin-top:5px;
}

div#agentReportListDiv {
	float:left;
	margin:50px 0px 0px 0px;
	width:700px;
	margin-left:5px;

}

div.newWebsiteMessage {
	float:left;
	width:580px;
	margin:5px 0px 0px 20px;
	font-size:1.2em;
	color:#266173;
}

form#loginForm td, form#freeSignupForm td {
	font-size:13px;
	padding-left:0px;
	vertical-align: middle;
}

form#loginForm input, form#freeSignupForm input {
	font-size:11px;
}

div#adminList {
    float:left;
    width:100%;
    height:400px;
    margin-left:10px;
}

img.helpImage {
    margin-right:5px;
}

div.attachments {
    overflow:auto;
    width:100%;
    height:60px;
}

div.attachments img {
    margin-right:3px;
    vertical-align:baseline;
}