﻿li			 {list-style-position: outside;}

a:link       { color: #0000EE; }
a:active     { color: rgb(0, 153, 0); }
a:visited    { color: #551A8B; }

body         { background-color: #FFCC33; color:black; font-size: 10pt; line-height:140%; font-family: Verdana, Geneva, Tahoma, sans-serif }

p            {
	text-align: center
}

h1           { font-size: 18pt; color:black; font-weight: normal; font-style: normal; }
h2           { font-size: 14pt; color:black; font-weight: normal; font-style: normal; text-decoration:underline; text-align:center; line-height:140% }
h3           { font-size: 14pt; color:brown; font-weight: bold; font-style: normal }
h4           { font-size: 12pt; color:brown; font-weight: normal; font-style: normal }
h5           { font-size: 10pt; color:black; font-weight: normal; font-style: normal }
h6           { font-size: 8pt; color:black; font-weight: normal; font-style: normal }

img			 { border:0px }

.TextLarge { font-size: large; }
.TextMedium { font-size: medium; }
.TextSmall { font-size: small; }

.StopFloat { clear:both; margin: 10px 0 10px 0; }
.FloatRight { float: right; margin: 0 0 20px 20px; vertical-align: text-top; }
.FloatLeft { float: left; margin: 0 20px 20px 0; vertical-align: middle; }

div.container { margin:auto; }

div.TopBottomBorder { width:100%; line-height:100%; }

div.Content {
	width: 58%;
	background-color: #FFFFCC;
	height: 3500px;
	float: left;
	padding: 30px 30px 10px 30px;
	margin: auto;
	text-align: center;
}
div.LeftSidebar { float:left; width:13%; overflow:hidden; text-align:left; padding: 0px 10px 0px 30px; line-height:100%; }
div.RightSidebar { float:left; width:13%; overflow:hidden; text-align:right; padding: 0px 20px 0px 20px; line-height :100%; }

div.LargeContent { width:84%; background-color: #FFFFCC; height:1500px; float:left; margin:auto }
div.SmallLeftSidebar { float:left; width:7%; overflow:hidden; text-align:left; }
div.SmallRightSidebar { float:left; width:5%; overflow:hidden; text-align:right;  }
