/* ------------------- */
/* General HTML Styles */
/* ------------------- */
html 
{
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 10px 0px;
	list-style: none;
	outline: none;
	overflow: -moz-scrollbars-vertical;
}

img, fieldset 
{
	border: 0;
}

body 
{
	background: url("/Common/Images/Backgrounds/PageBackground.jpg") top repeat-y;
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	list-style: none;
	outline: none;
	line-height: 18px;
}

p
{
	margin: 10px 0px 10px 0px;
	line-height: 16px;
	padding: 0px 0px 5px 0px;
}

h1 
{
	font-size: 18px;
	font-weight: normal;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 5px;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #336699;
	margin-top: 2px;
	margin-bottom: 2px;
}

h3
{
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 5px;
}

h4 
{
	font-size: 12px;
	font-weight: 700;
	color: #336699;
	margin-bottom: 5px;
}

h5
{
	font-size: 12px;
	font-weight: bold;
	color: #336699;
	margin-bottom: 5px;
}

h6
{
	font-size: 10px;
	font-weight: normal;
	color: #336699;
	margin-top: 0px;
	margin-bottom: 5px;
}

ul
{
	padding: 0px 0px 0px 15px;
}

li
{
	line-height: 16px;
	padding: 0px 0px 5px 0px;
}

/* -------------- */
/* Special Styles */
/* -------------- */
.ClearBothSides
{
	clear: both;
}

.FloatingBoxLarge
{
	width: 175px; 
	height: 185px;
	float: left; 
	margin: 10px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: solid 2px #0000ff;
	background-color: #99ccff;
	font-size: 10px;
}

.FloatingBoxSmall
{
	width: 135px; 
	height: 185px;
	float: left; 
	margin: 10px 0px 10px 10px;
	padding: 5px 5px 5px 5px;
	border: solid 2px #0000ff;
	background-color: #99ccff;
	font-size: 10px;
}

.LeftColumn
{
	float: left;
	padding: 10px 0px 0px 0px;
}

.RightColumn
{
	float: right;
	padding: 0px 5px 0px 0px;
}
