html {
	overflow-x: hidden;
} 

body
{
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #eee;
	font-family: verdana, arial, sans-serif;
}
#oldbrowser { 
    display: none; 
}
/* Layout */
#sidebar {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	width: 130px;
}

#main
{
	border: 2px solid #323c5b;
    margin: 0px;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 40px;
	background-color: #ffffff;
}

div
{
	/* This is for Netscape Navigator 4's sake */
	margin: 0;
	padding: 0;
}

#content {
	margin-left: 188px;
	margin-right: 20px;
	font-size: 90%;
	text-align: justify;
}
#content div {
    width: 100%;
}
#content table {
    width: 90%;
    font-size: 90%
} 
/* the workaround for parent element to stretch to cover floated children */
/* moz 1.4 requires something in the content field */
#main:after{
content: "."; display: block; line-height: 1px; font-size: 1px; clear: both;}

#footer {
	border: 0px solid #323c5b;
	margin: 0px 100px 10px 100px; /* top, right, bottom, left */
	text-align: right;
}

.clear {
    clear: both;
}
/* Styles */
img {
border: none;
}
.menu {
    border: 2px solid #323c5b;
	margin-top: 30px;
	margin-left: 10px;
	padding: 10px;
	line-height: 140%;
	color: #000000;
	background: #f0f0f0;
	font-size: 80%;
}

.sites {
    border: 2px solid #323c5b;
	margin-top: 30px;
	margin-left: 10px;
	padding: 10px;
	line-height: 140%;
	color: #000000;
	background: #f0f0f0;
    font-size: 60%;
}

.validate {
    border: none;
	margin-top: 30px;
	margin-left: 10px;
	padding: 5px;
	padding-left: 15px;
	line-height: 140%;
	background: #fff;
}
.underline {
    text-decoration: underline;
}

a {
	color: #5368a6;
	text-decoration : none;
	font-weight: bold;
}
a:visited {
	color: #5368a6;
	text-decoration : none;
}
a:hover, a:active {
	text-decoration: underline;
	font-weight: bold;
	font-style: italic;
}
.footer {
    font-size: 60%;
    font-family: arial, sans-serif;
    color: #a0a0a0;
}

h2 {
    text-indent: 20px;
    font-family: "trebuchet MS", trebuchet, verdana, arial, sans-serif; 
    font-size: 150%;
}

h4 {
    font-family: "trebuchet MS", trebuchet, verdana, arial, sans-serif; 
    font-size: 120%;
    font-weight: bold;
}

a.selected {
    color: #000;
    text-decoration: underline overline;
}

li {
    font-size: 100%;
    font-style: italic;
    line-height: 150%;
}
.bold {
    font-weight: bold;
}
.center {
    text-align: center;
}

.right {
    text-align: right;
}
.italic {
    font-style:italic;
}
