﻿* {
	margin: 0px;
	padding: 0px;
}

body 
{
	text-align: center;
	background-color: #000000;
	height:100%;
	font-family:Calibri,Helvetica,Arial,sans-serif;
	line-height:1.3em;
	color:White;
}


.formerrors
{
	color:red;
	font-weight:bold;
}


html
{
	/*height:100%;*/
	overflow-y: scroll;
}

ul
{
	padding-left:20px;
	padding-top:8px;
}


h1
{
	border-bottom:solid 1px #404d73;
	padding-bottom:10px;
	font-family: Cambria,
             "Hoefler Text",
             Utopia,
             "Liberation Serif",
             "Nimbus Roman No9 L",
             Times,
             "Times New Roman",
             serif;

	font-weight:normal;
	font-size:19pt;
}

h2
{
	margin-top:-15px;
	font-family: Cambria,
             "Hoefler Text",
             Utopia,
             "Liberation Serif",
             "Nimbus Roman No9 L",
             Times,
             "Times New Roman",
             serif;

	font-weight:normal;
	font-style:italic;
	font-size:15pt;

}

a
{
	/*color:#f7931e;*/
	color:#f7931e;
	text-decoration:none;
	/*border-bottom:dotted 1px #f7931e;*/
}

a:hover
{
	border-bottom:solid 1px #f7931e;
}

.block
{
	padding-top:13px;
}


.content
{
	padding-top:10px;
}

#container
{
	width:100%;
	/*height:100%;*/
	background-image:url('../../Resources/img/glow.png');
	background-position:top center;
	background-repeat:no-repeat;
}


#page
{
	width:985px;
	/*height:100%;*/
	margin:auto;
	background-color:#000818;
	min-height:1000px;
}

.spacer20
{
	width:30px;
	height:inherit;
	float:left;
}

.content img
{
	float:right;
	margin-top:25px;
	margin-left:8px;
	margin-bottom:8px;
	/*border:solid 1px #404d73;*/
}

#splash
{
	height:257px;
}

#splash img
{
  border:none;	
}

#splash a:hover
{
	border:none;	
}


#other1
{
	/*visibility:hidden;*/
	display:none;
}

#other2
{
	/*visibility:hidden;*/
	display:none;
}

/*#leftglow
{
	float:left;
	background-image:url('../../Resources/img/left-glow.png');
	width:200px;
	height:300px;
}

#rightglow
{
	float:left;
	background-image:url('../../Resources/img/right-glow.png');
	width:200px;
	height:300px;
}*/
















