*	{
	margin:0;
	padding:0;
	border:0;
	font-family: "Lucida Grande", Verdana, "Vera sans", sans-serif;
	font-size:small;
	}

body
	{
	background-image:url(../img/bg2.gif);
	background-repeat:repeat-x;
	background-color: #EEE;
	}

a
	{
	color: #2696C0;
	}

small, small a, small b, #menu small
	{
	font-size: x-small;
	}


#head
	{
	font-size:small;
	background-image:url(../img/headbg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	color: #777;
	}

#head p
	{
	padding:30px 0 35px 0;
	width:80%;
	margin: 0 auto;
	}


#head b
	{
	color: #000;
	}

#head a
	{
	
	font-weight:bold;
	}

#content
	{
	margin:20px auto 0 auto;
	overflow:auto;
	width:80%;
	border:1px solid #555;
	background-color: #FFF;
	}

#maincontent
	{
	padding:20px 20px 40px 20px;
	overflow:auto;
	color: #222;
	}

#menu
	{
	float:left;
	width:170px;
	padding:0 30px 0 0;
	border-right:1px dotted #CCC;
	}

#menu ul
	{
	list-style-type:none;
	
	overflow:auto;
	
	}

#menu li
	{
	padding:10px 20px 10px 10px;
	background-color: #EEE;
	border-bottom:1px solid #CCC;
	}

#menu li:last-child, #menu li:last-child:hover
	{
	border:0;
	}

#menu li.act
	{
	border-bottom:1px solid #111;
	background-color: #FFF;
	}

#menu li a
	{
	color: #666;
	text-decoration:none;
	}

#menu li:hover
	{
	background-color: #F5F5F5;
	cursor:pointer;
	border-bottom:1px solid #AAA;
	}

#menu li:hover a
	{
	color: #000;
	}

#menu li.act:hover
	{
	background-color: #FFF;
	border-bottom:1px solid #000;
	}

#menu li.act a, #menu li.act a:hover, #menu li.act:hover a
	{
	color: #000;
	font-weight:bold;
	}

#contenthold
	{
	margin: 10px 10px 0 225px;
	line-height:1.6;
	}

#footer
	{
	margin: 5px auto;
	color: #999;
	font-size:x-small;
	width:80%;
	line-height:140%;
	}

#footer a
	{
	color: #666;
	font-size:x-small;
	}

#footer a:hover
	{
	color: #222;
	}

form input, form textarea 
	{
	border:1px solid #888;
	padding:5px;
	width:70%;
	margin: 0 0 15px 0;
	}

form input:focus, form textarea:focus
	{
	background-color: #fffdda;
	}

form textarea
	{
	height:200px;
	}

.red
	{
	color: #F00;
	}

abbr
	{
	border-bottom:1px dotted #000;
	cursor:pointer;
	}