/******************************************************************************
 * Generic CSS
 *****************************************************************************/
body {
	font-family: Arial, Verdana, sans-serif; font-size:11px; line-height:16px; color:#000000;
	border:0px; margin:0px auto 0px auto; padding:0px 0px 30px 0px;
	text-align:center;
	
}

* html body { text-align: center; /* IE 5 centering */ }

/******************************************************************************
* GENERIC FORMATTING
*****************************************************************************/
p { }

p.smaller { font-size:10px; }



a { }

h1 { font-size:16px; color:#666666; }

h2 { font-size:13px; text-decoration:underline; color:#666666; }

h3 { font-size:12px; }

/******************************************************************************
* Normal Images
*****************************************************************************/
img { border:none; margin:0px; padding:0px; }

/******************************************************************************
* Normal Unordered List
*****************************************************************************/
ul.normal {
	display:block; float:left; list-style:none;
	padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;
}

ul.normal li {
	display:block; line-height:18px; margin:0px 0px 10px 0px; padding:0px 0px 0px 10px;
	background-image:url(../images/ul_bullet.gif);
	background-repeat:no-repeat; background-position:0px 6px;
}

/******************************************************************************
* Misc
*****************************************************************************/
div.centered { text-align:center; }

/******************************************************************************
* wrapper
*****************************************************************************/
div#wrapper {
	width:762px; margin:0px auto 0px auto; text-align:left;
}

* html div#wrapper { text-align: left; /* Win IE 5 left align after centering */ }

div#wrapper-i {
	float:left; width:762px; margin:0px auto 0px auto; text-align:left;

}

/******************************************************************************
* header
*****************************************************************************/
div#header { float:left; width:762px; height:50px; }

div#header img { margin-top:19px; }

div#header-left { float: left; }

div#header-left a {
	display:block; float:left;
}

div#header-left h1 {
	display:block; float:left; clear:none; margin-top:60px;
}

div#header-right { float: right; margin-right: 5px; }

/******************************************************************************
* main-content
*****************************************************************************/
div#main-content {
	float:left; width:762px;
}

div#main-content p {
	text-align:justify;
}

div#main-content ul li {
	text-align:justify;
}

div#top-main-content {
	float:left; width:762px; height:230px;
}

div#main-content-i {
	float:left; width:762px;
	background-image:url(../images/main-content-i-l-bg.gif); margin-bottom:30px;
	background-repeat:repeat-y; background-position:left top;
}

div#main-content-i-l {
	float:left; width:457px; padding-left:18px; padding-bottom:30px;
	background-image:url(../images/main-content-i-bg.gif);
	background-repeat:no-repeat; background-position:left bottom;
}

div#main-content-i-r {
	float:right; width:269px;
}



/******************************************************************************
* footer
*****************************************************************************/
div#footer {
	float:left; width:762px;
}

div#footer-left {
	float:left; width:550px;
}
div#footer-left p {
	float:left; width:550px; padding:0px; margin:0px; margin-left:15px; color:#aaaaaa;
}

div#footer-right {
	float:right; width:190px; text-align:right;
}

div#footer-right a {
	color:#aaaaaa; text-decoration:none;
}

div#footer-right a:hover {
	text-decoration:underline;
}

div#footer-right p {
	float:right; width:190px; padding:0px; margin:0px; margin-right:15px; color:#aaaaaa;
}



/******************************************************************************
* highlight
*****************************************************************************/
span.highlight { background-color:red; }


