html {
	border:0 none;
	height:100%;
	margin:0;
	max-height:100%;
	padding:0;
}

body {
	color:#ffffff;
	text-align: center;
}

a:link { 
	color:#459cb8;
	}
a:visited, a:visited { 
	color: #254c68;
	outline-color:-moz-use-text-color !important;
	outline-style:none !important;
	outline-width:0 !important;
	text-decoration:none;
}
a:hover { 
	text-decoration: underline;
	}

h1.mainHeader {
	font-family:Helvetica,Arial,sans-serif;
	border-bottom:1px solid #CCCCCC;
	color:#ffffff;
	margin-top:0;
	margin-bottom:15px;
	padding-top:10px;
	padding-bottom:5px;
	font-size:28px;
	font-weight:normal;
	letter-spacing:-1px;
	line-height:28px;
}

h2 {
	font-family:Helvetica,Arial,sans-serif;
	font-size:24px;
	font-weight:normal;
	letter-spacing:-1px;
	margin-bottom:8px;
	margin-top:15px;
}

h3.sideBarHeader {
	color:#459cb8;
	font-size:18px;
	margin-bottom:8px;
	margin-top:12px;
}

p {
	line-height:140%;
	margin:10px 0;
}

* {
	font-family:Helvetica,Arial,sans-serif;
}

li {
	font-size: 12px;
}

.rule {
	border-bottom:1px dotted #cccccc;
	padding-top:10px;
}


.twoColumnWrapper {
	overflow:hidden;
}
.contentLeft {
	float:left;
	font-size:12px;
	padding:0 15px 0 0;
	width:625px;
}
.contentRight {
	float:left;
	padding:0;
	width:305px;
}

#container {
  text-align:left;
  width: 950px;
  margin-left: auto;
  margin-right: auto
}
