/* CSS Document */

html { 
	overflow: -moz-scrollbars-vertical !important; /*mozilla hack to force a scrollbar and avoid the page shift bug*/
	} 

body{
	padding :0;
	margin :0;
	background-image: url(images/banner.gif);
	background-repeat: repeat-x;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	}

#content{
	padding-top : 110px;
	padding-bottom : 20px;
	padding-left : 160px;
	padding-right : 10%;
	height: auto;
	min-height: 29em; 
	_height: 37em; /*ie hack */
	/*what follows is a mac ie hack*/

	 /*\*//*/
  	height: 30em;
	/**/
}

#content h1 {
	font-size: 130%;
	font-weight: normal;
	color: #000080;
	}

#content h2 {
	font-size: 100%;
	font-weight: bold;
	color: #000080;
	margin-top: -10px;
	margin-bottom: -15px;
	}

#content p{
	font-size: 0.8em;
	font-weight: normal;
	color: #000;
	}

#logo{
	position : absolute;
	top : 18px;
	left : 10px;
	z-index : 50;
}

/*******************************************
	Menus & Navigation
********************************************/
a, a:visited {
	color: #60c;
	}

a:active, a:hover {
	color: #E5CCFF;
	}

.menuitem a {
	color: white;
	text-decoration: none;
	}

#menu {
	position: absolute;
	top: 79px;
	left: 126px;
	z-index:51;
	font: bold 0.6em Verdana, Arial, Helvetica, sans-serif;
	}

.menuitem {
	margin :0;
	background-image: url(images/menubgoff.gif);
	background-repeat: repeat-x;
	color: #fff;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	_font: bold 0.6em; /*ie hack*/
	}

.menuitemactive {
	margin :0;
	background-image: url(images/menubgoff.gif);
	background-repeat: repeat-x;
	color: #f9c;
	font-weight: bold;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	_font: bold 0.6em; /*ie hack*/
	}

.menuitemon {
	margin :0;
	background-image: url(images/menubgon.gif);
	background-repeat: repeat-x;
	color: #f9c;
	white-space: nowrap;
	padding-right: 5px;
	padding-left: 5px;
	cursor: hand;
	text-decoration: underline;
	_font: bold 0.6em; /*ie hack*/
	}

.menuseparator {
	margin :0;
	background-image: url(images/menubgoff.gif);
	background-repeat: repeat-x;
	color: #fff;
	white-space: nowrap;
	padding-right: 1px;
	padding-left: 1px;
	}
	/*
	right: 0;
	text-align : right; Mild hack for Netscape 4*/

/*******************************************
	Headers
********************************************/
#tag1{
	position : absolute;
	top : 12px;
	left: 140px;
}

#tag2{
	position : absolute;
	top : 48px;
	left: 160px;
}

#tag3{
	position : absolute;
	top: 8px;
	left: 425px;
}

#photo {
	position: absolute;
	top: 130px;
	left: 12px;
}

#sidebar{
	position: absolute;
	top : 280px;
	left : 12px;
	width : 120px;
	margin: 15px;
	padding: 0;
}

#sidebar ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: disc;
	}

#sidebar li {
	font-size: .8em;
	line-height: 1.5em;
	color : #609;
	}

.caption {
	font: 1em bold;
	color : #609;
	background-color: transparent;
	clear: both;
	}


img.left {
	float: left;
	margin-right: 0.5em;
	}

img.right {
	float: right;
	margin-left: 0.5em;
	}

img.clearright {
	clear: right;
	float: right;
	margin-left: 0.5em;
	margin-top: 0.5em;
	}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-image: url(images/menubgon.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 5px;
}

.emphasis {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}

p.clearright {
	clear: both;
	padding-top: 1em;
	}

