/*BODY PROPERTIES*/

body
	{
	margin: 0;
	padding: 0;
	font: normal .82em/1.5em 'Arial', sans-serif;
	color: #000;
	background: #B0C4DE;
	}
	
#box1
	{
	float: left;
	width: 460px;
	margin-left: 10px;
	}
	
#box1b
	{
	float: left;
	width: 520px;
	margin-left: 10px;
	}
	
#box1c
	{
	float: left;
	width: 250px;
	margin-left: 10px;
	}
	
#box1d
	{
	float: left;
	width: 720px;
	margin-left: 10px;
	}

#box2
	{
	margin: 0 10px 0 500px;
	}
	
#box2b
	{
	margin: 0 10px 0 550px;
	}
	
#box2c
	{
	margin: 0 10px 0 265px;
	}
	
#container
	{
	margin: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 2px;
	padding-right: 2px;
	width: 760px;
	background-color: #fff;
	background-repeat: repeat-y;
	}
	
#header
	{
	background-color: #fff;
	}	
	
* header
	{
	padding: 0px;
	margin: 0px;
	}
	
#heading
	{
	margin-left: 10px;
	margin-right: 10px;
	}
	
#heading p
	{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dashed #999999; 
	}
		

#internal_container
	{
	margin: auto;
	width: 740px;
	background: url(../img/wrap-bg1.jpg) repeat-y;
	}
	



/*NAVIGATIONAL MENU*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.indentmenu
	{
	font: 12px Arial;
	width: 100%;
	font-weight: bold;
	}
	
.indentmenu ul
	{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%; /*width of menu*/
	background: black url(../img/navbg.jpg) center center repeat-x;
	}
	
.indentmenu ul li
	{
	display: inline;
	}
	
.indentmenu ul li a
	{
	float: left;
	color: #666666; /*text color*/
	padding: 5px 5px;
	text-decoration: none;
	}
	
.indentmenu ul li a:hover
	{
	color: 006699;
	}	

/*TABLE PROPERTIES*/
	
.tableone
	{    
	background-color:#FFFFFF;    
	border: solid #CCCCCC 1px;
	}

.td 
	{        
	background-color: #FFFFFF;
	}

.toprow 
	{    
	font-weight: bold;
	background-color: #CCCCCC;
	}
	
.oddrow 
	{    
	background-color: #F5F5F5;
	}
	
.tabletwo
	{      
	}


/*FOOTER PROPERTIES*/

#footer
	{
	background: url(../img/wrap-bg1.jpg) repeat-y;
	padding: 20px 5px 5px 5px;
	font: normal .82em/1.5em 'Arial', sans-serif;
	}

#footer a 
	{
	text-decoration: none;
	color: #777;	
	}
	
#footer a:hover 
	{
	text-decoration: underline;
	color: #333;
	}

/* FORM PROPERTIES*/
form fieldset {
	margin: 0 0 2em 0;
	padding: 0.5em;
	border: #DDD 1px solid;}

form fieldset legend {
	font-weight: bold;
	color: #666;}


/*LINK PROPERTIES*/

a { background: inherit; color: #003399; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }