﻿*
{
	margin: 0;
	padding: 0;
}
body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 62.5%;
	background-color: #BFBFBF;
}
td
{
	vertical-align: top;
}
p
{
    font-size: 1.4em;
	line-height: 1.4;
	min-width: 30em;
	max-width: 50em;
}
ul, li
{
	padding: 0;
	margin: 0;
}
li
{
	font-size: 1.4em;
	line-height: 1.4;
	list-style: none;
	background: url(images/bullett.gif) no-repeat left top;
	padding-left: 30px;
}
strong
{
	color: #701A6D;
}
div.main
{
	width: 800px;
	background-color: #FFFFFF;
}
#h1
{
	font-weight: bold;
	font-size: 1.8em;
	text-align: justify;
}
#header
{
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: Black;
	height: 65px;
	width: 800px;
	position: relative;
	background-image: url(images/lolopop_header_bg.gif);
	background-repeat: repeat-x;
}
#header h1, #header h2
{
	position: absolute;
	padding: 0;
	margin: 0;
}
#header h1
{
	top: 5px;
	left: 8px;
}
#header h2
{
	top: 26px;
	left: 201px;
}
#headerlinks
{
	float: right;
	font-size: 1.2em;
	padding: 6px 6px 8px 10px;
}
#headerlinks a:link,
#headerlinks a:visited,
#headerlinks a:hover,
#headerlinks a:active
{
	color: Black;
	text-decoration: none;
}
#maincontent
{
	width: 600px;
	text-align: center;
}
#leftcontent
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 6px 10px 6px 8px;
}
#centercontent
{
	position: relative inherit;
	width: 600px;
	top: 0px;
	left: 0px;
	margin-left: 100px;
}
#rightcontent
{
	left: 100px;
	position: absolute;
	top: 0px;
}
#footer
{
	padding: 0px;
	margin: 0px;
	height: 62px;
	width: 800px;
	visibility: visible;
	position: relative;
}
#footertext
{
   text-align: center;
   padding-top: 3px;
}
#footermenu
{
	text-align: center;
	padding-top: 3px;
}
#container
{
	position: relative;
	width: 800px;
}
.sectiontitle
{
	font-weight: bold;
	font-size: 1.8em;
	font-family: Arial, Helvetica, Sans-Serif;
	color: white;
	width: 100%;
	background-image: url(images/section_title_bg.gif);
	background-repeat: repeat-x;
	padding-left: 5px;
	vertical-align: middle;
}
.subsection_title
{
	font-weight: bold;
	font-size: 1.6em;
	font-family: Arial, Helvetica, Sans-Serif;
	color: white;
	width: 100%;
	background-image: url(images/section_title_bg.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
}
#mainmenu div
{
	float: left;
}
#mainmenu a
{
	font-size: 1.4em;
	display: block;
	padding: 5px 10px;
}
#mainmenu
{
	position: absolute;
	top: 65px;
	left: 0px;
	width: 800px;
	background: url(images/menu_bg.gif) repeat-x top;
}
#mainmenu a:link,
#mainmenu a:visited,
#mainmenu a:hover,
#mainmenu a:active
{
	color: White;
	text-decoration: none;
}
#mainmenu a:hover
{
	text-decoration: underline;
}
#section_nav li
{
	float: left;
}
