* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color:#990000;
}



#masterdiv {
	width: 780px;
	margin-left: 75px;
	margin-right: auto;
	text-align: left;
	background: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;

}
.alpha a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

/* header id's are for the top global menu bar */

#header {
	position: relative;
}

#header .div1 {
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	width: 780px;
	background: url('graphics/header.png') no-repeat;
}

#header .div1 a {
	position: relative;
	padding: 12px 0px 10px 0px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	top: 12px;
	margin-left: 15px;
	margin-right: 15px;
}

#header .div1 a:hover {
	color: #333333;
}

#header .div2 {
	float: left;
}

#header .div3 {
	float: right;
	margin-right: 20px;
}

/* column_left is the smaller square used on the sides */

#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	margin-top: 10px;
}

#column_left a {
	text-decoration: none;
	color:#000000;
}

#column_left a:hover {
	border-top: 1px solid black;
	border-bottom: 1px solid black;

}

.box {
	margin-bottom: 0px;
	background: url('graphics/small_top.png') no-repeat;
}

.box .top {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.box .top img {
	float: left;
	margin-right: 5px;
}

.box .text {
	padding: 8px 0px 6px 7px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}

.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}

.box .bottom {
	height: 5px;
	margin-bottom: 10px;
	background: url('graphics/box_bottom.png') no-repeat;
}

/* Middle segment, main body area
padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'
 */
#body {
	float: right;
	width: 580px;
	margin-bottom: 0px;
	margin-top: 10px;

}


#body .top {
	padding: 8px 0px 6px 10px;
	background: url('graphics/middle_top.png') no-repeat;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

#body .text {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 1px 10px;
}

#body .header {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 1px 10px;
	font-weight:bold;

}

#body .bottom {
	background: url('graphics/middle_bottom.png') no-repeat;
	height: 15px;
	margin-bottom: 10px;
}

/* styles for body areas that take up whole screen */
#bodywide {
	float: right;
	width: 779px;
	margin-bottom: 0px;
	margin-top: 10px;
}


#bodywide .top {
	padding: 8px 0px 6px 10px;
	background: url('graphics/middle_topwide.png') no-repeat;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#bodywide .text {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px 10px 1px 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;

	/* min-height: 380px; */
}

#bodywide .bottom {
	background: url('graphics/middle_bottomwide.png') no-repeat;
	height: 15px;
	margin-bottom: 10px;
}



/* Footer content */
#siteInfo{
	clear: both;
	border-top: 1px solid #DDDDDD;
	font-size: 75%;
	color: #DDDDDD;
	padding: 10px 0px 10px 0px;
	margin-top: 10px;
	width: 780px;
}


/*  TABBED PANELS STYLES BELOW HERE!! ########################## */
@charset "UTF-8";
/* SpryTabbedPanels.css - version 0.4 - Spry Pre-Release 1.6.1 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* 
 * 	margin:'margin-top' 'margin-right' 'margin-bottom' 'margin-left'
	padding:'padding-top' 'padding-right' 'padding-bottom' 'padding-left'
 */
 
.TabbedPanels {
	margin-top: 0px;
	padding: 0px;
	clear: none;
	width: 100%; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	background: url('graphics/middle_top.png') no-repeat;
}

.TabbedPanelsTabGroup {
	margin: 0px 0px 0px 6px;
	padding: 0px 0px 0px 0px;
}

.TabbedPanelsTab {
	height: 16px;
	top: 0px;
	float: left;
	padding: 4px 6px 4px 6px;
	margin: 1px 6px 4px 6px;
	list-style: none;
	border-top: solid 0px #DDDDDD;
	border-left: solid 0px #DDDDDD;
	border-right: solid 0px #DDDDDD;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.TabbedPanelsTabHover {
	background-color: #EEE;
	border-top: solid 0px #DDDDDD;
	border-left: solid 0px #DDDDDD;
	border-right: solid 0px #DDDDDD;
}

.TabbedPanelsTabSelected {
	background-color: #EEE;
	border-top: solid 0px #DDDDDD;
	border-bottom: solid 0px #DDDDDD;
	border-left: solid 1px #DDDDDD;
	border-right: solid 1px #DDDDDD;
	padding: 4px 6px 4px 6px;
	margin: 1px 6px 4px 6px;
	text-decoration:none;

}

/* This selector is an example of how to make a link inside of a tab button
 * look like normal text. Users may want to use links inside of a tab button
 * so that when it gets focus, the text *inside* the tab button gets a focus
 * ring around it, instead of the focus ring around the entire tab.
 */
.TabbedPanelsTab a {
	color: black;
	text-decoration: none;
}

.TabbedPanelsContentGroup {
	clear: both;
	background-color: #FFFFFF;
}

/* This is the selector for the Content panel. The Content panel holds the
 * content for a single tabbed panel. For our default style, this container
 * provides some padding, so that the content is not pushed up against the
 * widget borders.
 *
 * The name of the class ("TabbedPanelsContent") used in this selector is
 * not necessary to make the widget function. You can use any class name you
 * want to style the Content container.
 */
.TabbedPanelsContent {
	padding: 4px;
}

/* This selector is an example of how to change the appearnce of the currently
 * active container panel. The class "TabbedPanelsContentVisible" is
 * programatically added and removed from the content element as the panel
 * is activated/deactivated.
 */
.TabbedPanelsContentVisible {
}

#dropmenudiv{
	border:1px solid black;
	border-bottom-width: 0px;
	line-height:22px;
	position:absolute;
	z-index:100;
	}

#dropmenudiv a{
	border-bottom: 1px solid black;
	display: block;
	font-weight: normal;
	padding: 1px;
	text-decoration: none;
	text-indent: 3px;
	width: 123x;
	color:#000000;
	}

#dropmenudiv a:hover{
	background-color: #EEE;
	}
	
#dropmenudivside{
	border:1px solid black;
	border-bottom-width: 0px;
	line-height:12px;
	position: absolute;
	z-index:100;
	}

#dropmenudivside a{
	border-bottom: 1px solid black;
	display: block;
	font-weight: normal;
	padding: 1px;
	text-decoration: none;
	text-indent: 3px;
	width: 123px;
	color:#000000;
	}

#dropmenudivside a:hover{
	background-color: #EEE;
	}




