@charset "utf-8";
/* CSS Document */

body {
	background: #CCCCCC;
	margin: 0px;
	padding: 0;
	font: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	clear: left;
	
}
#container { 
	width: 790px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	vertical-align: middle;
}

#language {

	font-size: 1em;
	margin: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

#language ul
{
	padding: 0;
	margin:0;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	width: 790px;
	float: right;
	border-bottom: 1px solid #990000;
	border-top: 1px solid #990000;
	list-style: none;
	font: 500 70% Arial, Helvetica, sans-serif;
}

#language li
{
	float: right;
	padding-left:0.3em;
	margin-right: 0.3em;
	border-left: 1px solid #990000;
}

#language li.first
{
	border-left: 0;
	padding:0;
}

#language a
{
	display: block;
	margin:0;
	color: #990000;
	text-decoration: none;
}

#language a:hover{
	display: block;
	margin:0;
	color: #ff9999;
	text-decoration: none;
}

#banner {
  	background: #640b0f;
  	padding: 0 0 0 0px; 
	border-bottom: 1px solid #FFFFFF; 

}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#leftcol {
	float: left;
	width: 365px;
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	border-top: 1px solid #FFFFFF;
	padding: 15px;
}

#sidebar {
	background: #FFFFFF;
	float: left;
	width: 365px;
	padding: 15px
}

.curved-box
    {
	width: 225px;
	background-color: #990000;
	margin-bottom: 20px;
}

.curved-box h2
    {
    background: #990000 url(../images/225px-round-top990000.gif) no-repeat left top;
    margin: 0;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 0.8em;
	border-bottom: 1px solid #ffffff;
	font: Arial;
}

.curved-box p
    {
	background: #990000 url(../images/225px-round-bottom990000.gif) no-repeat left bottom;
	padding: 0px 15px 10px 15px;
	text-align: left;
	line-height: 1.3em;
	font-family: Arial, sans-serif;
	color: #FFFFFF;
	font-size: 0.8em;
}

.curved-box a
	{
	color:#FFFFFF;
	text-decoration: none;
	display: block;
}

.curved-box a:hover
{
	display: block;
	margin:0;
	color: #ff9999;
	text-decoration: none;
}

#imagebanner {
	padding: 0 0 0 0;
	clear: left;
	width: 790px;
	background:#FFFFFF;
}

#footer {
	padding: 0 0 0 0;
	clear: left;
	width: 790px;
	background:#640b0f;
	border-top: 1px solid #FFFFFF;
	text-align: center;
	font:10px "Arial";
	color: #FFFFFF;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* ----------navigation---------- */

.hidden
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.emph {
	font-weight: bold;
}

#menu {
	width: 790px;
	height: 28px;
	margin: 0 auto;
	background: #990000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 5px;
	padding: 5px 3px 5px 3px;
	background: #990000;
	border: 1px #990000 solid;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #cc6666;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #cc6666;
	border: 1px #D45951 solid;
}

#submenu
{
	font-size: 1em;
	margin-bottom:0.2em;
	margin-left: 0em;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #cc6666;
	font-size: 1em;
	padding-top: 10px;
}

#submenu ul
{
	display:inline;
	padding: 0;

	border:0;
	list-style: none;
	font: 500 70% Tahoma, Arial, sans-serif;
}

#submenu h3
{
	display: inline;
	font-weight: 700;
	font-size:70%;
	color: #990000;

}

#submenu li
{
	display:inline;
	padding-left:0.3em;
	margin-right: 0.3em;
	
}

#submenu li.first
{
	display:inline;
	border-left: 0;
	padding:0;

}


#submenu a
{
	
	margin:0;
	color: #cc6666;
	text-decoration: underline;
}

#submenu a:hover{
	
	margin:0;
	color: #ff9999;
	text-decoration: none;
}

/* ----------text styles---------- */

.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #990000;
}

h2 {
		font: bold 1.4em/100% Arial, sans-serif;
		margin-bottom: 3px;
		}
		
.unnamed1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.Paragraphheader {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #990000;
}
.smallred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #640b0f;

}
