body {
	background: #EEEEEE;
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 100%;
}
h1 {
	font-size: 44px;
	margin: 8px 0 0;
}
h1 .tagline {
	font: italic normal 26px "Times New Roman", Times, serif;
	color: #333;

}
h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
}

p {
	font-size: 11px;
}

.ad {
	font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.body {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.gallerycontent {
	display: block;
	height: 90px;
	width: 165px;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.headfoot {
	background: #FFFFFF;
	color: #000000;
}

.highlight {
	background: #FFFF00;
}

.icapt {
	font: italic 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.inputbox {
	background: #FFFFFF;
	border: solid 1px #CCCCCC;
	padding: 2px;
}

.left {
	float: left;
	margin-right: 6px;
}


.right {
	float: right;
	margin-left: 6px;
}

.righttop {
	background: #FFFFFF;
	border-left: 1px solid #CCCCCC;
	padding: 4px;
}

.thead {
	font: bold 14px Arial, Helvetica, sans-serif;
}

.white {
	color: #FFFFFF;
}
.linkhead {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
}


#search_inner {
	border: 1px solid #3A82B9;
	height: 14px !important;
	height: 16px;
	overflow: hidden;
	padding: 0px;
}

#search_inner .inputbox {
	border: 0;
	color: #C64934;
	font: 11px arial, helvetica, sans-serif;
	padding: 0 3px 0 5px;
}

#search_inner form {
	margin: 0;
	padding: 0;
}

#slidestext {
	font-size: 10px;
	text-align: center;
}
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menulist ul {
	display: none;
	position: absolute;
	width: 240px;
}
.menulist li {
	position: relative;
	list-style-type: none;
}
.menulist a {
	display: block;
	margin: 0;
	text-decoration: none;
}
.menulist ul li{
 font: normal 10px Verdana;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.hor ul{
	left: -1px;
	border: 1px solid #3A82B9;
}
.hor li {
	display: block;
	float: left;
	margin-right: -1px;
}
.hor li, .vert li {
	font: bold 12px Verdana;
}
.hor a {
	border-left: 1px solid #3A82B9;
	padding: 1px 9px;
	color: #FFFF66;
}

.hor ul li {
 float: none;
}
.hor a:hover, .hor a:focus, .vert a:hover, .vert a:focus, .submenu a:hover, .submenu a:focus {
 color: #000;
}
.vert {
	width: 184px;
}
.vert ul, .links ul {
	top: 1px;
	left: 186px;
}
.vert a {
	padding: 2px;
	color: #FFFF66;
} 
.vert li {
	padding-bottom: 1px;
	padding-top: 1px;
}
.vert ul li {
	border-bottom: 0;
}
.links {
	background: #CCF0E1;
	margin-left: 3px;
}
.links a {
	color: #00f;
}
.links a:link {
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
	color: #000;
}
.links li {
	padding: 2px;
 	font: normal 10px Verdana;
}
.links ul li {
	padding-bottom: 1px;
	padding-top: 1px;
	border: none;
	background-color: transparent;
}

.links ul li a {
	color: #FF6;
	padding: 2px;
}
.links ul li a:hover {
	text-decoration: none;
}
.button a  {
	display: block;
	margin: 0;
	text-decoration: none;
	color: #FF6;
	font: bold 12px Verdana;
	padding:1px;
}
.button a:hover {
	color: #FFF;
}

.grey {
	color: #999;
}
.ad {
	color: #009;
}
.dropleft {
	background: url(/graphics/dropleft.png) repeat-y;
}
.dropright {
	background: url(/graphics/dropright.png) repeat-y;
}
#righttop {
		position: relative;
		top: 0;
		left: 0;
		z-index: 2;
	}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .hor ul li {
 float: left;
 width: 100%;
}

* html .hor ul li {
 float: left;
 height: 1%;
}
* html .hor ul a {
 height: 1%;
}
*:first-child+html .vert ul li {
 float: left;
 width: 100%;
}

* html .vert ul li {
 float: left;
 height: 1%;
}
* html .vert ul a {
 height: 1%;
}
/* End Hacks */

.teasers {
	width: 240px;
}.teasers .box {
	border: 1px solid #999;
	margin-bottom: 10px;
}.teasers .nn {
	background-color: #ccf0e1;
}.teasers .an {
	background-color: #e2ccc4;
}.teasers .pn {
	background-color: #baddec;
}.teasers .head a {
	color: #FF6;
	padding-left: 4px;
	text-decoration: none;
	font: bold 12px Verdana, sans-serif;
	line-height: 18px;
	display: block;
	width: 234px !important;
	width: 238px;
}.teasers .head a:hover {
	color: #FFF;
}.teasers .nn .head a {
	background-image: url(/graphics/nn_mnav.jpg);
}.teasers .an .head a {
	background-image: url(/graphics/an_mnav.jpg);
}.teasers .pn .head a {
	background-image: url(/graphics/pn_mnav.jpg);
}.teasers .nn .head a:hover {
	background-image: url(/graphics/nn_mnavh.jpg);
}.teasers .an .head a:hover {
	background-image: url(/graphics/an_mnavh.jpg);
}.teasers .pn .head a:hover {
	background-image: url(/graphics/pn_mnavh.jpg);
}.teasers .body, .teasers h3 {
	padding: 6px 2px;
	margin: 0;
}
