/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #222222;
}
#wrap {
	margin: 0 auto;
	padding-left: 10px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 830px;
	border-bottom: 2px solid #999999;
	border-left: 2px solid #999999;
	border-right: 2px solid #999999;
	background-color: #FFFFFF;
}
#header img{
	border: 3px solid #999999;
}

/* Page Content Styles */
#page_content{
	position: relative;
	padding-top: 13px;
	float:left;
	width:655px;
	margin:10px;
}
#page_content a {
	color:#000000;
	text-decoration:underline;
}
#page_content a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
/* End of Page Content Styles */

/* footer styles */
#footer{
	clear:both;
	margin-left:180px;
	width:590px;
	padding:10px 10px 10px 10px
	background-color:#ffffff;
	border:1px dotted #999999;
	background-image:url(../images/coyote.gif);
	height:70px;
	background-repeat:no-repeat;
	background-position:30px;	
}
#footertext{
	margin-left:70px;
	margin-bottom:5px;
	margin-top:10px;
	width:490px;
	color:#666666;
	text-align:center;
}
#footertext a {
	color:#666666;
	text-decoration:underline;
}
#footertext a:hover {
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}
/* end footer styles */

/* Menu Navigation Styles */
#navigation{
	position: relative;
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 1px 10px 2px;
}
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	background-color: #CCCCCC;
}
#navigation a {
	color: #000000;
	text-decoration: underline;
	display: block;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #ffffff;
	background-color: #CCCCCC;
}
#navigation a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	border: 1px dotted #000000;
}
/* end menu navigation style */

/* area below the navigation */
#belownav{
	clear:left;
	position:relative;
	float: left;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 1px;
}
/* end of area beloa the navigation bar */
#left_info {
}

img.frame {
	border-style:solid;
	border-width:2px;
	border-color:#999999;
	padding: 2px;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
	}
.style_italic {
	font-style: italic;
	}
	
.style_red {
	color:red;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	text-align:center;
	font-size: 1.2em;
	}
.style_green {
	color: green;
	font-size:large;
	text-align: center;
}
.style_center {
	text-align:center;
}
	
.style_name {
	color: #FFFFFF;
	font-size:x-large;
	font-weight:bold
}
.style_larger {
	font-size: larger;
}

.style_small {
	font-size: 0.7em;
}

.style_sectionhead {
	font-size: 1.5em;
	font-weight: 600;
	color: #333333;
}



/* bubble tooltip styles */
#bubble_tooltip{
	width:147px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image:url('../bubble-tooltip/images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../bubble-tooltip/images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../bubble-tooltip/images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}
