body	{
	background-color: #2C353C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	padding: 0px;
	margin-top: 15px;

}
#container {
	margin: 0px;
	padding: 0px;
}
#containerInner {
	background-color: #DDE0E5;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-color: #ffffff;
	height: 100px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

#rightTopColumn {
	float: left;
	height: 50px;
	width: 680px;
}
#rightMiddleColumn {
	float: left;
	width: 680px;
}
.rightCol_inner {
	width: 670px;
	margin-left: 10px;
	background-color: #ffffff;
	margin-bottom: 10px;
	background-image: url(none);
	background-repeat: repeat-x;
	background-position: left top;
}
.rightCol_top {
	background-image: url(../Images/corner_rightCol_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 670px;
}

.rightCol_bottom {
	background-image: url(../Images/corner_rightCol_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 670px;
}


#leftColumn {
	background-color: #2C353C;
	float: left;
	width: 260px;
	margin-left: 20px;
	background-image: url(../Images/corner_leftCol.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	padding-bottom: 10px;
	min-height:635px;
}
*html #leftColumn {
	height:635px;
	margin-left:10px;
}

.rightCol_50pc {
	float: left;
	width: 334px;
}


/* Headings */
h1{
	font-size: 18px;
	color: #6699cc;
	line-height: normal;
	margin-top:5px;
	margin-bottom:40px;	
}
h2{
	font-size: 14px;
	color: #6699cc;
	margin-top:10px;
	margin-bottom:10px;	
	
}
h3{
	font-size: 11px;
	font-weight:bold;
	color: #333333;
	margin-bottom:1px;
}
h4{
	font-size: 12px;
	font-weight:bold;
	color: #6699cc;
	margin-bottom:1px;
	text-decoration: underline;
}

p {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

/* Dividers & padding etc. */
.clear	{
	clear:both;
}

.columnPad_20px {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}


/* Rounded corners */
#cornersBottom {
	background-image: url(../Images/corner_lb.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 100%;
	height: 20px;
	background-color: #dde0e5;
}
.cornersBottom {
	background-image: url(../Images/corner_rb.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 20px;
	width: 100%;
}
#navBar {
	font-weight: bold;
	background-color: #2C353C;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	min-height: 40px;
}
*html #navBar	{
	height: 40px;
}
#cornersTop {
	background-image: url(../Images/corner_lt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 20px;
	background-color: #dde0e5;
}
.cornersTop {
	background-image: url(../Images/corner_rt.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 100%;
}
#cornersTopInner {
	background-image: url(../Images/corner_lt_w.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 20px;
	background-color: #ffffff;
}
.cornersTopInner {
	background-image: url(../Images/corner_rt_w.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
	width: 100%;
}
#container #containerInner #content #rightMiddleColumn .rightCol_inner .columnPad_20px li {
	margin-bottom: 5px;
}
.divider {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
