/* Design */
* {
	margin: 0px;
	padding: 0px;
}

/* Basic elements */

body, html {
 	text-align: left;
 	background-color: #ffffff;
 	color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	line-height: 20px;
}

img {
	padding: 0px 0px 0px 0px;
}

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #263f65; 
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #263f65;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	padding: 5px 0px;
	color: #263f65;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
	font-style: bold;
}

h2 {
	padding: 5px 0px;
	color: #263f65;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
	font-style: bold;
}

ul {
	padding: 5px 15px;
	list-style-type: disc;
	list-style-position: inside;
	font-size: 10px;
}

li {
	font-size: 12px;
}

li.singleTab {
	margin: 0px 0px 0px 20px;
}

table.contactForm {
	table-layout: automatic;
	border-collapse: separate;
	border-spacing: 4px
}

/* layout elements */

#main {
  text-align: left;
	background: #cbecf3;
}

#content {
	width: 760px;
	padding: 5px 44px 5px 44px;
}

#header {
	height: 216px;
	background: url("/media/images/background_main_header.gif") no-repeat;
	background-position: top left;
}

.header {
	float: left;
	display: inline;
}

#footer {
	height: 73px;
	padding-left: 44px;
	background: url("/media/images/background_main_footer.gif") no-repeat;
	background-position: top left;
}

.center {
	text-align: center;
}

.floatRight {
	float: right;
	margin: 20px;
}
