/*layout presentation*/

body {
	margin: 0;
	text-align: center;
	width: 100%;
	padding: 0;
	background-color: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}

#container {
	width: 728px;
	text-align: left;
	color: black;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}

#header {
	width: 728px;
	text-align: center;
	}
	
#navbar {
	text-align: center;
	vertical-align: bottom;
	}

#masthead {
	background-image: url(../_images/masthead.jpg);
	background-repeat: no-repeat;
	height: 239px;
	width: 728px;
	}

#main {
	margin-top: 20px;
	width: 728px;
	}

#sidebar {
	float: left;
	width: 180px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}

#sidemenu {
	width: 160px;
	min-height: 300px;
	background-image: url(../_images/bg_sidemenu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	}
#sidebar_right {
	float: right;
	width: 180px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	}

#sidemenu_right {
	width: 160px;
	min-height: 300px;
	background-image: url(../_images/bg_sidemenu.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	}	

#content {
	width: 350px;
	background-color: #ffffff;
	margin: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	min-height: 370px;
	}

#footer {
	width: 100%;
	text-align: center;
	color: #e8e595;
	border-bottom: 1px solid #b9d2e3;
	margin-top: 30px;
	padding-top: 20px;
	padding-bottom: 30px;
	clear: both;
	background-image: url(../_images/bg_footer.jpg);
	background-color: #40627c;
	background-repeat: repeat-x;
	}

/* text presentation */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.3em;
	font-weight: lighter;
	color: #d0a825;
	padding-top: 0px;
	letter-spacing: normal;
	}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #40627c;
	font-weight: bold;
	letter-spacing: normal;
	}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #40627c;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: lowercase;
	text-decoration: underline;
	}

h4 {
	color: #d0a825;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	}	

#navbar li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: center;
	}

.sidemenudate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #d0a825;
	}

.sidemenutitle {
	font-weight: bold;
	}

/* links presentation */

a {
	color: #26393d;
	}

a: hover {
	color: #d0a825;
	}

.bevelmenu {
	margin: 0;
	width: 100%;
	background-color: #ffffff;
	text-align: center; /*set value to "right" for example to align menu to the right of page*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	line-height: 25px;
	word-spacing: 0.5em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	}

.bevelmenu li{
	list-style: none;
	display: inline;
	}

.bevelmenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: black;
	background-color: #ffffff;
	}

.bevelmenu li a:hover {
	background-color: #e8e595;
	color: #40627c;
	}

.bevelmenu li a:visited {
	color: #000000;
	text-decoration: none;
	}

.sidemenu a:link, a:visited {
	color: #40627c;
	text-decoration: underline;
	font-weight: bold;
	}

.footermenu {
	margin: 0;
	width: 100%;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}

.footermenu li {
	list-style: none;
	display: inline;
	}

.footermenu li a {
	padding: 3px 0.5em;
	text-decoration: none;
	color: #ffffff;
	font-weight: normal;
	}

.footermenu li a:hover {
	color: #e8e595;
	}

.footermenu li a:visited {
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
	}

/* image presentation */

.imageright {
	float: right;
	}

.imageleft {
	float: left;
	}