/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: url(../images/back_all.gif) repeat-x top #497c87;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


#contmain {
	width: 765px;
	margin: 0 auto;
	background: #ffffff;
}

h1, h2, h3 {
	color: #315d66;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #315d66;
}


h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #315d66;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #315d66;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #315d66;
}


#main {
	width: 765px;
	border-left: 10px solid #ffffff;
	border-right: 10px solid #ffffff;
	margin: 0 auto;
	background: #ffffff;
}

/* Header */

#header {
	width: 765px;
	margin: 0 auto;
	background: #ffffff;
}

#menu {
	float: left;
	height: 65px;
	width: 700px;
	padding-left: 65px;
	background: #ffffff url(../images/menu.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 40px;
	width: 100px;
	text-decoration: none;
	font-size: 14px;
	padding-top: 25px;
	font-weight: bold;
	color: #315d66;
	text-align: center;

}

#menu a:hover {
	color: #000000;
	background: url(../images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 765px;
	height: 200px;
	margin: 0 auto;
	background: url(../images/header.jpg);
	text-align: left;
}


#logo h1 {
	padding-top: 75px;
	padding-left: 20px;
	color: #315d66;
	font-size: 2em;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 765px;
	background: url(../images/table_back.gif) repeat-x;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 530px;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content H4 a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #315d66;
}

#content p {
line-height: 20px;
}

#content .box {
	border: 1px solid #315d66;
	width: 745px;
	margin-bottom: 20px;
}

#content .box2 {
	border: 1px solid #ffffff;
	background: #ffffff url(../images/box_back.gif) repeat-x top;
	width: 723px;
	padding: 10px;
}

	#content .box2 h4 {
		margin-bottom: 10px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		color: #315d66;
	}

	#content .box2 p {
		margin-bottom: 10px;
	}

.date {
	text-align: right;
	color: #918E48;
	font-size: 11px;
}

.date a {
	color: #918E48;
}



/* Sidebars */

.sidebar {
	float: left;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 {
	width: 218px;
	padding-top: 20px;
}

#sidebar2 li h2 {
	background: url(../images/title.gif) no-repeat left top;
	height: 30px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 li ul {
	line-height: normal;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#sidebar2 li li {
	padding: 5px;
	background: url(../images/small.png) no-repeat left;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



#bottom {
}

/* Footer */
#footer {
	padding-top: 20px;
	border-top: 5px solid #315d66;
	height: 50px;
	width: 765px;
	background: url(../images/table_back.gif) top repeat-x;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFFFFF
}