h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
 margin:0;
 padding:0;
 }
 
BODY, HTML {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #464749;
	font-size: 14px;
	height:  100%;
	background-color: #fff;
	background-image:url(gfx/bg.gif);
	background-repeat: repeat-x;
	}
	
#container {
	height:  100%;
	width : 798px;
	margin : 0 auto;
	background-color: #FFFFFF;
	}

#container2{
	height:  1100px;
	width : 798px;
	margin : 0 auto;
	background-image:url(gfx/bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	}
	
#menu {
	position: relative;
	float: left;
	margin-top: 24px;
	margin-left: 27px;
	width : 130px;
	}
	
#menu UL {
	color: #ef4035;
	margin: 0;
	padding: 0;
	}
	
#menu LI {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #ED801F;
	border-bottom: 1px solid #fff;
	text-align: right;
	padding: 4px;
	line-height: 15px;
	}
	
#menu LI A {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	display: block;
	}
	
#menu LI A:hover, .activeMenu {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	}
	
#content {
	position: relative;
	float: left;
	margin-top: 14px;
	margin-bottom: 24px;
	margin-left: 52px;
	padding-top: 15px;
	width : 580px;
	border-top: 1px solid #ED801F;
	border-bottom: 1px solid #ED801F;
	min-height: 400px;
	}
	
	
H1 {
	font-size: 18px;
	color: #DF0120;
	padding-bottom: 5px;
	font-weight: normal;
	}
	
H2 {
	font-size: 16px;
	color: #DF0120;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: normal;
	}
		
	
P {
	font-size: 14px;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 20px;
	}
	
A {
	color: #000000;
	text-decoration:underline;
	}
	
A:hover {
	text-decoration: none;
	}
	


LI {
	line-height: 20px;
	}
#container #content p strong {
	color: #E88124;
}
#container #content p em {
	color: #DF0120;
}
