body {
	position: relative;
	font: normal 10pt Verdana;
	background: #888888;
	margin: 0px;
}
a{
	color: #660099;
}
a:hover{
	background: #8B00B9;
	color: #FFFF00;
	text-decoration:none;
}


#layout_table {
	width: 700px;
	position:relative;
	border: 2px solid #666666;
	text-align:left;
	background:#FFFFFF;
	margin: 5px 0px;
}


#header {
	position:relative;
	display:block;
}
#header .top_left_text{
	position: relative;
	text-align: right;
	font-size: .8em;
	font-weight: bold;
	padding: 2px 4px 0px 4px;
	display: block;
}

#header .header_text{
	background:url(../images/headerBG.jpg) top left no-repeat;
	position:relative;
	height: 132px;
	margin-bottom: .7em;
}


#content {
	background: #FFFFFF;
	position: relative;
	text-align: justify;
	padding: 0px 20px;
	margin-bottom: 3em;
	display:block;
}
#content p{

	text-indent:2em;
	margin: 0px 0px 1em 0px; 
}
#content p1{
	display:block;
	margin: 0px 0px 1em 0px; 
}
#content h1{
	font: bold 1.5em Arial, Helvetica, sans-serif;
	margin: 0px 0px .2em 0px; 
	text-align:center;
	color: #660099;
	
}
#content h2{
	font: bold 1.1em Arial, Helvetica, sans-serif;
	color: #660099;
	margin: 0px; 
	text-align:left;
	text-transform:uppercase;
}

#content h3{
	font: bold 1em Tahoma, Helvetica, sans-serif;
	color: #660099;
	margin: 0px; 
	text-align:left;
}


#content .news {
	position: relative;
	background: 	#eeeeee; 
	border-top:		1px solid #cfcfcf;  
	border-right:	1px solid #999999; 
	border-bottom:	1px solid #999999; 
	border-left: 	1px solid #cfcfcf; 
	padding:	5px;
}

#content .news h3{
	position: relative;
	left: -4px;
	top: -4px;
	padding: 3px;
	font-size: 1em;
	border: 1px solid #999999;
	width:100%;
	background: url(../images/footer_BG.gif) top left repeat-x;
	color: #ffffff;
}

#content ul, ol{
	margin: .5em 2em;
	padding: 0px;
}

.photo{
	border: 1px solid black;
	padding: 6px;
}

#navbar {
	position: relative;
	display: block;
	width: 142px;
	padding: 0px 0px 25px 0px;
	z-index:500;
}
#navbar h1{
	display:block;
	position: relative;
	height: 22px;
	padding: 3px;
	margin: .5em 0px 0px 0px;
	color: #FFFF00;
	text-align: center;
	text-indent: -7px;
	font-size: 14px;
	font-weight:bold;
	background:url(../images/navbar_headerBG.jpg) no-repeat;
	border: 0px solid #939393;
}

#navbar a{
	display:block;
	font-size: .8em;
	padding: 2px;
	margin-left: 3px;
	width: 130px;
}


#footer {
	background: url(../images/footer_BG.gif) repeat-x bottom;
	color: #FFFFff;
	height: 16px;
	padding: 3px 4px;
	font-size: 11px;
}
#footer a{
	color: #FFFF00;
	text-decoration:none;
}
#footer a:hover{
	color: #ffffff;
}