@import url("/shared.css");

#header {
	width: 100%;
	background-image: url(/images/flag.jpg);
	background-position: 0 43px;
}

#stripe1, #stripe2, #stripe3, #stripe4 {
	width: 100%;
	font-size: 1px;
}

#stripe1, #stripe3, #stripe4, #menu {
	background-color: #004;
}

#stripe2 {
	background-color: #900;
}

#stripe1 {
	height: 43px;
}

#stripe2 {
	margin-top: 2px;
	height: 19px;
}

#stripe3 {
	margin-top: 2px;
	height: 3px;
}

#stripe4 {
	margin-top: 129px;
	height: 3px;
}

#menu {
	position: relative;
	margin-top: 2px;
	padding: 0.4em 0 0.4em 183px;
	text-align: left;
}

#menu ul {
	list-style: none;
	display: inline;
	border-right: 1px solid  #fff;
	margin-left: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	display: inline;
	border-left: 1px solid  #fff;
	margin: 0;
	padding: 0 0.5em 0 0.7em;
}
#menu ul li.first {
	border-left: none;
}
#menu a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: underline;
}


#dropshadow-left {
	position: absolute;
	width: 730px;
	left: 50%;
	margin-left: -365px;
	background-color: #004;
	background-image: url(/images/dropshadow-left.gif);
	background-repeat: repeat-y;
}

#dropshadow-right {
	margin-left: 3px;
	width: 727px;
	height: 100%;
	background-image: url(/images/dropshadow-right.gif);
	background-position: right;
	background-repeat: repeat-y;
}

#wrapper {
	width: 724px;
	background-color: #004;
	color: #ffd;
}

#corner-ur, #corner-ul, #corner-lr, #corner-ll {
	height: 16px;
	background-repeat: no-repeat;
	padding: 0px;
	font-size: 1px;
}

#corner-ul {
	background-color: #ffd;
	background-image: url(/images/cornerround-ul-whbl.gif);
	margin: 0px -20px 0px -20px;
}

#corner-ur {
	background-image: url(/images/cornerround-ur-whbl.gif);
	background-position: right;
}

#corner-ll {
	background-color: #ffd;
	background-image: url(/images/cornerround-ll-whbl.gif);
	margin: 10px -20px 0px -20px;
}

#corner-lr {
	background-image: url(/images/cornerround-lr-whbl.gif);
	background-position: right;
}

#content {
	float: right;
	width: 518px;
	border-right: 2px solid #004;
	background-color: #ffd;
	color: #000;
	padding: 0px 20px 0px 20px;
	margin: 0px;
}
#content #paging {
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #ddb;
}

#sidebar {
	top: 0;
	left: 0;
	height: 100%;
	width: 140px;
	background-color: #004;
	padding: 16px 0 4em 10px;
	color: #fff;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#sidebar ul li {
	margin-bottom: 0.5em;
}

#sidebar ul.highlight {
	margin: 0 0 1.6em 0;
	padding: 0 0 1.6em 0;
}
#sidebar ul.highlight, #sidebar p {
	border-bottom: 1px solid #fff;
	margin-bottom: 0.7em;
}

#sidebar ul.highlight a {
	font-weight: bold;
}
#sidebar .credit {
	position: absolute;
	bottom: 0;
	left: 0;
	margin-left: 10px;
	margin-top: 8em;
	font-size: 70%;
	width: 140px;
	border-top: 1px solid #fff;
	border-bottom: none;
	padding-top: 0.5em;
}