body
{
	background-color: 	#164470;
	font-family: 	Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	background-image: url(delta.png);
	background-repeat: repeat-x;
}

tt
{
	font-family: consolas, "Courier New", courier, monospace;
}

#container
{
	width: 97%;
	margin: 10px auto;
	background-color: #eeeeee;
	color: #333;
	border: 0px solid gray;
	min-width:  610px;
}

#top
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border-bottom: 0px solid gray;
	background-repeat: no-repeat;
  background-position: left top;
  height: 52px;
}

#menu
{
background-color: #E4E3EB; 
border-top: 1px solid #2C1F6D;
border-bottom: 0px solid #2C1F6D;
text-align: right;
font-size: 12px;
}


#leftnav
{
float: left;
width: 160px;
margin: 0;
padding: 1em;
}

#rightnav
{
float: right;
width: 160px;
margin: 0;
padding: 1em;
}

#leftnav a:link
{
	color: #333355;
	text-decoration: none;
}
#location a:visited
{
	color: #333355;
	text-decoration: none;
}
#leftnav a:hover
{
	color: #0262A3;
	text-decoration: underline;
}


#content
{
margin-left: 200px;
border-left: 1px solid gray;
border-right: 0px solid gray;
padding: 1em;
background-color: #ffffff;
min-height: 500px;

}



#location
{
	background-color: #F7F8F9;
	padding-left: 10px;
}



#footer
{
	clear: both;
	margin: 0;
	padding: .5em;
	color: #333;
	background-color: #eee;
	border-top: 2px solid gray;
	text-align: right;
	font-size: 9px;
}



#leftnav p, #rightnav p { margin: 0 0 1em 0; }

#content h1 { font-size: 26px; color: #024273; }
#content h2 { font-size: 16px; }
#content h3 { font-size: 13px; }

#leftnav ul
{ 
	font-weight: normal;
	margin: 0px;  
	padding-left: 20px;
	padding-bottom: 8px;
}

#leftnav ul ul
{ 
	margin: 0px;  
	padding-left: 15px;
	padding-right: 2px;
	padding-top: 8px;
	padding-bottom: 24px;
}

#leftnav li
{
}

.level 
{
	font-weight: bold;
}



A:link{
	color: #BCAE34;
	text-decoration: underline;
}

A:visited{
	color: #B26F18;
	text-decoration: underline;
}

A:hover{
	color: #FFBB00;
	text-decoration: none;
}




A.topmenu:link, A.topmenu:visited
{
	color: #003;
	text-decoration: none;
	padding-left: 8px;
	padding-right: 8px;
}
A.topmenu:hover
{
	color: #003;
	background-color: #CCD;
	text-decoration: underline;
	padding-left: 8px;
	padding-right: 8px;
}



A.leftmenu:link, A.leftmenu:visited
{
	color: #003;
	text-decoration: none;
}
A.leftmenu:hover
{
	color: #003;
	text-decoration: underline;
}


img 
{
	border: 0px;
}

hr
{
	height: 2px;
	margin-left: 100px;
	color : #C80;
	background-color: #C80;
	border: 1px solid #C80;
}


div.R
{
		border-left: 1px solid #C80;
		padding-left: 20px;
		padding-right: 10px;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		float: right;
}

div.L
{
		border-right: 1px solid #C80;
		padding-left: 10px;
		padding-right: 20px;
		padding-top: 3px;
		padding-bottom: 3px;
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
		float: left;
}

div.figure
{
		text-align: center;
		font-weight: bold;
		font-size: 11px;
}

.required
{
  	color: #f10000;
  	font-size: 30px;
	  font-family: 	Helvetica, Verdana, Arial, sans-serif;
}

div.visitor
{
		border-bottom: 1px dotted #C80;
		margin: 5px;
		padding: 20px;
		width: 400px;
		margin-left: 60px;
}

.visitorName
{
 	font-weight: bold;
 	font-size: 14px;
 	padding-left:  120px;
 	padding-right: 20px;
}
.visitorTime
{
  color: #626262;
 	padding-left: 20px;
	text-align: left;
}
.visitorComment
{
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
 	font-size: 12px;
}