* {margin: 0;
   padding: 0;}
   
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background-image: url(../images/background.jpg);
	background-repeat:repeat-x;
}

#container {
	width: 1000px;
	margin: 1em auto;
	background-color: #FFFFFF;
	font-size: .8em;
	border: 1px solid #E7E7E7;
	text-align:left;
	padding: 1em;
}

#header {
	margin-bottom: 1em;
	border: 1px solid #EFEFEF;
	height: 12em;
	background-color: #FEFDFD;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
}


#content {
	float: right;
	width: 755px;
	padding: 0.5em;
	border: 1px solid #E7E7E7;
	background-image: url(../images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #FCFCFC;
}

#leftbox{
	padding: 0.5em;
	width:200px;
	margin-right: 42em;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1em;
	border: 1px solid #E7E7E7;
	margin-bottom: 1em;
}  

#footer {
	clear: both;
	padding: 0.5em;
	background-color: #FFFFFF;
	color: #000000;
	text-align: center;
	font-size: .9em;
	margin-top: 1px;
}

p {
	margin-top: 0;
	margin-bottom: 0;
	padding: .5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

h3 {
	font-size: 1.3em;
	padding: .5em;
	color: #5B8FBE;
	border: 1px solid #EEEEEE;
}

h2 {
	font-size: 1em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #5B8FBE;
	border: 1px solid #EEEEEE;
}

h1
{ font-size: 17px;
  color: #045C97;
  font-weight: bold; 
  margin:5px 0 0 0;
  padding: .5em;
}

a:link {color: #676D79; text-decoration:none;}
a:visited {color: #676D79; text-decoration:none;}
a:hover {color: #820606; text-decoration:none;}
a:active {color: #890000; text-decoration:none;}

.link2:link {color: #5B8FBE; font-weight:bold; text-decoration:none;}
.link2:visited {color: #5B8FBE; font-weight:bold; text-decoration:none;}
.link2:hover {color: #820606; font-weight:bold; text-decoration:none;}
.link2:active  {color: #5B8FBE; font-weight:bold; text-decoration:none;}

.link3:link {color: #5B8FBE; text-decoration:none;}
.link3:visited {color: #5B8FBE; text-decoration:none;}
.link3:hover {color: #820606; text-decoration:none;}
.link3:active  {color: #5B8FBE; text-decoration:none;}

/********** Top navigation *************/

#navlist li
{
padding-right: 1px;
display: inline;
font-size: 1em;
}

#navlist ul
{
margin: 0px;
padding: 0px;
list-style:none;
}

dl{
	margin-bottom: 1.5em;
	margin-left: 2em;
}

dt{
	font-style: italic;
	color: #7E0000;
	font-weight: bold;
}

dd{
	margin-bottom: .3em;
	text-indent: .5em;
}

#center{
         text-align:center; 
}

a img{
border:0;
}

ul {
display:inline;
list-style:none;
}

li{
display:inline;
}

.td1 {
text-align:center;
vertical-align:top;
}
