
body{
  background: #007DCC;
  margin: 0;
  padding: 0;
  font: 12px "serif","Verdana",sans-serif;
  text-align: center;
  line-height: 1.7em;
  color: #000;
}
#content{
	background: #FFF url(../images/topleft.gif) no-repeat top left;
	padding: 10px;
}
#footer{
	text-align: center;
}
#left{
	float: left;
	width: 610px;
	background: #007DCC;
}
#main{
	margin: 20px auto;
	text-align: left;
	width: 780px;
	background: #FFF;
}
#right{
	float: right;
	width: 170px;
	background: #FFF url(../images/topleft.gif) no-repeat top left;
}
#top{
	margin: 10px 0 0 10px;
	width: 600px;
	background: #5F5F5F url(../images/toptopleft.gif) no-repeat top left;
	color: #F5F5F5;
}
/*Configuring the -top-box */
#top dd{
	margin: 0;
}
#top a{
	color: #F5F5F5;
	border-bottom: 1px #F5F5F5 dotted;
	padding:1px 10px 0px 5px;
	margin: 1px 0 0 10px;
	text-decoration: none;
}
#top a:hover{
	color: #39F;
	border-bottom: 1px #F5F5F5 solid;
}
#top .left{
	float: left;
	width: 280px;
	margin: 10px 0 0 10px;
	background: url(../images/top-bg.gif) repeat-y top right;
}
#top .right{
	float:right;
	width: 275px;
	margin: 10px 10px 0 0;
}
#topbottom{
	clear: both;
	background: url(../images/toptopbottom.gif) bottom right no-repeat;
	height: 10px;
}
a {
	color:#039;
	text-decoration:none;
}

a:hover {
	color:#ff0033;
	text-decoration:underline;
}
/* just the c#content box*/
h2{
	font: normal normal 1.5em "serif","Georgia",sans-serif;
	color: #000;
	text-decoration: none;
	background: url(../images/h2.gif) top left no-repeat;
	padding: 3px 0 0 8px;
}
#headline{
	background: url(../images/header.jpg) no-repeat top left;
	width: 590px;
	height: 90px;
	position: relative;
}
#headline h1{
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: black;
	margin: 0;
	padding: 0;
	text-decoration: none;
	font: 2.2em "serif", Arial, sans-serif;
}
h1 a {
	color:white;
	text-decoration:none;
}

h1 a:hover {
	color:#ff0033;
	text-decoration:underline;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color:#ff0033;
	text-decoration:underline;
}
p{
	text-indent: 1.3em;
	margin: 0 0 5px 0;
	padding: 0;
}
/* sidebar */
#inner{
	padding: 0 10px;
}

#topad{
	margin-left: 14px;
	width: 120px;
	height: 60px;
}

h3{
	background: url(../images/nav-h.gif) center left no-repeat;
	font: 1.5em "Arial",sans-serif;
	padding-left: 25px;
	margin: 7px 0 3px 3px;
}
.nav{
	margin: 2px;
	padding: 0;
}
.nav li{
	display: inline;
	list-style-type: none;
	
}
.nav li a{
	display: block;
	background: #EFEFEF;
	padding: 1px 1px 1px 5px;
	margin: 1px;
	text-decoration: none;
	color: #000;
}
.nav li a:hover{
	padding-left: 2px;
	border-left: 3px #007DCC solid;
}

#content table{
	background: #FFF;
	width: 550px;
    text-align:center;
    font: 1.0em "serif", Arial, sans-serif;
}
#content td{
	border:1px none #FFF;
}