/* CSS Document */
	
	body{
		textalign: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #000000;
		background-attachment: scroll;
		background-color: #FFFFFF;
		background-image: url(images/background.jpg);
		background-repeat: repeat-x;
		}

	#frame {
	width:750px;
	margin-right:auto;
	margin-left:auto;
	margin-top:5px;
	padding:0px;
	text-align:center;
		}
		
		
/* Normal 3 Column Layout */
	
	#normalcontentleft {
		width:450px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#normalcontentcenter {
		width:150px;
		padding:0px;
		float:left;
		background:#eee;
		}
	
	#normalcontentright {
		width:150px;
		padding:0px;
		float:left;
		background:#eee;
        }	
	
	#normalcontentheader {
		background:#fff
		}
		
/* 2 Column Layout */
	
	#twocontentleft {
		width:535px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#twocontentcenter {
		width:215px;
		padding-left:1 px;
		float:left;
		background:#eee;
		}
	
	#twocontentright {
		width:0px;
		padding:0px;
		float:left;
		background:#eee;
        }	
	
	#twocontentheader {
		background:#fff
		}

/* 1 Column Layout */
	
	#onecontentleft {
		width:750px;
		padding:0px;
		float:left;
		}
	
	#onecontentcenter {
		width:0px;
		padding:0px;
		float:left;
		background:#eee;
		}
	
	#onecontentright {
		width:0px;
		padding:0px;
		float:left;
		background:#eee;
        }	
	
	#onecontentheader {
		background:#fff
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}

	a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #0066FF;
		}
		
	a:link {
		text-decoration: none;
		}

	a:visited {
		text-decoration: none;
		color: #0066FF;
		}

	a:hover {
		text-decoration: underline;
		color: #66CC00;
		}
		
	a:active {
		text-decoration: none;
		}
		
	.main {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
	
	.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
		}

	.copyright {
		font-family: Arial, Helvetica, sans-serif;
		font-size: x-small;
		color: #999999;
		position: static;
		bottom: 5px;
		padding: 10px 5px 5px;
		float: none;
		}

	.thumbs {
		padding: 2px;
		height: 50px;
		width: 150px;
		border: 1px dotted #999999;
		margin: 5px;
		}

	.update {
		padding-bottom: 10px;
		border-bottom-width: 1px;
		border-bottom-style: dotted;
		border-bottom-color: #1941A5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		padding-top: 5px;
		}

	.subgraphic {
	height: 40px;
	width: 150px;
	border: 1px dotted #666666;
	margin-right: 15px;
	margin-left: 15px;
		}

	.subgraphicleft {
		height: 40px;
		width: 150px;
		border: 1px dotted #666666;
		margin-right: 15px;
		margin-left: 0px;
	}

	.subgraphicright {
	height: 40px;
	width: 150px;
	border: 1px dotted #666666;
	margin-right: 0px;
	margin-left: 15px;
	text-align: justify;
	}
.leftcolumn {
	margin: 0px;
	padding: 0px;
	width: 535px;
	position: relative;
}

.rightcolumn {
	margin: 0px;
	padding: 0px;
	width: 215px;
	position: absolute;
	float: none;
	left: 712px;
}

#nav{list-style: none;} 

#nav ul { 
     padding: 0;
     margin:0;
     list-style: none;
     width:12em;
     z-index:99;
     position:relative;
     overflow:visible; 
} 

#nav li { 
     margin:0; 
     position: relative; 
     float:left; 
     width: 12em;
     background-color:#CCC;
     border:solid 1px #CCC; 
     display:block;
     height:auto;
} 

#nav ul li{ border-width:1px 1px 0 0;} 

#nav ul ul li{ border-width:1px 1px 0 1px;} 

#nav ul ul li:last-child{border-bottom:1px solid #CCC;} 

#nav a { 
     text-decoration:none; 
     display:block;
     padding: 0.1em; 
     margin:0.2em 0 0.2em 0.1em; 
     width:11.5em; 
     height:1em;
} 

#nav a:hover, #nav li:hover{ 
     background-color:#CCC; 
} 
#nav ul li:hover, #nav ul li a:hover{ 
     background-color:#CCC; 
} 

#nav ul{ 
     display:none; 
} 

/*all see this */
#nav ul ul{ 
     display:none; 
     position:absolute; 
     margin-top:-1.8em; 
     margin-left:12em; 
} 

/* non-IE browsers see this */ 
#nav ul li>ul, #nav ul ul li>ul{ 
     margin-top:-1.4em; 
} 

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li:hover ul ul ul ul ul{ 
     display:none; 
} 

#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul, #nav ul ul ul ul li:hover ul{ 
     display:block; 
} 

li>ul { 
     top: auto; 
     left: auto; 
} 
