/* CSS Document */
* { font-family:Arial, Helvetica, sans-serif; font-size:12px; }
body {
	background-image:url(images/body-bg.gif);
	}
#alignment {
	text-align: center;
	}
#frame {
	width: 876px;
	height: 698px;
	margin:0 auto;
	background-image:url(images/main-bg.jpg);
	background-repeat:no-repeat;
	}
	
#frame2 {
	width: 876px;
	height: 698px;
	margin:0 auto;
	background-image:url(images/int-bg3.jpg);
	background-repeat:no-repeat;
	}

#topbanner {
	width:876px;
	height: 180px;
	float:left;
	clear:both;
	}
	

#showimage{
	position:absolute;
	visibility:hidden;
	border: 3px solid black;
	z-index: 500;
	}

	#dragbar{
	cursor: hand;
	cursor: pointer;
	background-color: #EFEFEF;
	min-width: 100px; /*NS6 style to overcome bug*/
	}

	#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
	}









h1 {
	
	font-style: oblique;
	font-size: 14px;
	color: #006973;
}	
	
	
#body {
	width: 876px;
	float:left;
	}
	
#body2 {
	width: 876px;
	float:left;
	background-image:url(images/bg-slice.gif);
	background-repeat:no-repeat;
	background-position:center 380px;
	}
	
#leftcolumn {
	width:203px;
	float:left;
	text-align:left;
	}
	
#rightcolumn {
	width:673px;
	float:left;
	text-align:center;
	padding-bottom:30px;
	}
	
#content {
	width:630px;
	text-align:left;
	margin:10px auto 0 auto;
	}
	
#content2 {
	width:550px;
	text-align:left;
	float:right;
	margin-top:70px;
	overflow:auto;
	height:400px;
	position:relative;
	right:50px;
	}

#bottom {
	width:876px;
	float:left;
	clear:both;
	}
	
#leftbottom {
	width:203px;
	height:190px;
	float:left;
	}
	
#email_link {

	width:203px;
	height:20px;
		margin-top:130px;
		margin-left:390px;

	float: left;
	}	
	
	

#contentbottom {
	width:673px;
	float:left;
	margin-top:20px;
	}
	
#left-bullets {
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	}
#right-bullets {
	float:left;
	text-align:left;
	font-size:12px;
	font-weight:bold;
	margin-left:15px;
	}
#footer {
	width:876px;
	float:left;
	clear:both;
	text-align:center;
	margin-top: -55px;
	}

#leftnav {
	padding:0;
	margin:0;
	}

#leftnav li{
	list-style:none;
	line-height:15px;
	}

a:link, a:active, a:visited
	{
		color:#000000;
	}
	
a:hover
	{
		color:#663300;
	}
	
a.blue:link, a.blue:active, a.blue:visited, a.blue:hover {
	color:#0033FF;
	}