* {
	padding: 0;
	margin: 0;
}

img {
	border: 0px;
}

.clear {
    display: inline-block;
}

.clear:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0px;
    content: ".";
}

a {
    text-decoration: none;
	color: #014a8e;
}

img.centered,img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.center {
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #ededed;
}

#page .c2 {
	color: #2eb765;
}

#page {
	margin: 40px auto 0px auto;
	width: 950px;
}

#header {
	height: 21px;
	font-size: 11px;
	background: url(../images/header.gif) no-repeat;
	color: #fff;
	position: relative;
}

#header a, #footer a {
	color: #fff;
}

#header a:hover, #footer a:hover {
	text-decoration: underline;
}

#time {
	margin-left: 15px;
	line-height: 21px;
}

#homelink {
	background: url(../images/home.gif) no-repeat;
	padding-left: 18px;
	margin-right: 20px;
	position: absolute;
	top: 3px;
	right: 200px;
}

#contactslink {
	background: url(../images/phone.gif) no-repeat;
	padding-left: 18px;
	position: absolute;
	top: 3px;
	right: 130px;
}

#banner {
	background: url(../images/banner.jpg) no-repeat;
	height: 128px;
}

#navigation {
	background: url(../images/mainbg.gif) repeat-y;	
	height: 20px;
	width: 940px;
	padding-right: 10px;
}

#navigation ul {
	list-style: none;
	float: right;
}

#navigation li {
	float: left;
	font-size: 12px;
	border-left: 1px solid #014a8e;
	padding: 0 4px;
}

#navigation a {
	color: #014a8e;
	padding: 0px 8px;
}

#navigation a:hover {
	color: #1eb156;
}

#navigation li.first {
	border-left: 0px;
}


#main {
   width: 940px;

}

#maincontainer {
   background: url(../images/mainbg.gif) repeat-y;
   width: 940px;
   padding: 10px 10px 10px 0;
}


#side {
	float: left;
	width: 210px;
}

#side p {
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 30px 0;
}

#content {
	border-left: 1px solid #014a8e;
	float: right;
	width: 670px;
	padding: 0px 25px 25px 25px;
	font-size: 12px;
}

#content h1 {
	margin: 10px 0 0 0;
	color: #2eb765;
	font-weight: 400;
	font-size: 32px;
}

#content h2 {
	margin: 10px 0 0 0;
	color: #2eb765;
	font-weight: 400;
	font-size: 25px;
}

#content p {
	margin-top: 10px;
	line-height: 18px;
}

#content ul {
	margin-top: 10px;
}

#content li {
	margin-left: 20px;
	list-style: circle;
	line-height: 18px;
}

#content .strong {
	font-weight: bold;
	color: #014a8e;
}

#content .small {
	font-size: 10px;
}

#footer {
	background: url(../images/footer.gif) no-repeat;
	height: 21px;
	font-size: 11px;
	color: #fff;
	position: relative;
}

#copy {
	position: absolute;
	top: 0px;
	left: 40px;
	line-height: 21px;
}

#designer {
	position: absolute;
	top: 0px;
	right: 25px;
	line-height: 21px;
}

.date {
	font-size:10px;
	color:#666666;
}