/*Layout Styles */
html,body {
	margin:0px;	
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-position: center;
	padding:5px;
	background-color: #3c3c3c;
}
/* Layout */
div#container {
	margin: 0px auto;
	background-color: #FFFFFF;
	border: 2px solid #0000ff;
	padding: 0px;
	width: 800px;
}
div#header {
	margin: 0px;
	padding: 0px;
	width:100%;
	background-color: #FFFFFF;
	color:#000000;
/*	height: 150px;*/
}
div#content {
	padding: 5px;
	background-color: #FFFFFF;
	border-color:#0000ff; 
	border-width: 2px;
	border-style: solid none solid none;
	height:1%;
}
div#footer {
	margin: 0;
	width:790px;
	padding:5px;
	font-size: 9px;
	color:#000000;
}
div#title {
	margin: auto;
	height:50px;
	line-height:50px;
}
/* New Styles */
/* Special Layout */
div #rightbox {
	float:right;
	padding: 0 0 0 0px;
	margin:0px;
}
div #leftbox {
	float:left;
	padding:0 10px 0 0;
}
.clear {
	clear:both;
}
.clearright {
	clear:right;
}
/* End Layout */

/* Special Styles */
div#header h1{
	margin:0;
	line-height: 36px;
	font-size: 36px;
	text-align: center;
	font-family:"Comic Sans MS";
	color:#2F00CF;
}
div#title h1{
	margin:0;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
}
div#content p {
	padding: 0 10px 0 10px;
}
p {
	margin:0 0px 10px 0;
}
.ptight {
	padding: 0;
	margin:0;
}
.floatleft {
	float:left;
	margin:0 5px 5px 0;
}
.floatright {
	float:right;
	margin:0 0 5px 5px;
}
/* General Styles */
.center {
	text-align:center;
}
/*  TEXT  */
.text10 {
	font-size: 10px;
}
.text11 {
	font-size: 11px;
}
.text12 {
	font-size: 12px;
}
.text14 {
	font-size: 14px;
}
.text16 {
	font-size: 16px;
}
.text18 {
	font-size: 18px;
}
.text22 {
	font-size: 22px;
}
.text28 {
	font-size:28px;
}
/* TEXT BOXES  */
.organizationbox {
	width: 80%;
	border:solid 2px #0000FF;
	margin: 10px 0 10px 10%;
}

/* LIST   */
/* SPECIAL  */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
