body{
	background-color: #fff;
	font-family: Arial, Sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: .8em;
	line-height: 150%;
	color: #5f5f5f;
}

img{
	border: 0;
}

#content ul{
	margin-left: 1em;
	padding-left: 1em;
	border-left: 1px solid #bbb;
}

#content li{
	list-style: none;
	margin-bottom: 1em;
}

p{
	margin: 0;
	padding: 0 0 15px 0;
}

h6, h5, h4, h3, h2, h1{
	color: #990000;
	margin: 0;
}

h1{
	font-size: 3em;
	font-weight: bold;
	padding: 0 0 4px 0;
}

h2{
	font-size: 2.2em;
	font-weight: bold;
	padding: 0 0 4px 0;
}

h3{	
	font-size: 1.8em;
	font-weight: bold;
	padding: 0 0 3px 0;
}

h4{
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 0 3px 0;
}

h5{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 3px 0;
}

h6{
	font-size: 1em;
	padding: 0 0 2px 0;
	font-weight: lighter;
}

a:link{
	color: #990000;
}

a:visited{
	color: #990000;
}

a:hover{
	color: #990000;
	text-decoration: none;
}

a:active{
	color: #990000;
}

#container{
	position: absolute;
	width: 760px;
	margin: -260px 0px 0px -380px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0;
	background-color: #fff;
}

#header{
	height: 170px;
	border-top: 1px solid #8c9497;
	border-right: 1px solid #8c9497;
	border-left: 1px solid #8c9497;
}

#content{
	padding: 20px 90px 20px 90px;
	overflow: auto;
	height: 300px;
	border-right: 1px solid #8c9497;
	border-left: 1px solid #8c9497;
}

#footer{
	color: #990000;
	text-align: center;
	height: 20px;
	border-top: 1px solid #8c9497;
	font-size: 10px;
}

ul#topNavlist{
	font-size: .9em;
	padding: .2em 0;
	margin: 5px 0 0 80px;
	list-style-type: none;
	width: 530px;
	font-weight: bold;
}

#header ul#topNavlist li { display: inline; }

#header ul#topNavlist li a{
	text-decoration: none;
	color: #484848;
	padding: .2em .7em;
}

#header ul#topNavlist li a:hover{
	color: #000;
}

#header ul li a#topActive{
	text-decoration: none;
	color: #000;
	padding: .2em .7em;
	font-size: 110%;
}

ul#bottomNavlist{
	font-size: .9em;
	padding: .2em 0;
	margin: 0 0 0 80px;
	list-style-type: none;
	width: 530px;
}

#header ul#bottomNavlist li { display: inline; }

#header ul#bottomNavlist li a{
	text-decoration: none;
	color: #990000;
	padding: .2em .7em;
}

#header ul#bottomNavlist li a:hover{
	color: #000;
}

#header ul li a#bottomActive{
	text-decoration: none;
	color: #990000;
	padding: .2em .7em;
	font-size: 110%;
	font-weight: bold;
}

#startsida{
	float: right;
	width: 130px;
	height: 50px;
	cursor: pointer;
}
