/* CSS Document */

body {
	margin: 0px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align:center;
	min-width: 700px;
	background-color:#8295B0;
	/*background-color:#566D9A;
	background-color: #B2255E;*/
}

#wrapper {
	width:760px;
	text-align:left;
	position:relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	border-left: 2px solid #CBD3E2;
	border-right: 2px solid #CBD3E2;
}

#banner {
	height: 100px;
	border-bottom: 1px solid #8295B0;	
}

#menu 	{
	height: 25px;
	width: 760px;
	border-bottom: 1px solid #8295B0;	
	position:relative;	
}

#messagehome {
	margin:0;
	font-size:1.1em;
	float:right;
	width: 247px;
	position: absolute;
	top: 176px;
	left: 445px;
}

#contenthome {
	padding:10px;
	font-size: 1.1em;
}

#content {
	padding: 0;
	font-size:1.1em;
	float:left;
	width: 600px;
	background-image: url(images/bg_content.gif);
	background-repeat:repeat-y;
	min-height: 600px;
}

#contenttext {
	padding:7px;
}

#leftpanel {
	float:left;
	width:160px;
}

#submenu {
	float:right;
	width: 160px;
	border-left:1px solid #8295B0;
	border-bottom:1px solid #8295B0;
	padding-top: 7px;
	padding-left: 7px;
	margin-left: 5px;
	margin-bottom: 30px;
}

#footer {
	text-align:center;
	clear: both;
	color:#666666;
	width: 100%;
	border-top: 1px solid #8295B0;
	height:48px;
	background-color:#F2F4F7;
	padding-top: 2px;
	border-bottom: 2px solid #CBD3E2;
}

#title 	{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8295B0;
	font-size: 1.6em;
	border-bottom:1px solid #8295B0;
	margin-top: 7px;
	padding:3px 3px 3px 6px;
}

td.menuspace {
	display:block;
	height: 5px;
}

div.left {
	float:left;
	width: 50%;
	clear:right;
}

div.right {
	float:right;
	width:50%;
	clear:right;
}

/* text styles */

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #8295B0;
	font-size: 1.4em;
}

h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.2em;
	margin-bottom:0;

}
h4 {
	font-size: 1.1em;
	margin-bottom:0;
}

h5 {
	font-size: 1.1em;
	font-style:italic;
}

h6 {
	font-size: 1.1em;
	font-style:italic;
	font-weight:normal;
}

table {
	font-size:1em;
}

th {
	text-align: left;
}

ul {
	list-style-type: circle;
	margin-top: 3px;
	list-style-position:outside;
	margin-left: 10px;
	padding-left:5px;
}

#submenu ul
	{
	margin: 3px 3px 3px 18px;
	padding: 0;
	list-style-position: outside;
	list-style-image: url(images/li.gif);
}

#submenu a, #submenu a:visited {
	font-weight:normal;
}

.featurebox {
	border:1px solid #B2255E;
	background-color: #F4CADB;
	width: 300px;
	height:auto;
	padding: 5px;
	margin-left: 90px;
}

.featurebox2 {
	border:1px solid #8295B0;
	background-color:#F2F4F7;
	width: 450px;
	height:auto;
	padding: 8px;
	margin-left: 5px;
	line-height: 1.6em;
	margin: 1% auto;
}

.featurebox2 a:link, .featurebox2 a:visited {
	font-weight:normal;
}

hr {
	color:#8295B0;
	border: 1px solid #8295B0;
}

.submenutitle {
	color:#8295B0;
	font-weight:bold;
	margin: 2px 2px 2px 2px;
}

h3.subjectheading {
	background-color:#F2F4F7;
	display:block;
	margin-right:5px;
	padding:3px 1px 3px 1px;
	color:#333333;
}

/* Link Styles */

a:link {
	color:#B2255E;
	text-decoration: none;
	font-weight:bold;
}

a:visited {
	color:#B2255E;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color:#71173C;
	text-decoration: underline;
}

a:active {
	color:#FFFFFF;
	background-color:#B2255E;
	text-decoration: none;
}

/* Popup Menu Styles */

#p7snapsubs1, #p7snapsubs2, #p7snapsubs3 {
	position: absolute;
	width: auto;
	top: 26px;
	font-size: 12px;
	visibility: hidden;
	background-color: #FFFFFF;
}

#p7snapsubs1 {left: 49px;}
#p7snapsubs2 {left: 136px;}


.p7submenus p {margin: 0;}

.p7submenus a, .p7submenus a:visited {
	display: block;
	padding: 3px 8px 3px 8px;
	background-color: #f0f2f7;
	color: #B2255E;
	text-decoration: none;
	border-bottom: 1px solid #8295B0;
	border-left: 1px solid #8295B0;
	border-right: 1px solid #8295B0;
	font-weight:normal;
}

.p7submenus a:hover, .p7submenus a:active, .p7submenus a:focus {
	background-color: #B2255E;
	color: #FFFFFF;
	border-top: #C5A996;
	text-decoration: none;
	font-weight:normal;
}

/* Other styles */

img.featureimage {
	padding: 5px;
	margin: 0 5px 5px 5px;
	border: 1px solid #666666;
}

table {
	border-collapse:collapse;
}
th {
	background-color:#F2F4F7;
	text-align:left;
	font-size: 1.2em;
}

.rowborder {
	border-bottom: 1px solid #D8DEE7;
}

.featuretable {
	border: 1px solid #D8DEE7;
}
