*
{
margin:0;
padding:0;
}


body 
{
	margin: 0;
	padding:0;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 15px;
	color:#000000;
	background-image: url(../images/site/bg.jpg);
	background-repeat:no-repeat;
	background-color: #011F39;
	}

#container
{
	display: block;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
	background-position: top;
	padding-top:0px;
	background-color: #EFEFEF;
	border: 10px solid #ffffff;
	background-image: url(../images/site/content-background.jpg);
	background-repeat: repeat-y;
}

#header
{
background-image: url(../images/site/logo.png);
height: 250px;
}

#navigation
{
background-image:url(../images/site/navigation.png);
height: 25px;
padding: 10px 5px 0px 5px;
font-size: 12px;
font-weight: bold;
color: #efefef;
}

#flash
{
	height: 445px;
}

#flash-other
{
height: 445px;
}

#content
{
	width: 940px;
padding: 0px;
}




#content-right
{
float: right;
width: 600px;
padding: 5px;
}

#content-right2
{

width: 600px;
padding: 5px;
}

#left-bar
{
width: 312px;
padding: 5px;
background-image: url(../images/site/left-side.png);
background-repeat: repeat-y;
}

.clear
{
display: block;
clear: both;
}

h1
{
margin-bottom: 10px;	
}

#footer
{
background-image: url(../images/site/footer.png);
width: 940px;
height: 65px;
padding: 20px 5px 10px 5px;
text-align: right;
font-weight: bold;

}

#footer a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#container #content #left-bar img {
	margin-bottom: 20px;
	margin-top: 5px;
}

#footer a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer  a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}

#container #navigation a:link {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#container #navigation a:visited {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#container #navigation a:active {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#container #navigation a:hover {
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}

#left-bar a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#left-bar a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#left-bar  a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#left-bar a:hover {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#container #content #content-right ul li {
	display: block;
	margin-left: 30px;
	list-style-type: none;
}
#container #content #map {
	display: block;
	height: 300px;
	width: 500px;
	border: 1px solid #000;
}


#content-right a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#content-right a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#content-right a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#content-right a:hover {
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
}table {
	border: 1px solid #011F39;
}

.output
{
width: 950px;
height: auto;
background-color: #ccc;
border: 10px solid #fff;
}
#container #content #content-right a {
	color: #003366;
	text-decoration: underline;
}

#container #content #content-right a:hover {
	color: #003366;
	text-decoration: none;
}

.tableCancel {
	text-decoration: line-through;
	color: #CC3300;
}
