/* ---------------------------------
			STRUCTURE
--------------------------------- */
#container		{ width: 960px;	margin: 0 auto;}
#header			{ height: 100px;}
#content		{ }
#footer			{ }

.content-left	{ width: 450px; float: left; }
.content-right 	{ margin-left: 500px;  margin-top: 15px;}
.content-wide	{ }



/* ---------------------------------
			BG
--------------------------------- */
body			{ background: url('__bg.png') repeat-x; background-color: rgb(0, 56, 128); }
#content		{ background: url('') no-repeat;}


/* ---------------------------------
			CONTENT
--------------------------------- */
body			{ color: #fff; font-size: 12pt; font: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;} 
h2				{ font-size: 16pt; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 2px; color: yellow; text-align: left;}
h3				{ font-size: 14pt; margin-bottom: 5px; text-transform: uppercase; letter-spacing: 2px; color: yellow; text-align: left;}


#content			{ width: 800px; margin: 0 auto; text-align: center; }
.contentLeft 		{ float: left; width: 375px; text-align: left;}
.contentRight 		{ margin-left: 425px; text-align: left;}
.alignRight			{ text-align: right !important;}

#loginform			{ padding: 10px 0 0;}
#loginform .text	{ border: 1px solid yellow; background: transparent; height: 20px; padding: 2px; color: white; font-size: 9pt;}


.basicform			{ padding: 15px 0 0;}
.basicform label		{ display: block; width: 100px; line-height: 22px; float: left;}
.basicform .text		{ display: block; width: 200px; float: left; font-size: 10pt; height: 22px; margin: 0 0 7px;}
.basicform .submit	{ display: block; margin-left: 100px;}


.separator {clear: both; height: 70px;}
.separatorsmall {clear: both; height: 40px;}

a {color: white;}
em {font-style: italic;}





