body{
	background-color : #E4EFE4;
	background-image : url(images/background-main.gif);
	background-position : top left;
	background-repeat : repeat-x;
	font-size : 0.8em;
	text-align : center;
	font-family : Arial, Helvetica, sans-serif;
}

a:link{
	color : Blue;
}

a:visited{
	color : #800080;
}

a:active{
	color : #00FAF7;
	text-decoration : none;
}

a:hover{
	color: yellow;
	text-decoration : underline;
	background-color : Black;
}

h1{
	font-size : 18pt;
	color : #00008A;
	text-align : center;
}

h2{
	font-size : 14pt;
	color : #00008A;
	border-bottom:1px solid #C9DEC9;
}

h3{
	
}

p{
	margin: 5px 5px;
	padding : 5px 5px;
}

.printhide{
	display: none;
}

#wrapper{
	width : auto;
	text-align : left;
	margin : auto;
	border-right : none;
	border-bottom:none;
	border-top : none;
	border-left:none;
	background : white;
}

#header{
	display: none;
}

#container{
	position : relative;
	background-color : White;
	margin :;
	padding :;
	float : left;
}

#breadcrumb{
	display: none;
}

#menu{
	display: none;
}

#content{
	background-color : White;
	padding-left : 0px;
	padding-right : 15px;
}

#footer{
	display: none;
}
