/* HTML Tag defaults */

html,body {
	background: url(../images/background.jpg) no-repeat 0px 60px;
	background-color: #DFE1FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

/* Main Divs */
#contents {
	position: absolute;
	top: 80px;
	width: 100%;
}

#navigation {
	height: 750px;
	left: 10px;
	overflow: auto;
	position: absolute;
	width: 200px;
}
#navigation div.menuSection {
	margin-top:15px;
	margin-left:1px;
	color:#000;
	font-weight:bold;
	font-size:90%;
	background-color:#fff;
	padding: 5px;
	border:1px solid #888;
	width:169px;
	text-align:center;
}
#navigation a div {
	width:100%;
	height:100%;
	background-color:#013E81;
	filter: alpha(opacity=30);
	opacity: 0.3;
	-moz-opacity: 0.3;
	-khtml-opacity:0.3;
}
#navigation a {
	width:180px;
	height:25px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	position:relative;
	font-size:85%;
	color:#000;
	border-top: 1px solid #DBE1FD;
	border-left: 1px solid #F1F3FE;
	border-right: 1px solid #7389B7;
	border-bottom: 1px solid #7389B7;
}
#navigation a:hover {
	color:#fff;
	border-right: 1px solid #2B3853;
	border-bottom: 1px solid #2B3853;
}
#navigation a:hover div {
	background-color:#013E81;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	-khtml-opacity:0.7;
}
#navigation a span {
	position:absolute;
	left:0px;
	top:0px;
	width:177px;
	padding-top:5px;
	padding-left:3px;
	height:20px;
	text-align:center;
	color:#000;
	cursor:hand;
}
#navigation a:hover span {
	color:#fff;
}

#iframeDiv {
	border: 1px solid #000;
	display: none;
	left: 220px;
	position: absolute;
}
#helpIframeDiv {
	border: 1px solid #000;
	left: 220px;
	position: absolute;
}
#popUpOption {
	left: 220px;
	position: absolute;
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	width: 500px;
	visibility: hidden;
}

#popUpOption a
{
	color: #000;
	text-decoration: underline;
}
#popUpOption a:hover
{
	color: #F00;
	text-decoration: underline;
}
