a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #00ADEF;
	text-decoration: underline;
}

.small a {
	color: #004071;
	text-decoration: underline;
}

body {
  	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 62.5%;
	color: #004071;
	background-image: url(../images/bacground.jpg);
	background-repeat: repeat-x;
 	margin: 0;
	padding: 0;
	text-align: center;
}

td, th, h1, h2, h3, h4, h5 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

h1 {
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	color: #004071;
}

h2 {
	font-size: 1.8em;
	margin: 0;
	padding: 2px 0;
	color: #004071;
}

h3 {
	font-size: 1.6em;
	background-image: url(../images/phone_number.gif);
	background-repeat: no-repeat;
	height: 40px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	font-size: 1.2em;
	list-style-type: disc;
	color: #004071;
	margin: 0 15px;
	padding: 5px 0;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

p {
	font-size: 1.2em;
	margin: 0;
	padding: 5px 0;
}

div {
	margin: 0;
	padding: 0 5px;
	height: 500px;
}

div.leftside a {
	color: #004071;
	text-decoration: underline;
}

div.leftside a:hover {
	color: #00ADEF;
	text-decoration: underline;
}

div.rightside div {
	padding: 0;
}

div.wrapper {
	width: 740px;
	background-color: #fff;
	margin: 0 auto;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

div.leftside {
	float:left;
	width: 340px;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: left;
}

div.rightside {
	margin: 0;
	padding: 0;
	text-align: left;
}

img.picture {
	position: absolute;
	top: 290px;
	padding: 0;
	margin: 0 0 0 130px;
}

img.badge {
	position: absolute;
	top: 120px;
	padding: 0;
	margin: 0 0 0 110px;
}

div#footer {
	padding: 0 5px;
	margin: 0 auto;
	text-align: center;
	height: 100px;
	width: 740px;
	background-color: #004071;
	border-left: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

div#footer p {
	color: #fff;
}

h1.dom {
	padding-top: 3px;
}

h1.cl_logo {
	text-indent: -1000em;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 93px;
	width: 240px;
	padding-bottom: 5px;
	margin-left: 80px;
	margin-bottom: 30px;
}

h1.phone_number {
	text-indent: -1000em;
	background-image: url(../images/phone_number.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 30px;
	width: 261px;
	padding: 0;
	margin: 0 auto;
}

/* Classes */

.bold {
	font-weight: bold;
}

.right {
	text-align: right;
	padding-right: 5px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.onepointthreeem {
	font-size: 1.3em;
}

.onepointoneem {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
}

/* bright blue */
.hex1 {
	color: #00ADEF;
}

/* pale blue */
.hex2 {
	color: #B9E5FA;
}

.small {
	text-align: center;
	font-size: 1em;
}
