html, body{
height:100%;
text-align:center;}


BODY {
background-color: #ffff00;
background-image : url(../../graphics/bg.gif);
text-align: center;
margin: 0px;
padding: 0px;
font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:82.5%;
color: #ff3333;
}



.strong {font-weight: bold;}

p{
color: #333333;
	margin : 0.5em;
	margin-left:0em;
	font-size : 1em;
}


ul {
color: #333333;
margin-top : 0.5em;
	margin-bottom: 0.5em;
	font-size : 1em;
 }

a p{
text-decoration:none;
}

h1 {
color: #333333;
font-size:1.5em;
margin-bottom:0em;
}

h2 {

margin-bottom : 0px;
margin-top : 0px;
color:#CC0000;
font-size:1.3em;
margin-bottom:0em;

}

h3{

margin-top:8px;
margin-bottom : 0px;

color:#CC0000;
font-size:1.2em;
margin-bottom:0em;}






#header{
	width:720px;
	height:29px;
	margin:0px;
	border:0px;
	margin-top:0px;
	text-align:left;
}

*html #header{
overflow:visible;
margin-bottom:-5px;
width:720px;
}



#menu img{
border:0px;}

#menu{
vertical-align:baseline;
	margin-bottom: 0px;
	float:left;
}

*html #menu{
overflow:visible;
width:725px;}

#container {
position:relative;
width:720px;
margin-left:auto;
margin-right:auto;
min-height : 400px;
background-color:yellow;
}

#maincontent {
width:720px;
text-align : left;
background-color : white;
border : 2px solid #ff3333;
clear:both;

}

#content{
padding: 1em;
}

 

/*   LINKS   
----------------------------------------------------------------*/


a:link {
text-decoration: underline;
	color: #993333;}

a:visited {
	text-decoration: underline;
	color: #993333;
}
	

a:hover {
text-decoration: underline;
	color: #993333;
	}

	a:active {
	text-decoration: underline;
	color: #993333;
}
	
	
