body {
background-color:#2B2B2B;
font-size:10pt;
font-family:Arial;
margin:0;
padding:0;
color:#FFFFFF;

background-repeat:repeat-y;
background-position:top center;
}

#page {
	width:714px;
	margin:auto;
	padding:auto;
	background-repeat:no-repeat;

}

#header {
clear:both;
width:762px;
height:63px;
background-image:url(images/header-ice.png);
}

#headerleft {
float:left;
width:280px;
height:51px;
padding-top:12px;
padding-left:15px;
}

#menulinks {
float:right;
width:714px;

}

#menulinks a {
	padding-left:15px;
	padding-right:15px;
	padding-top:23px;
	height:40px;
   background-image:none;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	float:right;
	font-size:14px;
	font-weight:bold;
	margin-left:3px;
  }
  
#menulinks a:hover, #menulinks a.active {
	background-image:url(images/menuhover.png);
	text-decoration:none;
	color:#FFFFFF;
}

#mainarea {

width: 714px;
height: 689px;
clear:both;

}

#contentarea {

padding-right:35px;
padding-bottom:20px;
float:left;
line-height:14pt;
background-image:none;
}

#sidebar {
float:left;

line-height:14pt;
background-image:none;
}

#footer {
	width:784px;
	clear:both;
	height:35px;
	padding-top:10px;
	text-align:center;
	line-height:14pt;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-color:#000000;
}

h1, h1 a, h1 a:hover {
font-size:16pt;
color:#FFFFFF;
margin:0;
text-decoration:none;
}

h2 {
font-size:15pt;
color:#CCCCCC;
}

h3 {
font-size:13pt;
color:#FFFF99;


}

a {
color:#FFF8DC;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

.photo	{
border: 1px solid #FFFFFF;
padding: 5px;

}


#container {
   background-color: #ffffff;  /* the background          */
   filter:alpha(opacity=50);   /* Internet Explorer       */
   -moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   opacity: 0.5;               /* newer Mozilla and CSS-3 */
}
#opaquetext {
   filter:alpha(opacity=100);  /* discarded */
   -moz-opacity:1.0;           /* discarded */
   opacity: 1.0;               /* discarded */
}
