/*
 * Them styles!  
 */

body {
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	margin:0; padding:0; border:0;
}

div {
	border : 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

h1 {
		font-family: verdana, arial, sans-serif;
		color: #2f4752;
		font-size:22px;
		font-weight:900;
		text-align:left;
}


#doc {
	width : 761px; 
	margin-left : auto;
	margin-right : auto;
	text-align:left;
	font-size:10pt;
} 

#header {
	width : 761px; 
	height : 176px;
}
#body {
	border : 0px; 
	width :761px;
}

#nav1 {
	width : 125px; 
	float : left; 
} 

#main {
	width: 636px;
	float : right;
/*	height: 100%; 
	background-image: url("images/right.jpg");
	background-repeat: no-repeat;
	background-position: right top; */
}

#navigation {
	width: 636px;  
}

#content {
	width: 616px;
	padding-top:5px;
	padding-left:10px;
	padding-right:0px;
	clear : both;
}

#content table {
	background: #EEEEEE;
}

#content table.whitebg {
	background: #ffffff;
}


#footer {
	width:100%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: both;
	font-family: arial, helvetica, sans-serif;
	font-size:10px;         /* this (and also below) sets the menu's font size */
	font-weight:900
} 

#termsofuse {
	width:33%;
	float:left;
	text-align: left;
} 

#email {
	width:33%;
	float:left;
	text-align: center;
} 

#copyright {
	width:33%;
	float:left;
	text-align: right;
} 


p {
	padding: 2px 5px;
}


img.left {
	float: left;
	padding: 2px 5px 2px 2px;
}


img.right {
	float: right;
	padding: 2px 2px 2px 5px;
}

.bluefont {
	color: #0000ff;
}

.redfont {
	color: #ff0000;
}

