*
{
    padding: 0;
    margin: 0;
}

body
{
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	background-color: #eee; /*#436C99;*/
}

.content p
{
    line-height: 1.5em;
}

a
{
    color: #638CBB;
    text-decoration: underline;
}

ul, ol
{
    list-style-position: inside;
    padding-left: 1em;
}

img
{
	border-width: 0px;
}

img.logoImg
{
    margin: 5px;
    vertical-align: middle;
}

h1, h2, h3, p, ul, ol
{
    margin-bottom: 0.5em;
}

h1, .h1, h1 a, h1 a:visited
{
	font-size: x-large;
	color: #638CBB;
	font-weight: bold;
	line-height: 2em;
	text-decoration: none;
}

h2, .h2, h2 a, h2 a:visited
{
	color: #638CBB;
	font-size: large;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}

h3, .h3
{
	font-size: large;
	font-weight: bold;
	line-height: normal;
}

.header
{
	padding: 1em;
	/*background-color: #fff; /*#325884;*/
	color: #777;
}

.header a, .header a:visited
{
    text-decoration: none;
    color: #777;
}

.topmenu
{
	background-color: #ddd;/*#638CBB;*/
	position: relative;
}

.content
{
	background-color: #fff;
	padding: 1em;
	margin: 1em 0;
	overflow: visible;
}

.footer
{
	text-align: center;
	background-color: #ddd; /*#325884;*/
	padding: 1em;
	color: #638CBB;
}

.footer a, .footer a:hover, .footer a:visited
{
	text-decoration: none;
	color: #638CBB;
}

.footer a:hover
{
	text-decoration: underline;
}

.sidebar
{
	float: right;
	border-color: #D1E4FA;
	border-width: 5;
	border-style: dashed;
	width: 100px;
	margin-left: 10px;
	padding: 5px;
	text-align: center;
	azimuth: 20;
}

.centeredContainer
{
    width: 80%;
    max-width:1000px;
	min-width: 700px;
	margin: 0 auto;
	overflow: visible;
}

.clear
{
    clear: both;
}

.gutter
{
    padding: 0.5em;
    float: left;
    background-color: White;
    clear: left;
    margin: 1em 1em 1em -3em;
    border: solid 0.5em #ddd;
}

.gutterOpposite
{
    padding-top: 2em;
}