/* Stylesheet */

html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background: #2e657f;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 18px;
}

img {
	border: none;
}

ul, li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#main {
	font-family: Arial, Sans-serif, Verdana;
	font-size: 12pt;
	height: 100%;
	width: 100%;
}

#header {
	width: 100%;
	height: 200px;
	float: left;
}

#header-container {
	width: 960px;
	height: 200px;
	background: url('/images/header.jpg') no-repeat;
}

#logo {
	float: left;
}

#languages {
	padding: 12px 0;
	float: left;
}

.language {
	margin: 10px 22px;
}

#menu {
	float: left;
	margin: 11px 0;
	width: 250px;
}

#menu div {
	font-family: Arial;
	font-size: 16pt;
	color: #FFFFFF;
	background: #FF0000;
	padding: 20px 0 12px 40px;
}

#menu li {
	height: 23px;
	margin: 1px 0;
	background-image: url('/images/arrow-basic.jpg');
	background-repeat: no-repeat;
	background-position: 21px;
	background-color: #97b5ff;
	line-height: 22px;
}

#menu .selected {
	height: 23px;
	margin: 1px 0;
	background-image: url('/images/arrow-selected.jpg');
	background-repeat: no-repeat;
	background-position: 21px;
	background-color: #b5c4fd;
}

#menu .hover {
	height: 23px;
	margin: 1px 0;
	background-image: url('/images/arrow-hover.jpg');
	background-repeat: no-repeat;
	background-position: 21px;
	background-color: #FF0000;
}

#menu li a {
	color: #000b70;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 40px;
}

#menu .selected a {
	color: #FF0000;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 40px;
}

#menu .hover a {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 0 40px;
}

#tabs {
	position: relative;
	top: -13px;
}

#tabs a {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
}

#tabs div {
	float:left;
}

#tabs .tab-selected a {
	color: #FF0000;
}

#tabs .tab a {
	color: #FFFFFF;
}

#tabs .tab-hover a {
	color: #FFFFFF;
}

#tabs .tab .tab-left {
	background-image: url('/images/tab-left.gif');
	background-repeat: no-repeat;
	width: 8px;
	height: 37px;
	float: left;
}

#tabs .tab .tab-center {
	background-image: url('/images/tab-center.gif');
	background-repeat: repeat-x;
	height: 37px;
	padding: 12px 8px 0px 8px;
	float: left;
}

#tabs .tab .tab-right {
	background-image: url('/images/tab-right.gif');
	background-repeat: no-repeat;
	width: 8px;
	height: 37px;
	float: left;
}

#tabs .tab-selected .tab-left {
	background-image: url('/images/tab-left-selected.gif');
	background-repeat: no-repeat;
	width: 8px;
	height: 37px;
	float: left;
}

#tabs .tab-selected .tab-center {
	background-image: url('/images/tab-center-selected.gif');
	background-repeat: repeat-x;
	height: 37px;
	padding: 12px 8px 0px 8px;
	float: left;
}

#tabs .tab-selected .tab-right {
	background-image: url('/images/tab-right-selected.gif');
	background-repeat: no-repeat;
	width: 8px;
	height: 37px;
	float: left;
}

#tabs .tab-hover .tab-left {
	background-image: url('/images/tab-left-hover.gif');
	background-repeat: no-repeat;
	width: 8px;
	height: 37px;
	float: left;
}

#tabs .tab-hover .tab-center {
	background-image: url('/images/tab-center-hover.gif');
	background-repeat: repeat-x;
	height: 37px;
	padding: 12px 8px 0px 8px;
	float: left;
}

#tabs .tab-hover .tab-right {
	background-image: url('/images/tab-right-hover.gif');
	background-repeat: no-repeat;
	width: 8px;
	height: 37px;
	float: left;
}

#content {
	width: 100%;
	float: left;
}

#content-container {
	width: 960px;
	background: #FFFFFF;
	min-height: 610px;
}

#column-left {
	width: 620px;
	padding: 10px 27px 20px 27px;
	float: left;
}

#gallery {
	height: 233px;
	width: 250px;
	margin: 14px 0;
}

#donate {
	width: 250px;
	margin: 0 0 14px 0;
}

#column-right {
	width: 250px;
	float: left;
}

#footer {
	width: 100%;
	height: auto;
	float: left;
}

#footer-container {
	background-image: url('/images/footer-background.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #bcc9fd;
	width: 960px;
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #003e5c;
}

.submenu-link-selected {
	background-image: url('/images/bullet-red.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 20px;
}

.submenu-link-selected a {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #f10000;
}

.submenu-link-selected a:hover {
	text-decoration: underline;
}

.submenu-link {
	background-image: url('/images/bullet-blue.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0 20px;
}

.submenu-link a {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #007ab9;
}

.submenu-link a:hover {
	text-decoration: underline;
}

.message {
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #f10000;
}

.image {
	width: 128px;
	height: 98px;
	border: #FF0000 solid 1px;
	float: left;
	margin: 12px;
}

.media {
	border: #FF0000 solid 1px;
	margin: 0 10px 10px 10px;
}

.media-content {
	font-family: Arial;
	font-size: 13px;
	color: #000000;
	margin: 10px 0;
	text-align: justify;
}

.media-content a {
	font-family: Arial;
	font-size: 13px;
	color: #007ab9;
	font-weight: bold;
}

.document-link {
	font-family: Arial;
	font-size: 14px;
	color: #000b70;
	font-weight: bold;
}

.document-link img {
	position: relative;
	top: 13px;
}