/* Global rules. */

html {
	font-family: Verdana, Arial, sans-serif;
	}

h3 {
	color: #293d71; 
	font-size: large;
	font-weight: bold;
	padding-top: 0.7ex;
	}

h4 {
	color: #293d71; 
	font-size: normal;
	font-weight: bold;
	border-bottom: 2px solid #293d71;
	margin-top: 1em;
	}

h5 {
	color: #293d71;
	font-size: normal;
	font-weight: bold;
	font-style: italic;
	margin-top: 1em;
	}

a {
	color: #293d71;
	font-weight: bold;
	}

#content a img {
	padding-bottom: 3px;
	}

#content a:hover img {
	padding-bottom: 0;
	border-bottom: 3px solid #293d71;
	}


/* Breadcrumbs Rules */

div.breadcrumbs {
	font-size: x-small;
	}

div.breadcrumbs a {
	text-decoration: none;
	}

div.breadcrumbs a:hover {
	text-decoration: underline;
	}



/* Main Block Rules */

#main {
	border-bottom: 1px solid #666;
	}



/* Logobar Rules */

#logobar {
	border-bottom: 5px solid #369;
	}



/* Section Switcher Rules */

#sectSwitch {
	border-bottom: 1px solid #666;
	position: absolute;
	right: 0px;
	top: 0px;
	}

#sectSwitch a {
	border-left: 1px solid #666;
	border-right: 9px solid #fff;
	display: block;
	float: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	padding-left: 1ex;
	padding-right: 1ex;
	}

#sectSwitch a.langswitch {
	color: #888;
	}

#sectSwitch a.langswitch:hover {
	color: #000;
	}

#sectSwitch a.visitors {
	color: #293d71;
	}

#sectSwitch a.visitors:hover {
	border-right-color: #336699;
	}

#sectSwitch a.youth {
	color: #66ae24;
	}

#sectSwitch a.youth:hover {
	border-right-color: #66ae24;
	}

#sectSwitch a.members {
	color: #ff6804;
	}

#sectSwitch a.members:hover {
	border-right-color: #ff6804;
	}



/* Header Rules */

#header {
	border-bottom: 1px solid #666;
	border-top: 3px solid #6699cc;
	clear: both;
	float: left;
	margin-top: 2px;
	width: 100%;
	}

#header img {
	display: block;
	float: left;
	}

#header #sectiontitle {
	border-right: 1px solid #666;
	}

/* Header - Content Constellation (News and Events listings) */

#header-aa {
	border-bottom: 1px solid #666;
	border-top: 3px solid #6699cc;
	clear: both;
	float: left;
	margin-top: 2px;
	width: 100%;
	}

#header-aa img {
	display: block;
	float: left;
	}

#header-aa #sectiontitle {
	border-right: 1px solid #666;
	}


/* Menu Rules (visitors, youth, members) */

#menu {
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	clear: both;
	float: left;
	left: 0px;
	margin-bottom: 1ex;
	margin-right: 1ex;
	padding-top: 0.7em;
	position: absolute;
	top: 148px;
	width: 193px;
	}

#menu a.menu,a.menu_selected {
	border-left: 10px solid #369;
	color: #000;
	display: block;
	background-color: #c7d9ec;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: small;
	margin-bottom: 1px;
	text-decoration: none;
	text-transform: normal;
	padding-bottom: 3px;
	padding-left: 0.7ex;
	padding-top: 3px;
	}

#menu a.menu_selected {
	background-color: #ffcc00;
	}

#menu a.menu:hover {
	background-color: #ffcc00;
	}

#menu a.submenu,a.submenu_selected {
	background-image: url('/res/img/general/guillem_bullet.gif');
	background-position: 7px 0.3ex;
	background-repeat: no-repeat;
	color: #000;
	display: block;
	font-size: small;
	font-weight: normal;
	padding-bottom: 2px;
	padding-left: 23px;
	text-decoration: none;
	}

#menu a.submenu:hover {
	background-position: 15px 0.3ex;
	}

#menu a.submenu_selected {
	background-position: 15px 0.3ex;
	}



/* Sidebar Rules */

#sidebar {
	border: 1px solid #666;
	border-right: 0;
	float: right;
	margin-top: 1ex;
	padding-left: 1ex;
	width: 180px;
	 }

#sidebar h4 {
	border-bottom: 1px solid #666;
	font-size: small;
	font-variant: small-caps;
	font-weight: bold;
	padding-top: 1ex;
	}

#sidebar p {
	font-size: small;
	margin: 0;
	margin-bottom: 1ex;
	margin-top: 1ex;
	}



/* Footer Menu Rules (terms of use, privacy policy) */

#footer {
	background-color: #ebebeb;
	border-bottom: 1px solid #666;
	border-top: 1px solid #666;
	clear: both;
	font-size: x-small;
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	}

#footer a {
	border-right: 1px solid #666;
	color: #000;
	padding-right: 1ex;
	padding-left: 1ex;
	text-decoration: none;
	}

#footer a.last {
	border-right: 0;
	}

#footer a:hover {
	text-decoration: underline;
	}



/* Content Rules */

#content {
	margin-left: 200px;
	margin-right: 1em;
	min-height: 260px;
	}


#content p 
{
	line-height: normal;
	margin-top: 1em;
}

#content li
{
	line-height: normal;
}

#content table.news
{
	margin: 0;
	padding: 1ex;
}

#content td.newsbox
{
	width: 50%;
	vertical-align: top;
	font-size: small;
	padding-right: 1em;
}

#content td.newsbox h5
{
	font-size: larger;
	margin-bottom: 1em;
}

/* Content - Content Constellation (News and Events listings) */

#content-aa {
	margin-left: 200px;
	margin-right: 1em;
	min-height: 260px;
	}


#content-aa p 
{
	line-height: normal;
	margin-top: 1em;
}

#content-aa li
{
	line-height: normal;
}

#content-aa table.news
{
	margin: 0;
	padding: 1ex;
}

#content-aa td.newsbox
{
	width: 50%;
	vertical-align: top;
	font-size: small;
	padding-right: 1em;
}

#content-aa td.newsbox h5
{
	font-size: larger;
	margin-bottom: 1em;
}
