/* CSS Document */

body{
	background:#474747;
	font-family:Geneva, "Arial", Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#000000;
	height: 100%;
	width:43.75em;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

.access-skip {
	display:none;
}

acronym {
	border-bottom: none;
}

#container{
	position:relative;
	background-image: url(../images/background.gif);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #9fc9eb;
	margin:1.25em auto;
	width: 100%;
	color:#000000;
	border:0.31em solid #FFFFFF;
}

#header{
	width: 100%;
	border-bottom: 0.31em solid #FFFFFF;
	height: 182px;
}

#header h1 {
	margin: 0;
	padding: 0;
	text-align:center;
}

#languages ul {
	float: right;
	display:inline;
	list-style:none;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	background-image:url(../images/languages_bg.png);
	background-position:top right;
	background-repeat: no-repeat;
	height: 18px;
	width: 70px;
} 

#languages li {
	float: right;
	padding-left:0.5em;
	padding-top: 0;
	height: 11px;
	width: 16px;
}

#languages img {
	border: 0.06em solid #FFFFFF;
}

#menu {
	width: 10em;
	margin:0;
	height: 100%;
	float: left;
/*	background-color: #cb2026;*/
	border-bottom: 0.06em solid #FFFFFF;
	border-right: 0.06em solid #FFFFFF;
}

#navigation{
	width:8em;
	color:#FFFFFF;
/*	background-color: #cb2026;*/
}

#navigation ul{
	text-transform:capitalize;
	float:left;
	width:100%;
	list-style:none;
	padding-left:0.5em;
}

#navigation ul li{
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	border-bottom: 0.1em solid #FFFFFF;
	height:2em;
}

#navigation ul li a, #navigation ul li .current{
	display:block;
	text-decoration:none;
	background-color:#427fc5;
	color:#FFFFFF;
	line-height:2em;
	padding-left:1em;
}

#navigation ul li a:hover {
	background-color:#E0F4FE;
	color:#427fc5;
}

#navigation ul li .current { 
	color:#333333;
	background-color: #CFE4FF;
}

#content {
	width: 32em;
	float: right;
	padding: 0 1em 0 0;
	margin-bottom: 2em;
	margin-top: -1em;
}

#content h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#cb2026;
	margin: 0.25em 0 0 0.25em;;
	padding: 0;
	font-size:1.4em;
	font-weight: bold;
}

#content h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	padding-left:0.2em;
	font-size:1.1em;
	margin-bottom: 0;
	font-weight: normal;
}

.line {
	border-bottom: 0.1em solid;
	border-bottom-color: #cb2026;
}

#content p {
	font-size: 0.9em;
	padding: 0.5em;
	margin: 0;
}

#content fieldset {
	padding: 1em;
	font:80% sans-serif;
	border:0.1em solid #cb2026;
	margin-bottom: 0.5em;
}

#content label {
	float:left;
	padding-top:0.2em;
	font-weight:bold;
	width: 35em;
	text-align: right;
	margin-right: 0.5em;
	display: block
}

#content .leftlab label {
	margin-left:5.5em;
	text-align:left;
	width: 35em;
	margin-right: 0.5em;
}

#content legend {
	padding: 0.2em 0.5em;
	border:0.1em solid #cb2026;
	color: #FFFFFF;
	background-color: #cb2026;
	font-weight:bold;
	font-size:90%;
	text-align:left;
}

#content input, #content textarea {
	color: #cb2026;
	background: #ffffff;
	border: 0.1em solid #cb2026;
}

#content .submit input {
	margin-left: 1em;
	padding: 0.25em 0.5em 0.25em 0.5em;
	color: #FFFFFF;
	background: #cb2026;
	border: 0.2em outset #d7b9c9
} 

#content p.p1 {
	border:0.1em solid #FFFFFF;
	margin:1em;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

#content a {
	color: #cb2026;
}

#content a:hover, #content a:focus {
	color:#FFFFFF;
	background-color: #cb2026;
}

#content ul li{
	list-style:none;
	font-weight: bold;
}

#content .shadow {
	float:right;
	background: url(../images/shadowAlpha.png) no-repeat bottom right  !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 1.5em 1em 0.5em 1.5em !important;
	margin: 1.5em 1em 0.5em 1.5em;
}

#content .shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
} 

#footer {
	clear: both;
	text-align:right;
	color:#FFFFFF;
	background: #cb2026;
	border-top:0.31em solid #FFFFFF;
}

#footer p {
	font-size: 0.9em;
	padding: 0.5em;
	margin: 0;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p a:hover, #footer p a:focus {
	background-color: #FFFFFF;
	color: #cb2026;
	text-decoration: none;
}

#footer img {
	border: 0.1em solid #FFFFFF;
	vertical-align: middle;
}

#footer img a:hover, #footer img a:focus {
	background-color: transparent;
}