body{
	background			: gray;
	margin				: 0px;
	padding				: 0px;
}

body, p, td, th {
 font-family: Verdana, Arial, Sans-Serif;
 font-size: 13px;
}


h2, strong {
  color : #990000;
}


a{
	color				: blue;
	text-decoration		: none;
}

a:hover{
	text-decoration		: underline;
}
#outline{
	width				: 840px;
	overflow			: hidden;	background          : #FFFFFF;	padding             : 0px;	padding-bottom      : 10px;
	padding-right       : 10px;}

#subcontent
{
    width : 625px;
}

#nav{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0.15em solid;
    color: #990000;
    font-size: 1.2em;
    font-weight: bold;
    padding: 0.2em 0 0;
//    text-transform: uppercase;
}

#nav ul{
	list-style: none;
    margin: 0.5em;
    padding: 0;
    text-decoration: none;
}

#nav a{
	color:#990000;
	font-weight: normal;
	text-decoration: none;
}


#nav li {
    display: inline;
              padding-right: 0.2em;
           border-left: 2px solid black;
              padding-left: 0.5em;
}

#nav .first {
 border-left: none;
 padding-left: 0;
 } 


