/* GLOBAL MARGIN AND PADDING
-------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
/* MAIN SETTINGS
-------------------------------------*/

.topflash{
	width:985px;
	height:560px;
	margin-top:70px;
}
/* LINK STYLES
-------------------------------------*/
h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	
}

a {
	text-decoration: none;  
	color:#000;
}
a:hover {
	text-decoration: underline;
}
/* TOP LOGO
-------------------------------------*/

div#logo {
	position: absolute;
	top: 0px;
	display: block;
	height: 51px;
	width: 200px;
	background:#FFF;
}

/* STRUCTURE
-------------------------------------*/
#root {
	position:relative;
	width: 985px;
	height: 780px;
	margin-right:auto;
	margin-left:auto;
	border-top:solid #AC131F 10px;
	border-left:solid #AC131F 10px;
	border-right:solid #AC131F 10px;
	border-bottom:solid #AC131F 10px;
	z-index:1;
	background:#FFF;
}

#root2 {
	position:relative;
	width: 985px;
	height: 1450px;
	margin-right:auto;
	margin-left:auto;
	border-top:solid #AC131F 10px;
	border-left:solid #AC131F 10px;
	border-right:solid #AC131F 10px;
	border-bottom:solid #AC131F 10px;
	z-index:1;
	background:#FFF;
}

#content {
	float:left;
	position:relative;
	width: 230px;
	margin-top:190px;
	border-top:solid #EFEEED 1px;
	border-left:solid #EFEEED 1px;
	border-right:solid #EFEEED 1px;
	border-bottom:solid #EFEEED 1px;
	margin-left:5px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 3px;
	background-color: #FFFFFF;
	z-index:-1000;
	left: 0px;
	top: -114px;
	height: 630px;
	
}
#content ol {
	padding-left:15px;
}
#content h1 {
   font-family:Verdana, Geneva, sans-serif;
   color: #C00;
   font-size:13px;
   padding-bottom:10px;
}
#content h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-bottom:1px;
	
}
#content h3 {

	font-size:11px;
}
#content p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-bottom:8px;
	list-style:none;
	font-style:italic;
}

#content2 {
	float:left;
	position:relative;
	width: 230px;
	margin-top:20px;
	border-top:solid #EFEEED 1px;
	border-left:solid #EFEEED 1px;
	border-right:solid #EFEEED 1px;
	border-bottom:solid #EFEEED 1px;
	margin-left:5px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 3px;
	background-color: #FFFFFF;
	z-index:-1000;
	left: 0px;
	top: -114px;
	height: 630px;
	
}
#content2 h1 {
   font-family:Verdana, Geneva, sans-serif;
   color: #C00;
   font-size:13px;
   padding-bottom:10px;
}
#content2 h2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	padding-bottom:1px;
	
}
#content2 h3 {

	font-size:11px;
}
#content2 p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-bottom:8px;
	list-style:none;
	font-style:italic;
}

.menu {
 font:Verdana, Geneva, sans-serif;
 font-size:14px;
 font-weight:bold;
 
  
}
