/*-- CASCADING STYLE SHEET --*/

	body {
		font-family: Verdana, Helvetica, sans-serif;
		text-align: center;
		font-size: 12px;
		color: #333333;
		background-color: #3d7088;
		background-image: url('../images/bg_gradient.png');
		background-repeat: repeat-x;
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		}

	img {
		border: none;
		}

	a:link { 
		font-family: Verdana, Helvetica, sans-serif;
		color: #3399cc;
		text-decoration: none;
		}

	a:visited {
		color: #3399cc;
		text-decoration: none;
		}

	a:active {
		color: #3399cc;
		text-decoration: none;
		}

	a:hover {
		color: #3399cc;
		text-decoration: underline;
		}

	h1 {
		color: #3399cc;
		font-size: 14px;
		font-weight: bold;
		margin: 12px 0px 0px 0px;
		}

	h2 {
		color: #333333;
		font-size: 12px;
		font-weight: bold;
		margin: 12px 0px 0px 0px;
		}

	p {
		color: #333333;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		margin: 12px 0px 0px 0px;
		}

	ul {
		list-style-type: disc;
		margin: 0;
		padding: 0px 0px 0px 16px;
		}

	#container {
		width: 640px;
		margin: 0px auto 0px auto;
		text-align: left;
		}

	#top_rounded {
		float: left;
		width: 640px;
		height: 16px;
		background-image: url('../images/top_rounded.gif');
		background-repeat: no-repeat;
		margin: 16px 0px 0px 0px;
		}

	#content {
		float: left;
		width: 608px;
		margin: 0px 0px 0px 0px;
		padding: 16px 16px 16px 16px;
		background: #ffffff;
		}

	#header {
		float: left;
		width: 608px;
		height: 44px;
		}

	#logo {
		float: left;
		width: 212px;
		height: 44px;
		}

	#pagetitle {
		float: right;
		margin: 17px 0px 0px 0px;
		}

	#copy {
		float: left;
		width: 608px;
		border-top: 1px solid #ccc;
		margin: 14px 0px 0px 0px;
		}

	.row {
		float: left;
		width: 608px;
		margin: 14px 0px 0px 0px;
		}

	.row .left {
		float: left;
		width: 292px;
		margin: 0px 12px 0px 0px;
		}

	.row .right {
		float: left;
		width: 292px;
		margin: 0px 0px 0px 12px;
		}

	.seperator {
		float: left;
		width: 608px;
		height: 1px;
		margin: 14px 0px 0px 0px;
		}

	.left {
		float: left;
		}

	#footer {
		float: left;
		width: 608px;
		border-top: 1px solid #ccc;
		margin: 14px 0px 0px 0px;
		}

	#footer p {
		color: #999999;
		font-size: 11px;
		}

	#bottom_rounded {
		float: left;
		width: 640px;
		height: 16px;
		background-image: url('../images/bottom_rounded.gif');
		background-repeat: no-repeat;
		margin: 0px 0px 16px 0px;
		}
