﻿@import url('layout.css');
body {
	font-family: "Times New Roman", Times, serif;
/*	color: #7E2E49; 8*/
	color: #0000C4;	
	font-size: 14pt;
	background-image: url('../images/Background/texture_05.jpg');
	background-repeat: repeat;
}
#masthead {
	
	background-position: center;
	width: 100%;
	padding-top:20px;
	height: 160px;
/*	overflow: auto; */
	text-align: center;
	background-color: transparent;
	background-image: url('../images/logos/background_1534x180_flipped.jpg');
	background-repeat: no-repeat;
}

#mastheadcenter {
	border-radius: 10px;
	background-position: center;
	width: 1024px;
	margin: 0 auto;
	padding-top: 15px;
	background-color: transparent;
	background-image: url('../images/Background/transparent_white/White-01-Trans-50pc.png');
	background-repeat: repeat;
	height: 120px;
	padding-top: 20px;
}
#page_content {
	height: auto;
	
}
#container {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-left: thin solid #CCCCCC;
	border-right: thin solid #CCCCCC;
	border-bottom: thin solid #CCCCCC;
	background-position: right top;
	width: 1024px;
	margin: 0 auto;
	background-color: white;
	font-family: "Times New Roman", Times, serif;
/*	color: #7E2E49; 8*/
	color: #0000C4;	
	border-top-color: #CCCCCC;
	border-top-width: thin;
}
#buttonsarea {
	width:900px;
	float:right;
	padding-right:50px;
	height: 20px;
	background-color: transparent;
}
#navigation {
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	width: 1024px;
	background-color: transparent;
	position: relative;
	padding:0;
	clear: both;
	display: inline;
	height: 20px;
}
#sidebar {
	float: left;
	width: 140px;
	background-color: transparent;
	position: relative;
	clear: both;
	display: inline;
	padding-top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;

}
#content {
	background-position: right top;
	float: right;
	width: 840px;
	padding: 5px 15px 15px 15px;
	overflow: auto;
	background-color: transparent;
	margin: 0px;
	background-image: url('../images/Background/transparent_white/white-trans-background-1024-60.png');
	background-repeat: no-repeat;
	height: auto;
}
#column_left {
	float: left;
	height: auto;
	width: 630px;
}
#column_right {
	border-left: 1px solid #E3DFE2;
	float: right;
	height: auto;
	width: 200px;
}

#content img {
/*	margin: 0px auto 0px auto;
	display: block; */
}
#footer {
	clear: both;
	width: 1024px;
	background-color: transparent;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color:azure;
}

/* Horizontal Navigation Bar */
#navigation ul {
	padding: 0px;
	height: 20px;
	text-align: center;
	background-color: #7E2E49;
}

#navigation ul li {
	display: inline;
	float: left;
	width: 110px;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	height: 20px;
}

/* Horizontal Navigation Line item */
#navigation ul li a {
	background-color: #7E2E49;
	color: #FFFFFF;
	line-height: 20px;
	width: 135px;
	display: block;
	padding-left: 8px;
}

/* Horizontal Navigation Bar Alpha*/

#navigation ul li ul {
	visibility: hidden;
	height: 20px;
	line-height: 20px;
	float: left;
}


/* Horizontal Navigation Bar Alpha Hover Over*/

#navigation ul li a:hover {
	background-position: left top;
	background-color: #666666;
	background-repeat: no-repeat;
	font-size: small;
	height: 20px;
	line-height: 20px;
}

/* Horizontal Navigation Sub menu item*/
#navigation ul li ul li a {
	background-color: #B9533A;
	font-size: small;
	height: 20px;
	float: left;
	text-align: left;
	padding-left: 4px;
}

/* Horizontal Navigation Sub menu item hover over*/
#navigation ul li ul li a:hover {
	background-position: right top;
	border-style: solid;
	border-width: 1px;
	background-color: white;
	color: #0000FF;
	font-size: x-small;
	font-weight: bold;
	font-style: italic;
	font-variant: small-caps;
	text-transform: none;
}
/* Horizontal Navigation Hover over top menu item for dropdown */

#navigation ul li:hover ul {
	visibility: inherit;
}


/* Styles for sidebar */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-width: n;
	border-style: none;
	display: block;
	}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
/*	color: #7E2E49; 8*/
	color: #0000C4;	display: block;
	padding: 5px;
	border-bottom: 1px solid #f9f9f9;
}
#sidebar a:hover {
	background-position: right top;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom: 1px solid #f9f9f9;
	background-color: darkred;
}
/* Styles for Footer */
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
#footer a {
	color: #333;
	text-decoration: underline;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}

#bookmarklink {
	color: #7E2E49;
	text-decoration: none;
}

#bookmarklink a {
	color: #7E2E49;
	text-decoration: none;
}

a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
h1 {
/*	color: #7E2E49; 8*/
	color: #0000C4;
	text-align: center;
}
h2 {
/*	color: #7E2E49; 8*/
	color: #0000C4;
}
h3 {
/*	color: #7E2E49; 8*/
	color: #0000C4;
}
h4 {
/*	color: #7E2E49; 8*/
	color: #0000C4;
}
h5 {
/*	color: #7E2E49; 8*/
	color: #0000C4;
}
h6 {
/*	color: #7E2E49; 8*/
	color: #0000C4;
}



