html, body{
	margin: 0px;
	padding: 0px;
}

body{
	color:#666;
	background-color: #2184A5;
	font-family: arial, verdana, sans-serif;
	font-size:10pt;
}

a{
	color: #2184A5;
}

a:hover{
	color: #2184A5;
}

a img{
	border-style: none;
}

#container{
	position:relative;
	text-align:left;
	width: 940px;
	background-color:#FFF;
	margin: 0px auto;
	padding: 10px;
}

#header{
	text-align: right;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: #CCC 10px solid;
}
#header #logo{
	float:left;
	text-decoration: none;
	font-size: 32pt;
	margin-bottom: 10px;
}
#header span{
	color: #2184A5;
	top:60px;
	position:relative;
}
#header h2{
	color: #FFF;
	font-size: 12pt;
	font-weight:bold;
}


#content{
	width: 600px;
	margin-right: 20px;
	padding-right: 20px;
}
#content p{
	text-align:justify;
}

#right{
	float:right;
	width: 260px;
	background-color:#F5F4E1;
	padding: 20px;
}

ul{
	padding-left: 20px;
}
li{
	padding-bottom: 10px;
}

#footer {
	border-top: #2184A5 10px solid;
	text-align: center;
	font-size: 9pt;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	padding:10px;
	margin-top:40px;
	text-transform:uppercase;
}
#footer h6{
	font-family: arial, verdana, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: 2px;
	margin:10px;
	text-transform:none;
}

h1{
	/*font-family:"Times New Roman", Times, serif;*/
	font-size: 16pt;
	font-weight:bold;
	color: #2184A5;
	letter-spacing: 0px;
}

h2{
	color: #2184A5;
	font-size: 12pt;
	font-weight: normal;
}

h3{
	border-bottom: 1px solid #E68D0A;
	color: #E68D0A;
	font-size: 12pt;
	padding: 3px 20px;
}

h4{
	border-bottom: 1px solid #ffa623;
	color: #ffa623;
	font-size: 10pt;
	padding: 4px 40px;
}

label {
  display: inline-block;
  line-height: 2.25;
  vertical-align: middle;
  width: 60px;
}

.error { color:#C00; }
.errorMessage { color:#C00; margin-bottom:5px; }
.invalid { background-color:#FC9; }
.imageLink { padding:2px; border:2px #CCC solid; }


table{
	border-collapse: collapse;
}

th, td{
	padding: 5px 10px;
}
td{
	border-bottom: 1px solid #e0e0e0;
}
td.type{
	font-style: italic;
}
td.default{
	font-weight: bold;
}
