﻿/*********************************
********* Overall styles *********
*********************************/

html, body {
} 

p { margin-top: 8px;
}

.bodywrapper a:link {
	color: #003366;
	text-decoration: none;
	border-bottom: 1px #0058B0 solid;
	border-bottom-color: rgba(0, 51, 102, 0.6);
}

.bodywrapper a:visited {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px #0058B0 solid;
	border-bottom-color: rgba(0, 51, 102, 0.6);
}

.bodywrapper a:hover {
	color: #003366;
	background-color: #F7F4F0;
}

body {
	background: #FFFFFF url('../images/Backgrad3.png') repeat-x;
	background-position: 0% 0;	margin: 0;
	padding: 0;
}

/* Divs for backgrounds with shadows around boxes */
.bodywrapper {
	margin: 0 auto;
	width: 974px;
	position: relative;
	top: -30px;
	z-index: 1;
	padding-top: 0px;
	background: transparent url('../images/homepagetop.png') no-repeat top;
}

.bodywrapper2 {
	position: relative;
	float: left;
	background: url('../images/mainbackclear4c.png') repeat-y left;
	margin-top:9px;
	margin-bottom:0px;
}

.bottomwrap {
	position: relative;
	float: left;
	background: transparent url('../images/homepagebottom.png') no-repeat bottom;
	width: 974px;
	margin: 0;
	padding: 0 0 9px 0;
	height:0px;
}
	
/* Divs for side menu */

#boxforsidemenu {
	position: relative;
	float: left;
	width: 167px;
	border: 0px;
	margin: 0;
	vertical-align:top;
	z-index: 201;
}
#bottomofsidemenu {
	width: 170px;
	border: 0px;
	margin: 0;
}

/* Divs for Main Content area */
.mainarea {
	position: relative;
	float: left;
	margin: 0 auto;
	width: 807px;
	z-index: 200;
}

.wrappadding {
	padding: 10px 10px 0 10px;
	width: 777px;
	position: relative;
	float: left;
	background: white ;
}


/* Formatting of content */

h1 {
	padding: 2px 10px 2px 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	font-family: Georgia;
	font-size: 1.313em;
	color: #003366;
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
	background: #FFFFFF;
	width: 777px;
}

.BorderAndSmallText {
	margin: 0;
	padding: 0px;
	font-size: .675em;
	font-family: Verdana;
	line-height: 16px;
	width: 777px;
	position:relative;
	float:left;
}
.greyborder {
	background: white url(../images/boxgrad1.png) repeat-x scroll center top;
	border: 1px #C0C0C0 solid;
	padding: 10px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
/*	behavior: url(../styles/border-radius2.htc);   */
	margin-bottom: 9px;
	width: 754px;
	min-height: 100px;
	color: black;
	position: relative;
	float: left;
}

.hideline {
	visibility:hidden;
	height:1px;
	border:0;
	margin:0;
}

.ListTitle {
	font-weight: bold;
	padding: 4px 2px 0px 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
.listinpage {
	margin-bottom: 10px;
	margin-top: 6px;
}
.notopbottom {
	margin-bottom: 3px;
	margin-top: 0px;
}
.listitem {
	margin-bottom: 3px;
	margin-top: 0px;
	padding-left: 1px;
}

.style1 {
	font-family: Verdana;
	font-size: .625em;
}

.style2 {
	font-family: Calibri;
	font-size: 12pt;
}
	
.style3 {
		text-align: center;
		font-family: Georgia;
		font-size: medium;
	}
.style4 {
	font-size: large;
	line-height: 22px;
	font-family: Verdana;
}

.style5 {
	font-size: 10pt;
	font-family: Verdana;
	margin-bottom: 0;
}

.style6 {
	font-size: 1.125em;
	font-family: Verdana;
}

.APLStext {
	font-size: 1.125em;
	font-family: Verdana;
	border-top: 2px #F0F0F0 solid;
	border-bottom: 2px #F0F0F0 solid;
	margin-bottom:7px;
}

.center {
	text-align:center;	
}


/*********************************
************* Footer *************
**********************************/
#footer {
	text-align: center;
	width: 974px;
	height: 20px;
	clear: both;
	line-height: 20px;
	font-family: Verdana;
	font-size: 0.55em;
	color: #000000;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}


* html .post{
	height:1%
}