p {
	font-size: 11px;
}

body {
	color: #000000;
	border: 0px;
	text-align: left;
	margin: 0;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #C7D6E2;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	background-color: #333333;
	color: #FFFFFF;
}


table, th, td {
	border-collapse: collapse;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}
h1 {
	font-size: 20px;
	color: #00487D;
	clear: both;
	width: 50%;
	margin-bottom: 1px;
	margin-top: 3px;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	color: #00487D;
	height: 13px;
	margin-top: 1px;
	margin-bottom: 15px;
}
h3 {
	font-size: 12px;
}

#mainNavigation {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 12px;
}

#content{
	background-color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#page {

	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	clear: both;
	background-position:center;
}
#side {
	width: 170px;
	background-color: #FFFFFF;
	background-position:center;
	font-size: 11px;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
}
#subNavigation {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	font-size: 11px;
	margin-top: 7px;
	margin-bottom: 15px;
}
