/*Global Styles*/
body {
	font-family:"Trebuchet MS", Verdana, sans-serif;
	background: #FFFFFF url(../images/bg.gif);
	width: 90%;
	margin: 10px auto;
}

/*Content Layer */
/*Change the height/min-height properties of #content if the left hand navigation gets longer/shorter*/

* html #content {
	height: 670px; /*For IE6 and below only*/
}

#content {
	position: relative;
	min-height: 670px;
}

#box a {
	color: #000000;
	text-decoration: underline;
	
}
#box a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#663366;
}




/*General Styles */
.title {
	font-size: 1.3em;
	font-weight: bold;
	margin:0px;
}

h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin:0px;
	}

.relative {
	position: relative;
}

/*Header*/
#header {
	height: 51px;
	text-align: left;
	background: url(../images/top_right.gif) no-repeat top right;
	/*FOR IE6*/
	overflow: hidden;
}

#headerbg {
	background: #800099;
	margin: 0 20px;
	height: 51px;
}

#clouds {
	position: relative;
	background: url(../images/clouds.gif) no-repeat;
	margin: 0 0 10px 0;
}

#tagtitle {
	position: relative;
	float: left;
	width: 350px;
	height: 108px;
	padding: 0px 0 0 10px;
}

h1 {
	color: #ffffff;
	font-size: 36px;
	z-index: 1;
}


#tagline {
	height: 140px;
	background: url(../images/top_lower_right.gif) no-repeat top right;
	color: #666666;
	font-weight: bold;
	font-size: 0.75em;
	padding: 8px 0 0 0;
	text-align: center;
}

#menu {
	position: absolute;
	top: -53px;
	left: 0;
	font-size:0.9em;
	color:#FFFFFF;
	margin: 0;
	padding: 0;
	font-weight: bold;
	width: 710px;
}

#menu li {
	display: inline;
	list-style-type: none;
	border-left: 1px solid #ffffff;
	padding: 0 3px 0 8px;
}
#menu li.first {
	border: none;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}


/*Boxes*/

.main-column {
	position: relative;
	padding-left: 180px;
}

/* Left Navigation Box */

.navigation {
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: 40px;
	z-index: 1;
}

#information {
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #000000;
}
#information li {
	padding: 1px 0;
}

#information a {
	color: #000000;
	text-decoration: none;
}
#information a:hover {
	text-decoration: underline;
}
.info_box{
	width: 160px;
	padding-bottom: 16px;
}
.info_box a:hover{
	text-decoration: underline; 
}
.info_top {
	height: 14px;
}
.info_top_left {
	float: left;
	width: 14px;
	height: 14px;
	background: url(../images/info_top_left.gif);
	/*For IE6 */
	font-size: 1px;
}
.info_top_center {
	background: #F0F0F0 url(../images/info_top.gif);
	padding: 0 14px 0 15px;

	/*For IE6 */
	line-height: 14px;
}
.info_top_right {
	float: right;
	width: 15px;
	height: 14px;
	background: url(../images/info_top_right.gif);
	/*For IE6 */
	font-size: 1px;
}

/* OLD CODE
.info_center {
	background: #F0F0F0 url(../images/info_right.gif) repeat-y top right;
	padding: 0 15px 11px 11px;
	color:#333333;
	font-size:12px;
	font-weight: normal;
}
*/

.info_bottom {
	height: 19px
}
.info_bottom_left {
	float: left;
	width: 11px;
	height: 19px;
	background: url(../images/info_bottom_left.gif);
	/*For IE6 */
	font-size: 1px;
}

/*  OLD CODE
.info_bottom_center {
	background: #CBE5FF url(../images/info_bottom.gif);
	padding: 0 11px 0 15px;
	line-height: 19px;
}
*/

/* New Code below*/
.info_center {
padding: 0 15px 0px 11px;
background: #F0F0F0 url(../images/info_right.gif) repeat-y top right;
	color:#333333;
	font-size:12px;
	font-weight: normal;
	line-height: 14px;

}
.info_bottom_center {
background: #F0F0F0 url(../images/info_bottom.gif);
}




.info_bottom_right {
	float: right;
	width: 15px;
	height: 19px;
	background: url(../images/info_bottom_right.gif);
	/*For IE6 */
	font-size: 1px;
}
.info_title {
	font-size:1.2em;
	font-weight:bold;
	text-align: center;
}

/* White Display Panels - this needs attention*/

