/*  =======================================================
	 SPIROL CSS
    ===================================================  */

body {
	/*  background: #eee url(/images/sub_bgREV.gif);  */
	margin: 20px 0 12px 0;
	padding:0;
	text-align:center;
	background: #efefef;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #666;
	line-height : 1.5;
}

DIV {
	/*  border: thin solid lime;  */
}
/*  =======================================================
	 ELEMENTS
    ===================================================  */
H1 {
	font-size:19px; 
	margin-top:0;
	margin-bottom:3px;
}
H2 {
	font-size:13px; 
	margin-top:3px;
	line-height:1.2;
}


A {
	font-weight:bold;
	color: #345686;
}
A:link {
	text-decoration: underline; 
}
A:active {
	text-decoration: underline; 
}
A:visited {
	text-decoration: underline; 
}
A:hover {
	text-decoration: none; 
	color: red;
}


/*  =======================================================
	 DIVs
    ===================================================  */

#container {
	margin-left: auto;
	margin-right: auto;
	width: 748px;
	text-align:left;
	background-color: #fff;
	border:1px solid #999;
	/*  min-height: 600px;  */
	padding:10px 26px 26px 26px;
	margin-bottom:20px;
}

#nav {
	margin-bottom:10px;
}
#nav p {
	text-align:right;

}
/*  NAV LINKS  */
#nav a {
	font-size:11px;
	text-decoration:none;
	padding-left:12px;
	font-weight:normal;
	padding-right:11px;
}
#nav a:hover {
	color:red;
}






#footer a {
	margin-left:7px;
	font-size:10px;
}

#logo {

}
#logo h1 {
	font-size: 23px;
	padding-top:21px;
}


#top {
	border:1px solid #999;
	margin-bottom:20px;
	padding-left:20px;
	/*  background: #eee url(/images/map_small.gif);  */
	position: relative;

}
#topleft34 {
	padding:20px 20px 20px 20px;
	float:left;
	width:65%;
}
#topright {

}




#footer {
	clear: both;
	padding-top:15px;
	margin-top:20px;
}
#footer p {
	text-align:center;
	font-size:10px;
}

#leftcol {

}

/*  SUB PAGES  */
#leftmenu {
	
	float:left;
	width:164px;
	min-height: 699px;
	border: 1px solid #999;
	background-color:#345686;

}
#maincontent {
	padding:20px;
	margin:20px;
	text-align:justify;
}

/*  =======================================================
	 CLASSES
    ===================================================  */
.note {
	width: 400px;

	/* border: 1px solid #666;  */
	padding: 20px;
	background: #345686;
	color: white;
}
.note2 {
	width: 250px;

	/* border: 1px solid #666;  */
	padding: 20px;
	background: #345686;
	color: white;
}
.clear {
	clear: both;
	/*  overflow: hidden; 
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0; */
	/*  font-size: 0;  */
	/*  line-height: 0;  */
}

.left {
	float: left;
	display: inline; /* fixes ie double margin-left bug */
}

.right { 
	float: right; 
}
.border {
	border: none;
}

/*  =======================================================
	 yDSF (ydnar Drop-Shadow-Fu)
	 ydnar@sixapart.com - http://www.sixapart.com
    ===================================================  */
.ydsf {
	display: block;
	position: relative;
	margin: 4px -4px -4px 4px;
	background: url(shadow-grid.gif) repeat;
}

/* ie6 ignores this selector */
html>body .ydsf {
	margin: 10px -10px -10px 10px;
	background: url(shadow.png) right bottom no-repeat;
}

/* shadow corners */
.ydsf:before,
.ydsf:after {
	content: " ";
	display: block;
	width: 10px;
	height: 10px;
	background: inherit;	
}

.ydsf:before {
	position: absolute;
	top: 0;
	right: 0;
	margin: -10px 0 0 auto;
	background-position: right top;
}

.ydsf:after {
	margin: -10px 0 0 -10px;
	background-position: left bottom;
}

.ydsf .inner {
	display: block;
	position: relative;
	overflow: hidden; /* prevents margin leakage from child elements */
	left: -4px;
	top: -4px;
}

/* ie6 ignores this selector */
html>body .ydsf .inner {
	left: -10px;
	top: -10px;
	margin: 0;
}
