/* CSS Document */

a {
	font-family: Arial, Helvetica, sans-serif;
	color:  #06C;
}

a:link, a:visited {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06C;
	
}

a.img:link, a.img:visited, img {
	text-decoration: none;
    border-bottom-width: 0px; 
	   
}

/*#############################################################
 STRUCTURE
 #############################################################*/

#container{
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 100%;
}

#som {
	float:left;
	border-bottom-width: 0px;
	width: 100%;
	
}

#index {
	float:left;
	/*width: 950px;*/
	background-color: #9CF;
}

#pageHead {
	float:left;
	height: 39px;
	/*width: 950px;
	background-color: #3399FF;
	background-image: url(/images/pattern_04.gif);
	position: relative;
	padding-top: 4px;*/
}

#headText {
	margin-left: 0px;
	height: 30px;
	/*width: 800px;*/
	position: relative;
	color: #000000;
}

/* Header Text in light blue band */

.header {
	font-family: Helvetica, sans-serif;
	font-size: 14pt;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#footer, #footerIndex {
	clear: both;
	width: 810px;
	margin-top: 60px;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 130px;
}

#footerIndex {
	margin-top: 0px;
}

#randomimage {
	display: none;
	width: 0px;
	height: 0px;
}



/*#############################################################
 MAIN NAVIGATION 
 #############################################################*/

#main {
	float: left;
	position: relative;
	width: 800px;
	height: 160px;
	text-align: left;
}
.navLine {
display: none;
}

#level0, #level1, #level2, #level3 {
display: none;
}


/* ----------------------------------------------------------
   TACTICAL MENU BOX
   ----------------------------------------------------------*/
	
	
#mainRight {
	display: none;
}

#mainRightAlign {
	display: none;
}


/* SEARCH 
----------------------------------------------------------*/	

input {
	color:#666;
	font-size: 0.82em;
	font-weight: normal;
	/*background-color: #B5D5FF;*/
	border:1px solid #CCC;
}
	
.search {
display: none;
	}
	

#arrow {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

form {
	margin:1em 0;
	display:inline;
	}
	


