/* CSS Document */
/*
      Created by CSS Portal Layout Generator
	  
	  http://www.cssportal.com
	  	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	background: url(background.gif) top left repeat-y;
	background-position: 50%; 
}

#rightcolumn h1 {
	color: #ffff00;
	font-size: 12pt;
	padding: 10px;
}

p {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 10px;
}

h1 {
	padding: 15px;
	font-size: 20pt;
}

h2 {
	padding: 15px;
	font-size: 16pt;
}

#wrapper {
	margin: 0 auto;
	width: 800px;
}

#content {
	float: left;
	color: #333;
	background: #FFFFFF;
	width: 477px;
	display: inline;
	font-size: 12pt;
}

#content a, a:link {
	color: #0000FF;
	text-decoration: underline;
}

#content a, a:visited {
	color: #0000FF;
	text-decoration: underline;
}

#content a, a:hover {
	color: #0000FF;
	text-decoration: underline;
}

#content a, a:active {
	color: #0000FF;
	text-decoration: underline;
}

#rightcolumn a, a:active {
	color: #0000FF;
	text-decoration: underline;
}

#header {
	color: #333;
	width: 800px;
	float: left;
}

#footer {
	float: left;
	width: 800px;
	height: 125px;
	color: #333;
	background: #ffffff;
	font-size: 8pt;
	border-top-width: 0px;
}

#leftcolumn {
	color: #333;
	background: #ffcc33;
	width: 123px;
	float: left;
	font-size: 10pt;
	font-weight: bold;
}

#rightcolumn {
	color: #333;
	background: #95cc38;
	width: 200px;
	float: left;
	font-size: 9pt;	
}

#leftcolumn p {
	padding: 10px;
}

#leftcolumn a:link {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #333333;
	text-align: left;
	text-decoration: none;
}

#leftcolumn a, a:visited {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #333333;
	text-align: left;
	text-decoration: none;
}

#leftcolumn a, a:hover {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #333333;
	text-align: left;
	text-decoration: none;
}

#leftcolumn a:active {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #333333;
	text-align: left;
	text-decoration: none;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
	color: #333333;
	font-size: 10pt;
	padding-left: 15px;
	margin-left: 15px;
	padding-right: 15px;
}
li {
	font-size: 10pt;
	margin-top: 1em;
}
.list1 {
	list-style-position: outside;
	list-style-type: disc;
	color: #333333;
	font-size: 10pt;
	padding-left: 15px;
	margin-left: 15px;
	padding-right: 10px;
}