.disppanel {
	width: 100%;
	background-color:#FFFFFF;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

.disppaneldisplay {
 padding: 0 10px 10px 10px;}


/*
#panel {
	width: 100%;
	background-color:#FFFFFF;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

#paneldisplay {
 padding: 0 10px 10px 10px;}
 
 #panel2 {
	width: 100%;
	background-color:#FFFFFF;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

#paneldisplay2 {
 padding: 0 10px 10px 10px;}
 
 #panel3 {
	width: 100%;
	background-color:#FFFFFF;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

#paneldisplay3 {
 padding: 0 10px 10px 10px;}
 
 #panel4 {
	width: 100%;
	background-color:#FFFFFF;
	border:solid;
	border-color:#CCCCCC;
	border-width:1px;
}

#paneldisplay4 {
 padding: 0 10px 10px 10px;}
*/

/* Central Box */

#box {
	width: 100%;
}
#box2 {
	width: 100%;
}


#homeboxleft {
	float: left;
	width: 49%;
	margin: 0 0 0 0;
}

#spacerboxleft {
	padding-right: 5px;
}

#homeboxright {
	float: left;
	width: 50%;
	margin: 0 0 0 0;
}

#spacerboxright2 {
	padding-left: 5px;
}
#homeboxright2 {
	float: left;
	width: 50%;
	margin: 0 0 0 0;
}

#spacerboxright {
	padding-left: 5px;
}

#spacerboxright a {
	color: #000000;
	text-decoration: underline;
	
}
#spacerboxright a:hover {
	text-decoration: none;
	color:#FFFFFF;
	background-color:#663366;
}

.content_top {
	height: 12px;
}
.content_top_left {
	float: left;
	width: 11px;
	height: 12px;
	background: url(../images/content_top_left.gif);
	/*For IE6 */
	font-size: 1px;
}
.content_top_center {
	background: #CBE5FF url(../images/content_top.gif);
	padding: 0 21px 0 15px;
	/*For IE6 */
	line-height: 12px;
}
.content_top_right {
	float: right;
	width: 15px;
	height: 12px;
	background: url(../images/content_top_right.gif);
	/*For IE6 */
	font-size: 1px;
}
.content_center {
	background: #CBE5FF url(../images/content_right.gif) repeat-y top right;
	padding: 1px 15px 11px 11px;
	color:#333333;
	font-size:12px;
	font-weight: normal;
}
.content_bottom {
	height: 19px
}
.content_bottom_left {
	float: left;
	width: 11px;
	height: 19px;
	background: url(../images/content_bottom_left.gif);
	/*For IE6 */
	font-size: 1px;
}
.content_bottom_center {
	background: #CBE5FF url(../images/content_bottom.gif);
	padding: 0 11px 0 15px;
	line-height: 19px;
}
.content_bottom_right {
	float: right;
	width: 15px;
	height: 19px;
	background: url(../images/content_bottom_right.gif);
	/*For IE6 */
	font-size: 1px;
}

.main_box {
	width: 160px;
	margin: 0 0 0 auto;
	padding-bottom: 16px;
}

.main_box_left {
	margin: 0 auto 0 0;
}

/* Clear floats and add space */
#clearfloats {
	height: 20px;
	clear: both;
}

/*Footer*/
#footer {
	position: relative;
	height: 78px;
	color: #ffffff;
	line-height: 1.1;
	font-size: 0.9em;
	clear: both;
}
#footer a {
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 78px;
	background: url(../images/bottom_left.gif);
}
#footer-center {
	margin: 0 25px;
	height: 70px;
	background:url(../images/bottom_middle.gif);
	padding: 8px 0 0 0;
	text-align: center;
}
#footer-right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 25px;
	height: 78px;
	background: url(../images/bottom_right.gif);
}

.right { float:right;
padding:0px 5% 8px 12px;
}

.right40 { float:right;
padding:0px;
}

.left { float:left;
padding:0px 12px 8px 5%;
}

.pagefooter {

	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #663366;
	text-decoration:none;
}

.pagefooter a {

	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #663366;
	text-decoration:none;
}

.pagefooter a:hover {

	font-family: Verdana, Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;	
	color: #663366;
	text-decoration:underline;
}

.bigred {
	color: #FF0000;
	font-weight: bold;
	}
	
table {background-color:#FFFFFF;}	
.tblTitle {
	padding-left:4px;
	font-family: Verdana, Arial;
	font-size: 13px;
	font-style: normal;
	color: #C0C0C0;
	font-weight: bold;
	background-color:#663366;
}

.copyright
{font-size: 8px;
color:#666666;}



#apDiv1 {
	position:absolute;
	width:127px;
	height:103px;
	z-index:1;
	left: 343px;
	top: 1px;
}

.red {color:#FF0000; font-weight:bold;}
