/* CSS Document */

body{
	font-family: Verdana,sans-serif;
	color: #666666;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

a{
	color: #0099CC;
	text-decoration: none;
}

a:link{
	color: #0099CC;
	text-decoration: none;
}

a:visited{
	color: #0099CC;
	text-decoration: none;
}

a:hover{
	color: #0099CC;
	text-decoration: underline;

}

#page{
	position:absolute;
	left: 2%;
	right:2%;
	width:96%;
	padding-bottom: 30px;
	border-left-color: #FF9900;
	border-left-style: dotted;
	border-left-width: thin;
	border-right-color: #FF9900;
	border-right-style: dotted;
	border-right-width: thin;
	border-top-color: #FF9900;
	border-top-style: dotted;
	border-top-width: thin;
	border-bottom-color: #FF9900;
	border-bottom-style: dotted;
	border-bottom-width: thin;

}

#menu{
	position:relative;
	float: left;
	width:200px;
	margin-top: 30px;
}

#pagebody{
	position:relative;
	margin-top: 30px;
	marging-bottom: 30px;
	margin-right: 30px;
	margin-left: 210px;
	border-left-color: #FF9900;
	border-left-style: dotted;
	border-left-width: thin;
	border-right-color: #FF9900;
	border-right-style: dotted;
	border-right-width: thin;
	border-top-color: #FF9900;
	border-top-style: dotted;
	border-top-width: thin;
	border-bottom-color: #FF9900;
	border-bottom-style: dotted;
	border-bottom-width: thin;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 0px;
}

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 10pt;
}

#sectionLinks a:link{
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #0099CC;
	text-decoration: none;
}

#sectionLinks a:visited{
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #0099CC;
	text-decoration: none;
}

#sectionLinks a:hover{
	display: block;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color: #FFCC00;
	background-image: none;
	padding: 3px 0px 3px 10px;
	font-weight: bold;
	text-decoration: none;
	color: #0099CC;
	width: 100%;
}
