body 
{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F5F5F5;
	background-image: url(../assets/bg.gif);
}

a:link 
{
	font-family: Arial; 
	font-size: small;
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}
a:visited 
{
    font-family: Arial; 
	font-size: small;
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}
a:hover 
{
    font-family: Arial; 
	font-size: small;
	font-weight:bold;
	color: #666666;
	color:#FFFFFF;
	background-color: #000066;
	text-decoration: none;
}


#mainContainer
{
    width: 760px; /*Width of main container*/
    margin: 0 auto; /*Center container on page*/
    background-color: White;
    border-top: 0px; 
    border-bottom: solid 10px White; 
    border-right: solid 10px White; 
    border-left: solid 10px White; 
}

#topContainer
{
    height: 80px; /*Height of top section*/
    border-top: solid 8px Orange;
    
}
.topContainerSearchBox
{
    float: right;
    padding-right: 5px;
    padding-top: 25px;
    font-family: Arial; 
    font-size: medium; 
    font-weight: bold; color:#666666;
}
.topContainerLogo
{
    float: left;
    padding-left: 5px;
    padding-top: 10px;
}

#menuContainer
{
    width: 760px;
    height: 20px;
    border-bottom: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    background-color: #F5F5F5;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#rightContainer
{
    float: left;
    width: 200px; /*Width of right column*/
    margin-left: -200px; /*Set left margin to -(RightColumnWidth) */
}

.rightContainerHeader
{
    font-family: Arial; 
    font-size: medium; 
    font-weight: bold; color:#666666;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background-color: #CCCCCC;
    border-bottom: solid 1px Black;
}

#contentContainer
{
    float: left;
    width: 100%;
}

#content
{
    margin-right: 200px; /*Set right margin to RightColumnWidth*/
}
#content h1
{
	font-family: Arial; 
    font-size: 1em; 
    font-weight: bold;
    color: #000066;
}
#content p
{
	font-family: Arial;
	font-size: 0.9em; 
	color:#666666;
	line-height: 1.4;
}
#content li
{
	font-family: Arial;
	font-size: 0.9em; 
	color:#666666;
	line-height: 1.4;
}
#content hr
{
	height: 1px; 
	color:#CCCCCC;
}
#content a:link 
{
	font-family: Arial; 
	font-size: 0.9em;
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}
#content a:visited 
{
    font-family: Arial; 
	font-size: 0.9em;
	font-weight:bold;
	color: #000066;
	text-decoration: none;
}
#content a:hover 
{
    font-family: Arial; 
	font-size: 0.9em;
	font-weight:bold;
	color: #666666;
	color:#FFFFFF;
	background-color: #000066;
	text-decoration: none;
}

#footer
{
    clear: left;
    width: 760px;
    height: 115px;
    border-bottom: solid 1px #CCCCCC;
    border-top: solid 1px #CCCCCC;
    background-color: #F5F5F5;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Arial;
	font-size: small; 
	color:#666666;
}
