@charset "utf-8";
/* CSS Document */


/*
***************************************************************
	Main Body Layout Elements
***************************************************************
*/

body {
  text-align: center;
  background: #FFFFFF;
  margin-top: 8px;
  top: 8px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  letter-spacing: normal;
  line-height: 17pt;
}

#boxTop {
	width: 869x;
	margin: 0px auto 0px auto;
	height: 25px;
}

#mainWrapper{
	width: 869px;
	margin: 0 auto;
}

#pageBody{
	margin: 0 auto;
	width: 839px;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
}

img{
	border: 0px solid #000;	
}

/*
***************************************************************
	Header
***************************************************************
*/

#headerGroup{
	margin: auto;
	width: 869px;
	padding: 0;
	clear: both;
}

#logoMenuGroup{
	text-align: center;
	margin: auto;
	width: 100%;
	clear: both;
}

#topMenuImageGroup{
	margin-top: -10px;
}

#logoHeader img{
	border: 0;
	margin-top: 21px;
}

#imageHeader{
	width: 615px;
}

#imageHeader img{
	border: 0;
	margin-left: -6px;
}

#menuTop{
	margin: 0px auto 15px auto;
	text-align: center;
	line-height: 35px;
	font-size: 0.9em;
}

#menuTop a{
	margin: 0 20px 0 20px;	
}

#menuTop a:link, #menuTop a:visited, #menuTop a:active{
	text-decoration: underline;	
	color: #00F;
}

#menuTop a:hover{
	text-decoration: none;	
	color: #00F;
}

#menuBody{
	width: 230px;
	clear: both;
	text-align: center;
	font-family: "Copperplate Gothic Bold", "Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 1px;
	margin-left: 10px;
	padding: 0;
	font-size: 1.3em;
	line-height: 1.6em;
}

#menuBody a:link, #menuBody a:visited, #menuBody a:active{
	text-decoration: none;	
	color: #06C;
}

#menuBody a:hover{
	text-decoration: none;	
	color: #000;
}

#menuBody ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menuBody ul li{
}

#menuBody a.current{
	color: #000;	
}
#menuBody ul li ul{
	text-align: center;
	width: 90%;
	margin: 0 auto;
	border-top: 2px solid #BABABA;
	border-bottom: 2px solid #BABABA;
	line-height: 1.0em;
}

#menuBody ul li ul li{
	display: inline;
	font-size: 0.7em;
	letter-spacing: 0px;
	padding: -5px 0;
	margin-left: 10px;
}

#menuBody ul li ul li.first{
	margin-left: 0px;
}

#menuBody ul li ul li a:link, #menuBody ul li ul li a:visited, #menuBody ul li ul li a:active{
	text-decoration: none;	
	color: #000;
}

#menuBody ul li ul li a:hover{
	text-decoration: none;	
	color: #06C;
}

#menuBottom {
	text-align: center;
	width: 100%;
	font-size: 1em;
	lretter-spacing: -1px;
}
/*
***************************************************************
	Footer
***************************************************************
*/

#footerContent{
	margin: auto;
	width: 829px;
}

#footerContent .legal {
	text-align: center;
	font-size: 1em;
	width: 100%;
	margin-bottom: 10px;
	margin-top: -5px;
}

#footerContent a:link, #footerContent a:active, #footerContent a:visited {
	color: #06C;
	letter-spacing: 1.5px;
}

#footerContent a:hover {
	color: #06C;
	text-decoration: none;r
}

#footer {
	height: 25px;
	font-size: 1em;
	color: #000000;
	width: 869px;
	margin: 0 auto;
}

#footerText {
	margin-top: 10px;
	color: #666;
	font-size: .8em;
}

/*
***************************************************************
	Content Styles
***************************************************************
*/

h1{
	font-size: 14px;
}

h2{
	font-size: 12px;
}

a:link, a:visited, a:active {
	color: #06C;	
}

a:hover{
	color: #000;	
}

.hrClear {
width: 100%;
height: 0;
margin: 0;
padding: 0;
clear: both;
}

.hrClear hr {
width: 100%;
height: 0;
margin: 0;
padding: 0;
visibility: hidden;
display: none;
}

#columnMain{
	float: left;
	width: 800px;
	font-size: 1.1em;
	line-height: 1.4em;
	margin: -35px 20px 0px 20px;
}

.red {
	color: #F00;	
}

.alert {
	padding: 1em 2em 1em 5em;
	border-top: #CC6666 2px solid;
	border-bottom: #CC6666 2px solid;
	background: url(/images/alert.png) #ffdfdf no-repeat 1.5em 50%;
}

.info {
	padding: 1em 2em 1em 5em;
	border-top: #5577D2 2px solid;
	border-bottom:  #5577D2 2px solid;
	background: url(/images/info.png) #C1DDF9 no-repeat 1.5em 50%;
}