/* Transitional stylesheet taken from zeldamn http://www.i3forum.com/ */

body	{
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	}
	
.hide	{
	display: none;
	visibility: hidden;
	}
	
img {
	display: inline;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #CC00CC;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #CC0099;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #000000;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #FFCCFF;
	background: transparent;  
	}
	
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: Arial, Helvetica, sans-serif;
		}

h1	{
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 2pt;
	margin-top: 3pt;

	}

html p	{
	margin-top: 1pt;
	margin-bottom: 4pt;
	text-align: left;
	font-size:  10pt;
	line-height: normal;
	}
	
/* Basic page divisions */

#header {
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #0000CC;
	width: 750px;
	margin: 15px auto 0 auto;
	}

#headerLowLine {
	background-color: #EC008C;
	height: 15px;
	padding-left: 215px;
	}

#main {
	width: 750px;
	margin:0 auto;
	}


/* Menu styling */
#menu {
	width:114px;
	text-align:left;
	padding: 5px 3px 3px 5px;
	vertical-align: top;
	border: 0px;
	z-index:0;
	}

#menu ul {
	padding: 0;
	margin: 0;
	width: 112px;
	list-style-type: none;
	font-size: 10pt;
	z-index:0;
	position:relative;
	}

#menu ul li {
	position:relative;
	display: block;
	padding-bottom:3px;
	z-index: 0;
	}

#menu ul li ul {
  display: none;
  position: absolute; 
  margin-top: -30px;
  margin-left: 80px;
  background:#fff;
  z-index:5;
  border-top:7px solid #0000CC;
  border-bottom:7px solid #0000CC;
  padding:3px;
  width: 146px;
  }
  
#menu ul li a {
	display:block;
  	z-index:0;
	}

#menu ul li ul li a {
	display:block;
	background:#fff;
	width:146px;
  	z-index:5;
	}
	
#menu ul li ul li{
	z-index:5;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

/* #menu li > ul {
	top: auto;
	left: auto;
	}*/

#menu li:hover ul, #menu li.over ul { 
	display: block; 
	z-index:5;
	} 

#menu ul li a.here{
	font-weight:bold;
}

#menu a {
	font-weight: normal;
	text-decoration:none;
	color: #000000;
	}

#menu a:hover {
	color: #CC0099;
	}

#menu a:active {
	color: #FFCCFF;
	}



/* Main content formatting */
#content {
	text-align:left;
	vertical-align: top;
	padding-left: 0px;
	padding-right: 7px;
	margin: 0px;
	border: 0px;
	}

.images {
	width:150px;
	vertical-align: top;
	margin: 0px;
	padding: 5px 0px 0px;
	border: 0px;
	}

.images img{
	margin: 3px;
}

.imagebox {
	margin: 3px;
	padding: 0px;
	width: 144px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.imagebox img {
	text-decoration: none;
	display: block;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
.imagebox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 3px;
	height: 17px;
	width: 138px;
	margin: 0px;
	border: 0px;
	vertical-align: middle;
}
.imagebox p {
	padding: 3px;
	width: 138px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	border: 0px;
	font-size: 13px;
}
h2 {

	font-size: 12pt;
	font-weight: bold;
	margin-bottom: 0pt;
	margin-top: 5pt;
}
#footer {
	margin-top: 3px;
	height: 15px;
	width: 750px;
	margin: 0 auto;
	}
#footer a{
	color: #fff;
}
.footerBox {
	font-size: 11px;
	background-color: #0000cc;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
.footerimage {
	margin:3px;
	}
#popupbody {
	width: 400px;
	border: 10px solid #CC99FF;
}
#popupbody p{
	padding-left:7px;
	padding-right:7px;
}
#popuptitle {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990099;
}
