﻿body
{
    font-family: Ariel, Verdana;
    font-size: 13px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    background-image: url(images/OrangeStripTop.gif);
    background-color: Black;
    background-repeat: repeat-x;
}

Div#Wrapper
{
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-right-style: solid;
    border-right-width: 5px;
    border-left-width: 5px;
    border-left-style: solid;
    border-right-color: #6c3500;
    border-left-color: #6c3500;
    background-color: #F9F9F9;
}

.Header
{
    height: 150px;
    width: 800px;
    background-image: url(images/RHTop.jpg);
    text-align: right;
    color: #F0F0F0;
    margin-top: 0px;
}

.Header H1
{
    font-size: 25px;
    font-weight: bold;
    margin: 15px;
}
.HeaderImageRight
{
    vertical-align:middle;  
}

.LeftNav
{
    margin: 10px 0px 10px 5px;
    width: 150px;
    float: left;
}

	
*{	
	list-style:none;
	margin:0px;
	padding:0px;
}

.menu {
	width: 150px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
	}
	
.menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
.menu li a:link {
	color: #9E3C02;
	display: block;
	background: url(images/Nav/menu.gif);
	padding: 8px 0 0 30px;
	}
	
.menu li a:visited {
	color: #9E3C02;
	display: block;
	background: url(images/Nav/menu.gif);
	padding: 8px 0 0 30px;
	}
	
.menu li a:hover {
	color: #fff;
	background: url(images/Nav/menu.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
.menu li a:active {
	color: #fff;
	background: url(images/Nav/menu.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}		

.MainContent
{
    width: 630px;
    margin: 5px;
    text-align: left;
    float: right;
}

.MainContentHeader
{
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
}

hr
{
    height: 1px;
    color: #000000;
    background-color: #000000;
    border: 0px solid #000000;
}

h1 h2 h3 h4 h5 h6
{
    font-weight: bold;
}

h1
{
    font-size: 27px;
} 
       
h2
{
    font-size: 22px;
}

h3
{
    font-size: 20px;
}

h4
{
    font-size: 18px;
}

h5
{
    font-size: 15px;
}

Div.Content
{
    width: 620px;
    float: right;
}

.Footer
{
    clear: both;
    height: 75px;
    text-align: left;
    color: White;
    margin-bottom: 0px;
    margin-top: 5px;
    vertical-align: bottom;
    background-image: url(images/OrangeStripFooter.gif);
    background-repeat: repeat-x;
    font-size: 14px;
}

.FooterImageRight
{
    margin: 5px;
    float: right;
}

.FooterContent
{
    float: left;
}

.LoginControl
{
    font-family: Ariel, Verdana;
    font-size: 10px;
    text-decoration: none;
    color: #FFFFFF;
}

.FormLabels
{
    font-family: Ariel, Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 125px;
}

.FormLabelsSmall
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    width: 60px;
}


.TeamFormTable
{
    border: 1px solid #000000;
    font-family: arial, Verdana, sans-serif;
    width: 610px;
    border-spacing: 5px;
    background-color: #eeeeee;
    margin: 5px;
}

.FormTable
{
    font-family: arial, Verdana, sans-serif;
    width: 630px;
}

.ContactFormTable
{
    border: 1px solid #000000;
    font-family: arial, Verdana, sans-serif;
    width: 610px;
    border-spacing: 5px;
    background-color: #eeeeee;
    margin: 5px;
}

.FormTableRows
{
    vertical-align: top;    
}

.FormWrapper
{
    border: 1px solid #000000;
    width: 620px;
    background-color: #E2E2E2;
    padding-bottom: 10px;
}

.FormHeaderLabels
{
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
}

.LinkButtons
{
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight: bold;
}

.style1
{
    font-family: Ariel, Verdana;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}

.RegistrationLinkContent
{
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}
 
.RegistrationLinkContent a
{
    text-decoration: none;
    color: #FFFFFF;
}   

.RegistrationLinkRed
{
    margin: 2px;
    background-image: url(images/RegisterBannerRed.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
}

.RegistrationLinkGray
{
    margin: 2px;
    background-image: url(images/RegisterBannerGray.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
}

.RegistrationLinkBlack
{
    margin: 2px;
    background-image: url(images/RegisterBannerOrange.gif);
    background-repeat: no-repeat;
    width: 200px;
    height: 100px;
}

ul.NormalList
{
    list-style-type: disc;
}

#RightBox
{
    padding: 5px;
    border: 1px solid #000000;
    float: right;
    width: 150px;
    background-color: #CCCCCC;
}

.DeadlineHeader
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
}