/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		height: 100%;
		margin: 0;
		padding: 0;
		scrollbar-face-color: #a5bbe2;
        scrollbar-arrow-color: #5888cb;
}
body {		
		font-family: trebuchet ms, arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #a5bbe2;
		height: 100%;
}

a {
    text-decoration: underline;
    color: #5888cb;
}

a:hover {
    text-decoration: none;
}

p {
    margin-bottom: -1px;
}

li {
    list-style-type: none;
}

h1 {
	font-size: 120%;
	color: #3b396b;
}

h2 {
	font-size: 110%;
	color: #3b396b;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 980px; 
		text-align: left;
		background-color: #fafcfe;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
        position:relative;
        min-height: 100%;
}

#imgContainer {
		margin-left:auto;
		margin-right:auto;
		width: 650px; 
		text-align: center;
		background-color: #ffffff;
		padding-top: 10px;
        position:relative;
        height: 100%;
}


#mainheader {
		position:absolute;
		left:0;top:0;
		height: 160px;
		width:100%;
		background-color: #fff;
		border: 1px solid red;
		z-index:1;
}
#header {
		height: 125px;
		width:100%;
		background-color: #D1DCE9;
		margin: 0px 0px 5px 0px;
		border-bottom: 1px solid purple;
		position:relative;
		
		
}


#mainnav {
		width:100%;
		height: 20px;
		background-color: #f5f5f5;
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		position:relative;
		z-index:2;
}
	
#content {
		padding: 20px 0px 0px 16px;
		border: 0px solid red;
		font-size: 90%;
		
		}

.imgSpace {
    margin-right: 8px;
}

#footer	{
		color: #5888cb;
		text-align: center;
		font-weight: bold;
}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

#clearfooter {height:67px;width:100%;clear:both}
.blank , .blank2 {
	position:absolute;
	left:176px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:1px solid #fff;
}

#contentHolder {
    border: 1px solid #799dd5;
    position: relative;
    min-height: 345px;
    width: 921px;
    padding: 10px 10px 10px 15px;
    margin: -5px 0px 0px 0px;
    clear: both;
    overflow: hidden;
}

*html #contentHolder {
    height: 345px;
}

.clear {
    clear: both; 
    overflow: hidden;
    height: 0px;
}

.clearFooter {
    clear: both; 
    height: 5px;
}

#welcomeImgs {
    width: 210px;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 10px;
}

#welcomeContent {
    float: left;
    width: 690px;
    padding-right: 20px;
}

.imgBorder {
    border: 1px solid #a5bbe2;
}

.testimonial {
    font-style: italic;
    list-style-type: none;
    margin-top: 0px;
    margin-left: 8px;
    padding: 0;
}

.testimonial li {
    line-height: 19px;
}

.poweredBy {
	float:right;
	margin: 0px 20px 0px 0px; 
	font-size: 80%;
	color: #b1b1b1;
}

.poweredBy a {
	color: #b1b1b1;
}