/* CSS Document */

body {
	margin-top: 0px;
	font : 75%/1em Arial, Helvetica, sans-serif;
	background-color : #697172;
}

p {
	line-height : 1.35em;
}

#header {
	height : 124px;
	width : 756px;
	margin-left : 20px;
	background-color : #1D6963;
	text-align : center;
	margin : 0 auto;
}

#container {
	width : 756px;
	margin-left : 20px;
	background-color : #FFFFFF;
	text-align : center;
	margin : 0 auto;
}

#content {
	padding : 1em;
	margin-right : 175px;
	text-align : left;
}

#rightColumn {
	float : right;
	width : 150px;
	margin : 0;
	margin-top : 20px;
	padding : 1em;
	min-height : 600px;
	text-align : left;
}

#footer {
	clear : both;
	text-align : left;
	margin : 0px auto;
	margin-top : 0px;
	width : 736px;
	height : 40px;
	line-height: 1.0em;
	background-color : #FFFFFF;
	padding : 1em 0;
	padding-left : 10px;
	padding-right : 10px;
}

#pageheading {
	font-size : 2.25em;
	font-weight : bold;
	padding-top : 20px;
	color : #999999;
	padding-bottom : 20px;
}

#headingspacer {
	margin : 0 0 0 0;
	height : 22px;
	background : url('../images/pagetitlespacer.gif') repeat bottom
}

#rightColumn p {
	margin : .5em 0 1em 0:
}

#rightColumt h2 {
	font : 100%/1em Arial, Helvetica, sans-serif;
	margin : .5em 0 1em 0;
	border-bottom : 1px dotted #cccccc;
	font-weight : bold;
	padding-left : 2px;
	margin-bottom : 10px;
	line-height : 1.35em;
}

#topBorder {
	margin : 0px auto;
	margin-top : 10px;
	width : 756px;
	height : 8px;
	font : 1px/1px sans-serif;
	font : 0px/0px sans-serif;
	background : url('../images/topborder.gif') no-repeat center bottom;
}

#botBorder {
	text-align : left;
	margin : 0px auto;
	width : 756px;
	height : 8px;
	background : url('../images/botborder.gif') no-repeat center bottom;
}

