@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
        width: 100%;
        background: #000020;
		font-size: 12px;
}

div#main {
	width: 700px;
	background-color: #CCCCCC;
	color: #000000;
	margin: 4em auto;
	border: 1px solid #38497C;
	margin-bottom: 4em;
}

div#header {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: lighter;
	padding: 10px;
	color: #CCCCCC;
	background-color: #38497C;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	letter-spacing: -1.2px;
	/*background-image: url('imaget/banner700.jpg');*/
	height: 50px;
}

div#navigation {
	background-color: #E5E5E5;
	text-align: center;
}

div#navigation a {
	display: inline;
	font-size: 15px;
	line-height: 38px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #000000;
	padding: 10px;
}

div#navigation a:hover {
	background-color: #FF6600;
	color: #fff;
	cursor: default;
}

a:link {color: #FF6600; text-decoration: none; }
a:active {color: #FF6600; text-decoration: underline; }
a:visited {color: #FF6600; text-decoration: none; }
a:hover {color: #FF6600; text-decoration: underline; }


div#content {
    background-color: #CCCCCC;
	border-top: 1px solid #000000;
	padding: 10px;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13px;
}

div#content p.normal {
	width: 600px;
	text-align: center;
	margin-bottom: 10px;
	padding: 20px;
}

div#norm {
	width: 600px;
	text-align: center;
	margin-top: -20px;
	margin-left: 10px;
	padding: 20px;
}
div#norm  h1 {
	text-transform: uppercase;
	text-decoration: bold;
	font-size: 22px;
}
div#norm  h2 {
	text-transform: uppercase;
	font-size: 18px;
}
div#norm  h3, h4, h5 {
	text-transform: uppercase;
	font-size: 15px;
}

div#content p.left {
	float: left;
	width: 600px;
	text-align: justify;
	margin-bottom: 10px;
}

div#content p.box {
	display: block;
	float: right;
	width: 190px;
	text-align: justify;
	margin-bottom: 5px;
	background: #38497C;
	padding: 0 5px 0px 5px;
	margin-left: 0px;
	border: 2px solid #000000;
	color: #CCCCCC;
}
.smallfont {
font-size: xx-small;
}
div#footer {
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial;
	color: #CCCCCC;
	font-weight: lighter;
	font-size: xx-small;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #000000;
	background-color: #38497C;
	line-height: 25px;
}