body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
	color: #030;
	margin-top: 10px;
	text-align: center;
	background: #030 url(background/redGreen.png) repeat-x;
}
#container {
	width: 910px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: 1px solid #FFF;
	position: relative;
	padding: 4px;
	background: #030;
}
#header {
	background: #030;
	padding-top: 8px;
	padding-bottom: 4px;
	padding-left: 15px;
}
#header h1 {
	margin: 0px;
	color: #FFF;
	font-size: 10px;
	padding: 0px;
}
#navigation {
	margin: 0px;
	background: #900;
	padding-left: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #030;
}
#navigation a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #900;
	padding: 2px 10px 4px;
}
#navigation a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 2px 10px 4px;
}
#navigation a:hover {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #030;
	padding: 2px 10px 4px;
}
#navigation a:focus {
	outline: none;
}


#mainContent {
	background-color: #030;
	margin: 0px;
}
#mainContent a:link {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:visited {
	color: #900;
	text-decoration: none;
	font-weight: bold;
}
#mainContent a:hover {
	color: #030;
	text-decoration: underline;
	font-weight: bold;
}
#mainContent a:focus {
	outline: none;
}


#footer {
	text-align: center;
	margin: 0px;
	background: #030 url(logo/website.png) no-repeat 10px bottom;
	padding-bottom: 2px;
	color: #FFF;
	clear: both;
}
#footer a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#footer a:focus {
	outline: none;
}
.rounded-corners {
     -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
}

.tblbr {
	border: 2px solid #FC6;
}
.menubdr {
	border: 2px solid #F30;
}
.fltlt {
	float: left;
	margin-right: 10px;
	border: 1px none #030;
}
.fltRt {
	float: right;
	margin-left: 8px;
	border: 1px solid #000;
}


h2 {
	font-size: 14px;
	font-weight: normal;
	color: #030;
	font-variant: small-caps;
	font-style: normal;
	padding-right: 4px;
	padding-left: 4px;
}


h3 {
	margin: 0px;
	color: #030;
	letter-spacing: .1em;
	font: bold normal 12px Verdana, Geneva, sans-serif;
}h4 {
	margin: 0px;
	color: #FFF;
	letter-spacing: .1em;
	border: 1px none #030;
	font: normal 12px Verdana, Geneva, sans-serif;
}
h5 {
	font-size: 14px;
	color: #030;
	font-style: italic;
	border: 1px solid #030;
	padding-left: 5px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
}


td img {display: block;}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	list-style: circle;
}
