
/********** Main blocks **********/

body				{	font-family: 		Helvetica, Arial, Verdana, sans-serif;
						font-size:			12px;
						color:				#535353;
						margin:				0;
					}

#ContentBody		{	width:				986px;
					    margin:				11px auto 22px auto;
						background-repeat:	no-repeat;
						padding-top:		200px;
					    background-image:	url(images/headers/0001white.jpg);
					}

#MainBlock			{
						padding-left:		33px;
						padding-right:		23px;
						overflow:			hidden;
						position:			relative;		/* Required to position the nav & footer */
						height:				444px;
					}

#Landing #ContentBody	{
					    background-image:	url(images/headers/0001blue.jpg);
					}

#Landing #MainBlock	{
						padding-top:		410px;
						height:				50px;
						margin-bottom:		-20px;
					}

#Landing #MainBlock	a {
						color:				#aaa7a7;
					}

#Landing #Counter   {
						color:				#000000;
						font-family: 		Helvetica, Arial, Verdana, sans-serif;
						font-size:			34px;
						letter-spacing:		13px;
						position:			absolute;
						top:				260px;
						left:				810px;
					}


#MainBlock  a		{
						color:				#535353;
						text-decoration:	none;
						font-weight:		bold;
						font-size:			11px;
						vertical-align:		middle;
						padding-left:		20px;
					}

#Nav				{
						position:			absolute;
						bottom: 50px;
						right: 30px;
					}

#Nav a				
					{
					}

#Footer 			{
						margin-top:			50px;
						padding:			0 16px 0 16px;
						overflow:			hidden;
					}

#Footer a 			{
						text-decoration:	underline;
						border-bottom:		5px solid #7f7f7f;
						font-weight:		normal;
						padding-left:		0;
						color:				#535353;
					}
		
#Footer .Right		{	
						text-align:			right;
					}

#Terms				{	
						padding:			18px 16px 0 16px;
						width:				660px;
						font-size:			10px;
					}
					
					
/********** Positioning Tools **********/

.Left				{	float:				left;
						width:				50%;
					}
.Right				{	float:				right;
					}


/********** Form **********/

label				{
						font-weight:		bold;
						color:				#797979;
					}
					
.FormLabel			{
						width:				120px;
						float:				left;
						margin-bottom:		9px;
					}

.FormInput input, .FormInput select	{
						width:				174px;
						margin-bottom:		2px;
						font-size:			12px;
					}

.FormInputWide {
						width:				640px;
						margin-bottom:		2px;
						font-size:			12px;
					}

.Mandatory			{
						color:				red;
					}


td					{
						width:		250px;
						padding:	0;
						margin:		0;
					}


/********** Fonts **********/

h1					{	font-size:			16px;
						color:				#6b0108;
						margin-bottom:		10px;
					}
					
#Landing #MainBlock	{
						color:				white;
					}

#Registration p		{
						margin:				3px 0px 10px 0px;
					}


#Landing #MainBlock .Headline	{
						font-size:			18px;
					}

					
/********** Links **********/

a img				{	border:				0;
					}
