﻿* {
	margin : 0px;
	padding : 0px;
}

body {
	background-color: #ffffcc;
	color: #666666;
	font-family: verdana, sans-serif;
	font-size: 9px;
}

ul
{
    list-style-type:none;
}

a 
{
    text-decoration: underline;
	color: #666666;
}

a:hover
{
    text-decoration: none;
	color: #666666;
}

h2 {
	margin-top: 0px;
	margin-bottom : 10px;
	font-size: 12px;
	font-weight : bold;
}

h3 {
	margin-top: 0px;
	margin-bottom : 10px;
	color: #333333;
	font-size : 11px;
	font-weight : bold;
}

h4 {
	margin-top: 0px;
	margin-bottom : 0px;
	color: #333333;
	font-size : 11px;
	font-weight : bold;
}

h5 {
	margin-top: 0px;
	margin-bottom : 0px;
	color: #333333;
	font-size : 10px;
	font-weight : bold;
	text-align : center;
}

p {
	text-align : left;
	line-height : 13px;
	padding-bottom : 6px;
	float : none;
}

img
{
    border-width: 0px;
}

#page_header {
	margin: 3px auto;
	width : 770px;
}

#page_header span{
	display: none;
}

#page_title {
	float : left;
}

#language_selector {
	float : right;
	text-align:right;
}

ul.gallery li
{
    padding-left: 10px;
    padding-top: 6px;
}

ul.gallery li.nospace
{
    padding-left: 0px;
    padding-top: 3px;
}


ul.gallery li a
{
    text-decoration:none;
}

ul.links
{
    line-height: 2em;
    list-style-type:none;
}

ul.links a
{
    position:relative;
    top:-2px;
    text-decoration:none;
}

ul.links a:hover
{
    text-decoration:none;
}

ul.links img
{
    margin-right: 6px;
}

.HighlightBox {
	margin-top : 13px;
	padding:10px;
	background : #cc6633 url('images/PresentationImage.gif') no-repeat 10px center;
	color : #fff;
}

.HighlightBox .sideimg {
	width : 87px;
	height : 137px;
	border: none;
}

.HighlightBox .content 
{
	padding-left : 95px;
	color : #fff;
}

.HighlightBox a
{
	color : #fff;
	text-decoration: underline;
}

.HighlightBox a:hover
{
    text-decoration:none;
}

/* Menu Style */
#menu_area {
	line-height : 26px;
	float : none;
	clear : both;
	text-align : center;
	vertical-align:middle;
	background-color: #999966;
}

#page_menu {
	margin : auto;
	width : 770px;
	text-align : center;
	font-size: 14px;
	font-weight : bold;
}

#page_menu span {
	margin-left : 20px;
}

#page_menu a {
	color : #ffffcc;
	text-decoration : none;
}

#page_menu a:hover {
	color : #ffffff;
}

/* Main Body Style */

#page_wrapper {
	margin : 0px auto;
	width : 770px;
	text-align : left;
	display : block;
	clear : both;
}

#page_leftcol 
{
    width : 210px;
	float : left;
}

#page_maincol {
	margin-left : 14px;
	width : 546px;
	float : left;
}

.box 
{
    margin-top: 14px;
	overflow : hidden;
	display : block;
	clear : both;
	background-color :  #ffffe7;
}

.box h2 {
	padding : 7px 0px 7px 13px;
	color : #ffffff;
}


#page_leftcol .box {
	border : #55553a 1px solid;
}

#page_maincol .box, #page_onecolumn .box {
	border : #cc6633 1px solid;
}

td.box {
	border : #cc6633 1px solid;
    margin-top: 14px;
	overflow : hidden;
	display : block;
	clear : both;
	background-color :  #ffffe7;
}

td.box h2{
	background-color : #cc6633;
}

#page_maincol .box h2, #page_onecolumn .box h2{
	background-color : #cc6633;
}

#page_leftcol .box h2{
	background-color : #55553a;
}

.boxcontent {
	margin : 10px auto 10px auto;
}

.wrapper {
	margin: 10px;
}

.cover {
	float : left;
	position : static;
	margin-right: 10px;
}

/* Footer style */

#page_spacing {
	clear : both;
	float : none;
	border-top : #ffffcc 5px solid;
}

#page_footer {
	clear : both;
	float : none;
	border-top : #ffffcc 13px solid;
	margin : 0px auto;
	width : 770px;
	height : 21px;
	background-color : #444433;
	font-size : 10px;
	color : #ffffcc;
}

#page_footer #rights {
	padding-top : 3px;
	padding-left : 15px;
	float : left;
}

#page_footer #links {
	padding-top : 3px;
	padding-right : 10px;
	float : right;
	font-weight : bold;
}

#page_footer a {
	color : #ffffcc;
	text-decoration : none;
}

#page_footer a:hover {
	color : #fff;
}

.IndexTitle
{
	color : #55553a;
	font-weight : bold;
}

.IndexItem
{
	color : #cc6633;
}

.IndexItem a
{
	color : #cc6633;
}

.IndexItem a:hover
{
	color : #cc6633;
}

.info {
	text-align: right;
	float : none;
	margin: 3px 10px 0px 10px;
}

/* Special Styles */
.GroupsGalleryTable 
{
    border: #cc6633 1px solid; 
    vertical-align: top;
    width: 33%;
}

