
body {
	text-align : center;
	padding : 10px 0;
	margin : 0;
	background-color : #cdf;
}

body, td {
	font-family : Arial;
	font-size : 12px;
	color : #666;
}

a:active, a:visited, a:link {
	color : #333;
	text-decoration : underline;
}

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

#container {
	text-align : left;
	border : 0 solid #999;
	width : 840px;
	margin : 0 auto;
	font : 13px/19px Arial;
}

#header {
	height : 110px;
	margin : 0;
	background : url('img/header.png');
	color : #7d99d3;
	background-color : #fff;
}

#menu_top {
	border-style : solid;
	border-width : 2px 0 2px 0;
	border-color : #cddff6;
	background-color : #7d99d3;
	color : #cddff6;
	padding : 2px !important;
	padding : 0px 2px 2px 2px;
}

#menu_top a:link, #menu_top a:visited {
	color : #FFF;
	margin:0px;
	padding : 5px 5px 5px 5px !important;
	padding : 5px 5px 3px 5px;
	text-decoration : none;
}

#menu_top a:hover {
	color : #7d99d3;
	background : #fff;
	text-decoration : none;
}

#menu_top a.selected:link, #menu_top a.selected:visited {
	color : #fff;
	padding : 5px 5px 5px 5px !important;
	padding : 5px 5px 3px 5px;
	text-decoration : none;
	font-weight : bold;
}

#menu_top a.selected:hover {
	color : #7d99d3;
	background : #fff;
	text-decoration : none;
	font-weight : bold;
}

#content {
	width : 820px;
	float : left;
	padding : 10px;
	background : #fff;
}

	#content table {
		text-align : center;
		border : 0;
		width : 760px;
		color : #000000;
	}
	
		#content table th {
			background-color : #7d99d3;
			color : #fff;
			border : 0;
			font-size : 11px;
			padding : 0;
		}
		
		#content table tr.light {
			background-color : #fafcff;
		}
		
		#content table tr.dark {
			background-color : #f3f7fd;
		}
		
		#content table td {
			border : 0;
		}
		
		#content table td.id {
			font-size : 9px;
		}
	
	#content h2 {
		color : #7d99d3;
		font-size : 20px;
		font-weight : bold;
	}
	
	#content legend {
		color : #7d99d3;
	}
	
	#content input.text {
		width : 420px;
	}
	
	#content input.checkbox {
		width : 15px;
		height : 15px;
	}
	
	#content input.stdbutton {
		font-family : Arial;
		font-size : 11px;
		font-weight : bold;
		color : #fff;
		background-color : #6c8ccd;
		text-align : center;
	}
	
	#content .pagination {
		text-align:center;
		font-size:12px;
		font-weight:bold;
		color:#CDDFF6;
	}
	
		#content .pagination a:link, #content .pagination a:visited  {
			color:#7D99D3;
			text-decoration:none;
		}
	
	#content fieldset {
		width : 760px;
		margin : 0 auto;
		border-style : solid;
		border-width : 2px;
		border-color : #cddff6;
		background-color : #fff;
		padding : 5px;
	}
	
	#content fieldset legend {
		color : #7c98d3;
		font-weight : bold;
		font-size : 18px;
	}
	
	#content fieldset label {
		display : inline;
		float : left;
		width : 220px;
	}
	
#PlanViewLink {
	width: 100%;
	background-color: #7a99d2;
	color:#FFF;
	padding:4px;
}

#PlanViewLink a {
	color:#FFF;
	text-decoration: none;
}

#PlanViewLink a:hover {
	color:#FFF;
	text-decoration: underline;
}

#footer {
	clear : both;
	background : url('img/footer.png');
	background-repeat : no-repeat;
	padding : 5px;
	text-align : right;
	padding-right : 10px;
	color : #7d99d3;
}

	#footer a:link, #footer a:visited {
		color : #7d99d3;
		text-decoration : none;
	}
	
	#footer a:hover, #footer a:active {
		color : #7d99d3;
		text-decoration : underline;
	}
	
	#footer p {
		margin : 0px 0px 3px 340px;
		font-weight : bold;
	}
