@charset "UTF-8";

body {
	font-family:  sans-serif;
	height: 100%;
	background-color: #646D7E;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div#main {
	margin: 0 auto 0 auto;
	width: 950px;
	height: 100%;
}

div#top {
	width: 950px;
	background-color: transparent;
	margin: 4px 0 4px 0; 
}
div#top a:hover {
	text-decoration: underline;	
}

div#top a {
	font-size: 13px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

div#top div#top_left {
	float:left;	
}

div#top div#top_right {
	float:right;
	text-align: right;	
}

div#header {
	width: 950px;
	background-color: #444444;
	padding: 10px 0 10px 0px;
	text-align: center;
}

div#header span{
	font-size: 17px;
	color: 	#ECD672;
	font-weight: bold;
}

div#header img{
	border:none;
}

div.clear {
	width: 950px;
	height: 1px;
	clear: both;
	background-color: transparent;
}

div#main_menu {
	width: 946px;
	background-color: #888888;
	padding: 10px 0 0 4px;
	height: 24px;
}

div#main_menu span {
	font-size: 13px;
	padding: 5px 7px 6px 7px;
	padding-bottom: 11px;
	background-color: #b7bbc3;
	color: #333333;
	font-weight: bold;
		
}

div#main_menu a {
	font-size: 13px;
	padding: 5px 7px 6px 7px;
	background-color: #444444;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div#main_menu a:hover {
	text-decoration: underline;
	background-color: #7E2217;
}

div#content {
	width: 950px;
	background: url("images/bgr_content.gif") repeat-x;
	background-color: #f6fdfe;
}

div#content_int {
	margin: 10px;
}

div#footer {
	width: 950px;
	height: 30px;
	text-align: center;
	background-color: #444444;
	padding: 5px 0 0 0;
	font-size: 11px;
}

div#footer span {
	color: #dddddd;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #dddddd;
	padding: 3px;
}

div#breadcrumb, div#text_content div.head, div#text_content div.head2, div.coll_head {
	height: 20px;
	border-bottom: 1px #646D7E solid;
	padding:3px 0 0 5px;
	font-size: 15px;
	font-weight: bold;	
		
}

div#breadcrumb {
	font-size: 13px;
	float: left;
	background-color: #95B9C7;
	border: 1px #646D7E	 solid;
	width: 195px;
	overflow: hidden;
}

div#breadcrumb a:hover{
	text-decoration: underline;
}
div#breadcrumb a{
	color: #ffffff;
	text-decoration: none;
}

div#text_content {
	float: left;
	width: 717px;
}

div.text_box {
	border: 1px #646D7E solid;
	margin: 0 0 5px 0;
}

div#text_content div.head {
	background: url("images/bgr_box_head_violet.gif") repeat-x;
	color: #ffffff;
}
div#text_content div.head2 {
	background: url("images/bgr_box_head_darkred.gif") repeat-x;
	color: #ffffff;
}
div#text_content div.body {
	min-height: 157px;
	padding: 10px;
	background-color: #dddddd;
}

div#coll {
	float: right;
	width: 200px;
	margin: 0 0 0 0;
}

div.coll_head {
	border: 1px #646D7E	 solid;
	background: url("images/bgr_box_head_darkblue.gif") repeat-x;
/*	background-color: #566D7E; */
	color: #ffffff;
}

div.coll_body {
	border: 1px #646D7E	 solid;
	border-top: none;
	min-height: 150px;
	margin-bottom: 5px;
	padding: 6px;
	background-color: #dddddd;
}

div.coll_body a {
	text-decoration: none;
	color: blue;
	display: block;
	margin-bottom: 3px;
}

div.coll_body a:hover {
	text-decoration: underline;	
	color: fuchsia;	
}

.colored {
	background-color : #ECD672;
}
.colored_triangle {
	background: url("images/triangle.gif") no-repeat;
}
.colored_triangle_b {
	background: url("images/triangle_b.gif") no-repeat right bottom;
}

#gallery img {
	margin-bottom: 10px;
}