@CHARSET "UTF-8";

/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}
h1,h2
{
}
body
{
	font-family: "trebuchet ms", sans-serif;
	color: #555555;
	font-size: 11pt;
}
a
{
	color: #669911;
}

/* Outer */
#outer
{
}


/* Header */
#header
{
	height: 100px;
	background-image: url('images/bg_header.gif');
	background-position: bottom left;
	padding-left: 0px;
	padding-top: 20px;
}

#header h1 a
{
	color: #fa2828;
	text-decoration: none;
	text-align: center;
	font-size: 1em;
}

#header h1
{
	color: #fa2828;
	text-decoration: none;
	text-align: center;
	font-size: 3em;
}
#header h2
{
	color: #fa2828;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
}




/* Menu */
#menu
{
	background-image: url('images/bg_menu1.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	padding: 1em 0em 1em 2.5em;
}
#menu ul
{
	list-style: none;
	text-align: center;
}
#menu li
{
	display: inline;
}
#menu li a
{
	font-size: 1.1em;
	font-weight: bold;
	text-transform: lowercase;
	color: #00be00;
	text-decoration: none;
	margin-right: 1em;
}
#menu li a:hover
{
	color: #fa2828;
	text-decoration: underline;
}

/* Content */
#content
{
	padding: 3em 0px 1em 15px;
	line-height: 1.6em;
	background: url('images/background.gif') repeat-x top left;
}
#content p
{
	margin-bottom: 1.5em;
}
#content h2,h3,h4,h5,h6
{
	margin-bottom: 1em;
}
#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
}
#content blockquote
{

	padding: 1em;
	margin-bottom: 1.5em;
	background-color: #FFFCD8;
	background-image: url('images/a5.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: dotted 1px #DFD999;
	width: 800px;
	text-align: left;
}
#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}
#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}
#content table td
{
	padding: 0.5em;
}
#content table tr.rowA
{
}


#content table tr.rowA
{
	background-color: #EAEFE0;
	color: inherit;
}
#content table tr.rowB
{
	background-color: #F9FFEF;
	color: inherit;
}


/* Footer */
#footer
{
	background: url('images/se-band.gif') repeat-x top left;
	border-top: solid 1px #D0D4BB;
	padding: 4.0em 3.5em 3.0em 5em;
	font-size: 0.8em;
	color: #000000;
}
.clear
{
	clear: both;
}