body
{
	background-color:#E5E5E5;
	font-family:Arial,Verdana,Sans-serif;
	position: relative;
}


hr
{
	color:black;
	background-color:black;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	border:0px;
	height:2px;
}



p
{
	display: inline;
	font-size:13px;
}




#content p {
	display: block;
	line-height:20px;
	margin-top:5px;
	margin-bottom:15px;

}


img
{
	margin:0px;
	border:0px;
	padding:0px;
	display: block;
}



h1, h2, h3, h4
{
	border:0px;
	padding:0px;
	display: block;
	margin-bottom:0px;
	margin-top:20px;
	color:black;
}


h4
{
	background:#A5A7D1;
	padding: 2px 10px;
}


#container
{
	width:800px;
	margin:0px;
	border:1px solid #465075;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
	background: white;
	overflow:hidden;
	position: relative;
}

#container2 {
	clear:left;
	float:left;
	width:800px;
	overflow:hidden;
	background:white;
	position: relative;

}
#container1 {
	float:left;
	width:800px;
	position:relative;
	right:610px;
	background:#EDEEFA;
	border-right:1px solid #465075;
	}
#side {
	float:left;
	width:190px;
	position:relative;
	left:610px;
	overflow:hidden;
	padding:0px;
	min-height:800px;	
	z-index:1;
}

#content 
{
	float:left;
	width:560px;
	position:relative;
	left:610px;
	overflow:hidden;
	padding:5px 15px 5px 25px;
	z-index:2;
}


div.map 
{
	border:1px solid #465075;
}


img.left
{
	float:left;
	border:1px solid #465075;
	margin:10px 10px 10px 0px;
}


img.none
{
	border:1px solid #465075;
	margin:10px 10px 10px 0px;
}


img.right
{
	float:right;
	border:1px solid #465075;
	margin:10px 0px 10px 10px;
}


img.center
{
	border:1px solid #465075;
	margin:10px;
	margin-left:auto;
	margin-right:auto;
}


img.inline
{
	border:0px;
	padding:0px;
	margin:0px;
	position: relative;
	display: inline;
	top:3px;
}


a.title
{
	font-size:18px;	
	font-weight:bold;
	padding:0px;
	margin:0px;
	border:0px;
	background:#A5A7D1;
}


a.selected
{
	font-weight:bold;
	padding:0px;
	margin:0px;
	border:0px;
}




div.header
{
	margin:0px;
	border:0px;
	padding:0px;
	color:white;
	width:800px;
	position: relative;
}

div.col1
{
	margin:0px;
	border:0px;
	padding:0px;
	width:275px;
	float:left;
}

div.col2
{
	margin:0px;
	margin-left:285px;
	width:275px;
	border:0px;
	padding:0px;
}


div.menu
{
	width:400px;
	float:left;
	height:24px;
	margin:0px;
	border:0px;
	padding:0px;
	background: #465075;
	position: relative;
	z-index:10;
}



#admin
{
	padding: 5px 0px;
	background: #465075;
	height:19px;
	float:left;
	width:400px;
	position: relative;
}


#admin form
{
	display: inline;
	border:0px;
	padding: 0px 20px 0px 0px;
	color: #465075;
	text-decoration: none;
	font-size:12px;
	float:right;
	}



#admin input
{
	border:0px;
	padding: 0px 4px;
}

#admin input[type="submit"] 
{  
	color: white; 
	background: #465075;
	font-size:12px;

} 

#admin input[type="submit"]:hover 
{
	color: white;
	background: #A5A7D1;
}



#admin a
{

	display: inline;
	margin: 1px 4px;
	padding: 2px;
	color: white;
	text-decoration: none;
	font-size:12px;
	float:right;
}

#admin a:hover
{
	color: white;
	background: #A5A7D1;
}
 
#admin p
{
	color:white;
}


#side
{
	font-size:12px;
	height:100%;
}

#side p
{
	padding: 0px;
	margin: 0px 0px 0px 10px;
	border: 0px;
	font-size: 10px;
	font-weight:bold;
}

#side ul	
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	list-style: none;	
	width: 190px;
}
 
#side a
{
	display: block;
	margin: 0px;
	padding: 3px 10px;
	color: #465075;
	text-decoration: none;
	}	
 
#side a:hover
{
	color: #AA0000;
}
 



#menu
{
	padding: 4px 0px 0px 0px;
	background: #465075;
	height:25px;
	position: relative;
}


#menu ul	
{

	list-style: none;
	margin: 0px;
	padding:0px;
	border: 0px solid #A5A7D1;
	float:left;
	position: relative;
}
 
#menu a
{
	border:0px solid white;
	display: block;
	margin:0px;
	padding: 3px 10px;
	color: white;
	background: #465075;
	height:15px;
	text-decoration: none;
	font-size:13px;
	}	
 
#menu ul ul a
{
	border-top:1px solid white;
}

#menu ul ul ul a
{
	border-left:1px solid white;
}

#menu a:hover
{
	color: #ffffff;
	background: #A5A7D1;
}
 
#menu li
{	
	position: relative;

}
 
 
#menu ul ul 
{
	position: absolute;
	top: 21px;
	left: 0px;
	width: 190px;
}


#menu ul ul ul
{
	position: absolute;
	top: 0px;
	left: 190px;
	width: 190px;
}
 

div#menu  ul ul,
div#menu  ul li:hover ul ul
{display: none;}
 
div#menu  ul li:hover ul,
div#menu  ul ul li:hover ul
{display: block;}



#content input[type="text"],input[type="password"],input[type="select"]
{
	width:100px;
}

div.formfield input
{
	padding:1px;
	margin:0px;

}


div.formlabel 
{
	padding:4px 0px 0px 0px;
	border:0px;
	height:16px;
	margin:0px;
	font-size:10px;
	width:100px;
	float:left;
}


div.formfield 
{
	padding:0px;
	border:0px;
	margin:3px 0px;
	font-size:10px;
	width:300px;
	margin-left:100px;
}


 
#breadcrumb
{
	display:inline;
	font-size:12px;
	padding:0px;
	border:0px;
	margin:0px;
	color:#666;
}


#breadcrumb a
{
	color:#465075;
	text-decoration: none;
}


#breadcrumb a:hover
{
	color:#B66;
}


#content th
{
	font-size:14px;
	font-weight:bold;
}
#content ul, ol, td
{
	font-size:12px;
	line-height:20px;
}

#content li img
{
	display: inline;
}

#content a
{
	color:#465075;
}

#content a:hover
{
	color: #AA0000;
}


#search a
{ 
	border:0px;
	font-size:11px;
	padding:0px;
	margin:10px 5px;
	line-height:14px;
}

