/*---------------------------------------------------------------------------------------
--- ELEMENTS DEFAULTS RESET
---------------------------------------------------------------------------------------*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, font, img, ins, kbd, q, s, samp,
sub, sup, tt, var, dd, dl, dt, li, ol, ul, form, fieldset, input, textarea, label, 
table, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
}

img, a img, :link img, :visited img {
	border: 0;
}

object {
	outline: none; /*  fix for FF3 	*/
}



ul li{
	list-style-position: inside;
	margin: 0 0 0 10px;	
	list-style-type: none;
	
}

del {
		text-decoration: line-through;
	}
	
	

/*---------------------------------------------------------------------------------------
--- ELEMENTS DEFAULTS RESET
---------------------------------------------------------------------------------------*/


h1 {
	font-size:  48px;
	font-weight: bold;
	}

h2 {
	font-size: 30px;
	font-weight: bold;
	}

h3 {
	font-size:  24px;
	font-weight: bold;
	}

h4 {
	font-size:  21px;
	font-weight: bold;
	}

h5 {
	font-size: 18px;
	font-weight: bold;
	}

h6 {
	font-size:  16px;
	font-weight: bold;
	}


#page {
	width: 900px;
	height: auto;
/*	background-color: #FFFF00; */
	margin: 0 auto;
}




#header {
	width: 900px;
	height: 350px;
/*	background-color:#00FF99; */
}



#logo_panel{
	width: 900px; 
/*	background-color: #FF6600;*/
	height: 150px;
}

#Photo_panel {
	width: 900px;
	height: 200px;
/*	background-color:#66FF00;*/
}



#content{
	width: 625px;
	height: auto;
	float: right;
/*	background-color: #f00;	*/
	padding: 15px 0 0 25px;
}

body {
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		line-height: 14pt;
		color:#000000;	

}

b {
	color:#800000;
}

h4 {
	color:#800000;
}

a		{color: #003366;
		text-decoration:none;
}

#footer{
	width: 880px;
	height: 60px;
	float: right;
	margin: 25px 0 20px 0;
	padding: 10px 0 0 20px;
	border-top: 4px solid #e2e2e2;
}

.smalltext{

	font-size: 9px;
	color:#000;
}

.menu  {
	margin: 20px 0 0 0;
}


.menu li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid #ddd;
	width: 170px;
	padding: 3px 0 3px 0;
	}

.horizontal_menu li {
	list-style-type: none;
	display: inline;
	border-bottom: 1px solid #ddd;
	width: 170px;
	padding: 3px 0 3px 0;
	}
	

tr {
	background-color: #fff;
	
}

.table_heading {
	background-color: #f00;
	font-weight: bold;
	font-size: 6px;
	width: 100px;


}

td {
	padding: 10px;
}






#navigation{
	width: 250px;
	height: 320px;
/*	background-color: #FF00FF;	*/
	float:left;
	text-align: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation a{
	color: #000;
	text-decoration: none;
 	border: none;
	font-weight: normal;
	list-style-type: none;
	display: block;
/*	padding: 5px 20px;	*/

}

#navigation a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #990000;
	border: none;
	list-style-type: none;
	display: block;
/*	padding: 5px 20px;	*/


}




