﻿/* PAGE */
body {
    margin: 0;
    padding: 0 0 20px 0;
	font: 84%/1.4 arial, helvetica, sans-serif;
	background: #FFCCFF;
	color: #000000;
}

a:link, a:active, a:visited {
    color: #0000FF; 
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #FF0000;
}

h1 {
    font-size: 20px;
    font-weight: bold;
    color: #993399;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    color: #993399;
	margin: 0px;
	line-height: 1;
}

img {
    border: none;
}

.spacer {
    margin-bottom: 2px;
    clear: both;
}

/* HEADER */

#header {
	width: 900px;
	height: 150px;
}

#logo {
	width: 300px;
	height: 150px;
	background-color: #000000;
}

/* BODY */

#page {
	width: 1000px;
	margin: auto;
	margin-top: 0px;
}

.wrapper {
	width: 1000px;
}

.title {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #993399;
}

.content {
	padding: 10px;
	border: 1px solid #993399;
    background-color: #FFFFFF;
}

.contentleft {
	width: 650px;
	float: left;
	padding: 0px 8px 0px 8px;
}

.contentright {
	width: 300px;
	float: left;
}


.sitesleft {
	width: 250px;
	height: 155px;
	float: left;
	text-align: justify;
	padding: 0px 0px 15px 50px;
}

.sitesright {
	width: 250px;
	float: left;
	padding: 0px 8px 15px 20px;
	text-align: justify;
}

/* TOPMENU */

.topmenu {
	width: 453px;
	height: 20px;
	border: 1px solid #993399;
	padding: 5px;
	margin: auto;
	margin-bottom: 4px;
	background-color: #000000;
    font: 82%/2.0 arial, helvetica, sans-serif;
	text-align: center;
}

.menulinks {
	height: 20px;
	float: left;
	padding: 0px 8px 0px 8px;
	background-color: #FFFFFF;
}

.menulinks a:link, .menulinks a:active, .menulinks a:visited {
    color: #000000; 
    text-decoration: none;
    font-weight: bold;
}

.menulinks a:hover {
	text-decoration: underline;
	color: #FF0000; 
}

/* FOOTER */

.footer {
	font: 10px arial, helvetica, sans-serif;
	text-align: center;
}