body {
	margin: 0;
	padding: 0;
	background-color: #163A58;
	background-image: url("images/bg.png");
	background-position: center top;
	background-attachment: fixed;
	font: 14px arial, sans-serif;
	color: #555;
}

div#page {
	width: 784px;
	margin: 15px auto 0 auto;
	border: 1px solid #ccc;
	padding: 0;
	background-color: white;
}

div#top {
	margin: 0;
	padding: 20px 20px 10px 20px;
	text-align: right;
	font-size: 12px;
}

div#top img{
	float: left;
}

div#menu {
	float: right;
	padding: 67px 0 0 0;
}

.menulink:link, .menulink:visited, .menulink:active {
	display: block;
	float: left;
	height: 20px;
	margin: 0 10px 0 10px;
	padding: 0 0 0 21px;
	background: url("images/arrow.png") no-repeat;
	font: 19px arial, sans-serif;
}

.menulink:hover{
	background: url("images/arrowLight.png") no-repeat;
	color: #19AEFF;
}

.active:link, .active:visited, .active:hover, .active:active {
	background: url("images/arrowActive.png") no-repeat;
	color: #8FCEF5;
}
div#menu img{
	display: block;
	float: left;
}

/*CONTENT*/
div#content {
	clear: both;
	margin: 0;
	padding: 20px 20px 20px 20px;
}

h1 {
	margin: 0;
	border: 1px solid #ddd;
	padding: 3px 3px 3px 5px;
	background: #eee;
	font-size: 27px;
	color: #366AB3;
}

h2 {
	margin: 15px 0 0 0;
	font-size: 21px;
	color: #366AB3;
}

h3 {
	margin: 15px 0 0 0;
	font-size: 15px;
}

table, p {
	margin: 15px 0 0 0;
	line-height: 20px;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 15px 0 0 0;
	border: 0;
	padding: 0;
}

ul {
	margin: 10px 0 0 15px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
	line-height: 20px;
	list-style-type: square;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #366AB3;
}

a:hover {
}

img {
	border: 0;
}

.clear {
	clear: both;
}

img.highlight{
	float: left;
	margin: 0 26px 0 0;
	border: 1px solid #ccc;
}

div.ul{
	float: right;
	width: 366px;
}

.error{
	color: red;
}

.success{
	color: blue;
}

/*FOOTERS*/
.siteby:link, .siteby:visited, .siteby:hover, .siteby:active {
	font-weight: normal;
	color: #eee;
}

p.copyright {
	clear: both;
	padding: 0 0 20px 0;
	text-align: center;
	font-size: 11px;
	color: #eee;
}
