body {
	background-color: #e2e2e2;
	font-family: verdana;
	font-size: 10pt;
	color: black;
	width: 100%;
	height: 100%;	
	margin: 0px; 
	padding: 0px;
}

div#column2 {
    margin: 0px;
    padding: 0px;
    background-image: url('../images/shadow_right.png');
    background-position: right;
    background-repeat: repeat-y;
    width: 100%;
}

div#column1 {
    margin: 0px;
    padding: 0px;
    background-image: url('../images/shadow_left.png');
    background-repeat: repeat-y;
    width: 100%;
}

div#headSpacer {
	height: 38px;
}

div#headAddress {
	float: right;
	margin-top: 15px;
	margin-right: 50px;
}

div#headContact {
	float: right;
	margin-top: 15px;
	margin-right: 50px;
}

div#head {
	background-color: #f6f6f6;
	height: 77px;
	width: 100%;
	clear: both;
	font-family: verdana;
	font-size: 12pt;
	line-height: 18pt;
}

div#nav {
	background-color: #176090;
	height: 30px;
	font-family: Times;
	font-size: 12pt;
	letter-spacing: 1.5pt;
	color: white;
	border-bottom: 4px solid #a2a2a2;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	clear: both;
	width: auto;
}

div#nav a {
	color: white;
	text-decoration: none;
	font-family: times;
	font-size: 12pt;
}

div#nav a:hover {
	color: #f6f6f6;
}


#logo {
	//float: left;
	position: relative;	
	top: 10px;
	left: 15px;
}

#subtitle {
	font-style: italic;
	font-family: verdana;
	font-size: 12pt;
	letter-spacing: 0.5pt;
	float: left;
	position: relative;
	top: 30px;
	left: 320px;
	clear: both;
}

div#main {
	background-color: #f6f6f6;
    margin-left: 51px;
    margin-right: 51px;
}

#contents {
	width: auto; 
	margin-left: auto; 
	margin-right: auto; 
	margin-bottom: 10px;
	margin-top: 90px;
	padding-left: 30px;
	padding-right: 30px;
}


.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
	border-bottom: 20px solid #176090;
}

p, ul{
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 2em;
}

.floatLeft {
	clear: right;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.floatRight {
	float: right;
	clear: left;
	margin-left: 30px;
	margin-bottom: 30px;
}

#footer {
	display: block;
	clear: both;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 5em;
}

h1 { 
	font-family: verdana;
	font-size: 20pt;
	font-weight: normal;
	clear: both;	
	margin-bottom: 1.5em; 
}

.phone {
	background-image: url('../images/phone.png');
	background-repeat: no-repeat;
	padding-left: 25px;
	background-position: 1px 5px;
	display: block;
}

.mail {
	background-image: url('../images/envelope.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 25px;
}

#question, #question a {
    color: red;
    font-size: 14pt;
    text-align: right;
    text-decoration: none;
}