body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	text-decoration: none;
	background-color: #8C8C8C;
	margin:0;
	padding:18px;
}
#main {
	width:739px;
	margin:auto;
	
}
#main-inner {
	/*margin:0 21px 16px 21px;*/
	padding:0 17px 27px 27px;
	min-height:200px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-main-bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#main-inner-left {
	width: 470px;
	display:block;
	float:left;
	line-height:18px;
	
}
#main-inner-right {
	width: 210px;
	display:block;
	float:right;
	border-left:1px solid #C8C8C8;
	text-align:right;
	padding-top:10px;
	padding-left:10px;
}
#main-inner-right p {
	color:#164365;
	font-weight:bold;
	font-family: "Microsoft Sans Serif";
	font-size: 10px;
	padding-right:7px;
}
#logo {
	width:739px;
	height:97px;
	background-color: #FFFFFF;
	background-image: url(../images/bg-logo-top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom:1px solid #C8C8C8;
}
#mainphoto {
	height:211px;
	background-color: #FFFFFF;
	border-bottom:1px solid #C8C8C8;
	padding:1px 0 1px 0;
}
h1, h2, h3, h4, h5, h6 { margin: 15px 0; }
p, ol { margin: 15px 0; }

div#navbar {
	width: 510px;
	display:block;
	float:right;
	text-align:right;
	padding-top:75px;
}
div#navbar ul {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F6F6F;
	white-space: nowrap;
	font-weight: bold;
}
div#navbar li {
	list-style-type: none;
	display: inline;
}
div#navbar li a {
	text-decoration: none;
	padding: 0 3px 0 0;
	color: #666666;
	display:block;
	float:left;
	width:81px;
	height:22px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg-button2.gif);
	background-repeat: no-repeat;
	text-align:center;
	line-height:22px;
}
div#navbar li a:link {
	color: #5288B3:
}
div#navbar li a:visited {
	color: #5288B3;
}
div#navbar li a:hover {
	color: #6F6F6F;
	text-decoration:none;
}
.clear {
	clear:both;
}
#footer {
	clear:both;
	font-size: 10px;
	color:#FFFFFF;
	text-align:center;
	padding:12px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.highlight {
	color:#164365;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
}
.highlight a, .highlight a:visited {
	color:#164365;
	text-decoration:none;
	text-indent:20px;
}
.highlight a:hover {
	color:#6F6F6F;
	text-decoration:underline;
	text-indent:20px;
}
a, a:visited {
	color:#164365;
	text-decoration:underline;
}
a:hover {
	color:#6F6F6F;
	text-decoration:none;
}
h1 {
	font-family: "Microsoft Sans Serif";
	font-size: 16px;
	color: #164365;
	font-weight:bold;
}

h2 {
	font-family: "Microsoft Sans Serif";
	font-size: 12px;
	color: #164365;
	font-weight:bold;
}
.sidePanelItem div{
padding-top:5px;
padding-bottom:5px;
font-family: "Microsoft Sans Serif";
font-weight:bold;
font-size:12px;
text-align:center;
}

.sidePanel{
width:210px;
	
	 background-color:#EEEEEE;
	margin-bottom:20px;
}


.sidePanelItem {

	margin:0px 6px 4px 6px;
	padding:0px 3px 4px 0px;
	
	border-bottom-color:#999999;
	border-bottom-width:thin;
	color:#333333;
}
.panelFooter {
	background-image:url();
	height:10px;
	padding:0px;
	margin:0px;
	background-repeat:no-repeat;
	background-color:#ffffff;
	}
	
		.panelHeader {
	background-image:url(../images/PanelTop1.gif);
	color:#FFFFFF;
	font-size:13px;
	height:20px;
	padding:4px 4px 2px 6px;
	}
	

div#main-inner-left ul {
list-style:none;
}
div#main-inner-left li {
	margin-bottom: 5px;
	background-image:url(../images/arrow.jpg);
	background-position:0px 8px;
	background-repeat:no-repeat;
	line-height: 25px;
	font-size: 13px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}

div#galleryP ul {
list-style:none;
}
div#galleryP li {
list-style:none;
background-image:none;

}

table {
		border-collapse:collapse;
		background:#EAEAEA;
		border-left:1px solid #686868;
		border-right:1px solid #686868;
		border-bottom:1px solid #686868;
		border-top:1px solid #686868;
		font:1.1em/145% 'Trebuchet MS',helvetica,arial,verdana;
		color: #333333;
		text-align:left;
}

td, th {
		padding:5px;
}

caption {
		padding: 0 0 .5em 0;
		text-align: left;
		font-size: 1.4em;
		font-weight: bold;
		text-transform: uppercase;
		color: #333;
		background: transparent;
}

/* =links
----------------------------------------------- */

table a {
		color:#950000;
		text-decoration:none;
}

table a:link {}

table a:visited {
		font-weight:normal;
		color:#666;
		text-decoration: line-through;
}

table a:hover {
		border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

thead th, tfoot th, tfoot td {
		background:#ffffff;
		color:#fff
}

tfoot td {
		text-align:right
}

/* =body
----------------------------------------------- */

tbody th, tbody td {
		border-bottom: dotted 1px #333;
}

tbody th {
		white-space: nowrap;
}

tbody th a {
		color:#333;
}

.odd {}

tbody tr:hover {
		background:#fafafa
}

.picture{
border: 1px solid #666666;
}
#galleryP{
height:180px;
}
.galleryP {
	  
 	FLOAT: left; 
 
 
	 
	 PADDING-BOTTOM: 10px;
	padding-left:0px;
	padding-right:10px;
	 
	POSITION: relative; 
	
	background-image:none;
}
