html
{
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 78%;
	color: #000000;
	
	background-color: #FFFFFF;
	background-image: url(/img/bg.gif);
	background-repeat: repeat-x;
}

img
{
	border: 0px;
}

h1
{
	color: #A0A480;
	font-size: 200%;
	clear: both;
}

h2
{
	color: #A0A480;
	font-size: 160%;
	clear: both;
}

h3
{
	color: #A0A480;
	font-size: 120%;
	clear: both;
}

strong, b
{
	color: #A0A480;
	font-weight: bold;
}

em, i
{
	color: #A0A480;
	font-style: italic;
}

hr
{
	margin: 30px auto;
	border: 0;
	background-color: #A0A480;
	color: #A0A480;
	width: 100%;
	height: 1px;
}

br
{
	clear: both;
}

ul, ol
{
	padding-left: 20px;
}

a:link, a:visited
{
	color: #A0A480;
	text-decoration: underline;
}

a:hover
{
	color: #75785E;
	text-decoration: none;
}

a:focus
{
	outline: 0px;
}

/****************************************************************************************************
	Classes 
****************************************************************************************************/

.round
{
	display: block;
	background-color: #FFFFFF;
}
.round p, .round img
{
	padding: 5px;
}

div .imagelist ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

div .imagelist li
{
	float:left;
	width:140px;
	margin: 5px 15px 5px 0;
	background: #FFFFFF;
	background-color: #FFFFFF;
}
div .imagelist li img
{
	display: block;
	width: 100px;
	height: 60px;
	margin: 10px 0 10px 20px;
}

/****************************************************************************************************
	Form
****************************************************************************************************/

form
{
	position: relative;
	display:block;
	width:100%;
}

form fieldset
{
	position:relative;
	display:block;
	width:100%;
	border: 0px;
}


form label
{
	display: block;
	float: left;
	width: 100px;
	clear: left;
	text-align: right;
	padding: 2px;
	color: #A0A480;
	font-weight: bold;
}

form .text
{
	display: block;
	float: left;
	width: 200px;
	margin: 2px 0;
	padding: 2px;
	color: #000000;
	background-color: #DCEBEF;
	border-left: #CBD8DC 1px solid;
	border-top: #CBD8DC 1px solid;
	border-right: #E9FBFF 1px solid;	
	border-bottom: #E9FBFF 1px solid;
}

form .text:focus
{
	background-color: #EAEEF3;
	background-image: url(/img/formactive.gif);
	background-repeat: no-repeat;
	background-position: right;
}


/*
form.check
{
	display: block;
	float: left;
	width: 20px;
	margin-left: 100px;
	clear: both;
}


form.radio
{
	display: block;
	float: left;
	width: 20px;
	margin-left: 100px;
	clear: both;
}
*/
form .check
{
	display: block;
	width: 200px;
	float: left;
	text-align: left;
}

form .radio
{
	display: block;
	width: 200px;
	float: left;
	text-align: left;
}

form .button
{
	display: block;
	float: left;
	width: 200px;
	margin: 2px 0;
	padding: 2px 5px;
	color: #79868A;
	font-weight: bold;
	background-color: #C2D4D9;
	background-image: none;
	
	border-left: #DCEBEF 1px solid;
	border-top: #DCEBEF 1px solid;
	border-right: #A9B9BE 1px solid;
	border-bottom: #A9B9BE 1px solid;
}

form .button:hover
{
	background-color: #EAEEF3;
}

/****************************************************************************************************
	Position 
****************************************************************************************************/

#holder
{
	position: relative;
	margin: 0px auto;
	text-align: left;
	width: 610px;
	
	background-image: url(/img/botrepeat.gif);
	background-repeat: repeat-y;
}

#header
{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	width: 610px;
	height: 197px;
}

#menu
{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	width: 610px;
	height: 25px;
	overflow: hidden;
}

#adminmenu
{
	position: relative;
	left: 55px;
	top: 0px;
	display: block;
	width: 500px;
}

#menubottom
{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	width: 610px;
	height: 10px;
	
	background-image: url(/img/bottop.gif);
	background-repeat: no-repeat;
}

#contentheader
{
	position: absolute;
	left: 0px;
	top: 232px;
	display: block;
	width: 610px;
	height: 100px;
	
	background-image: url(/img/header.gif);
	background-repeat: no-repeat;
}

#content
{
	position: relative;
	left: 65px;
	top: 20px;
	width: 480px;
	text-align: left;
	background: #F5F6F7;
}

#footer
{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	width: 610px;
	height: 40px;
	
	background-image: url(/img/botrepeat.gif);
	background-repeat: repeat-y;
}

/****************************************************************************************************
	Corners
****************************************************************************************************/
/*Nifty Corners Cube CSS by Alessandro Fulciniti
The following classes are added dinamically by javascript,
and their use should be avoided in the markup */

b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}