html, body, div, p,
h1, h2, h3, img, a
{
	margin: 0px;
	padding: 0px;
}

h3
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
}

a
{
	color: #ff2e00;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}

.clear
{
	clear: both;
}

.content-text
{
	margin-top: 5px;
	margin-bottom: 25px;
}

#container
{
	background-image: url(../images/AOS_Background.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 944px;
	margin-left: auto;
	margin-right: auto;
}

#header
{
	height: 160px;
}

#header img
{
	margin-top: 50px;
}

#contentpane
{
	width: 484px;
	margin-left: 201px;
}

#navpane
{
	height: 30px;
	text-align: right;
	line-height: 5px;
}

#bodypane
{
	margin-bottom: 55px;
}

#bodytop
{
	height: 242px;
	background-color: #FFFFFF;
}

#bodybottom
{
	height: 242px;
	background-color: #FFFFFF;
}

.bodysquare
{
	width: 242px;
	height: 242px;
}

.left
{
	float: left;
}

.right
{
	float: left;
}

.squarecontent
{
	width: 202px;
	height: 202px;
	margin: 20px;
}

#footerpane
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #1E1E1E;
	padding-top: 40px;
	margin-bottom: 40px;
	background-color: #FFFFFF;
}

#footerpane p
{
	margin-left: 40px;
	margin-bottom: 7px;
}

#footerpane span
{
	margin-left: 370px;
}

#h2pane-register
{
	color: #FFFFFF;
	background-color: #202020;
	height: 80px;
	padding: 20px;
}

#registration-form
{
	background-color: #FFFFFF;
	/*padding: 5px;
	height: 475px;*/
}

/*#registration-form .text-input
{
	width: 115px;
	margin-left: 5px;
}

.form-field
{
	padding-left: 5px;
	padding-top: 5px;
}*/

.column
{
	width: 235px;
}

.columncontent
{
	margin: 15px 5px 15px 15px;
}


/* --
			LANDING PAGE
--*/

#landing #bodytop
{
	background-image: url(../images/AOS_Home_ContentBG1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#landing #bodybottom
{
	background-image: url(../images/AOS_Home_ContentBG2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.linethrough	{
	text-decoration:line-through;
}

.bodytopFull	{
	margin-top:30px;
}
