.buttonMain
{
	cursor: hand;
	color: #ffffff;
	background-color: #942F51;
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
	margin: 8px;
}

body
{
    font-family: "trebuchet MS", verdana, arial, helvetica, sansSerif;
	font-size: 13px;
	color: #666666;
	background-image: url(../images/bg.gif);
	background-color: White;
	text-align:center;
}

#logoTop
{
	position:absolute; 
	top:0px; left:0px; 
	height:335px; 
	width:auto; 
	height:75px;
}

/* Top Navigation */
#topNavigationContainer
{
    position:absolute; 
    top:75px; left:0px; 
	width:780px;
	height: 34px;
	margin: 3px 0px 0px 0ox;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/top_navigation_bg.jpg);
	background-repeat:  repeat-x;
	list-style-type: none;
}

#topNavigation
{
	list-style-type: none;
	margin-left: 5px;
	margin-top: 6px;
	margin-bottom: 10px;
}

#topNavigation ul 
{
    margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#topNavigation li 
{
    display: inline;
    margin:  0px 3px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#topNavigation a 
{
	color: White;	
	text-decoration:none;	
}
#topNavigation a:hover 
{
	color: Black;
	background-color: White;
	border-top: solid 2px White;
	border-bottom: solid 9px White;
}
#topNavigation a.active 
{
	color: Black;
	background-color: White;
	border-top: solid 2px White;
	border-bottom: solid 9px White;
	border-right: solid 3px White;
	border-left: solid 3px White;
	font-weight: bold;
}
/* Top Navigation */

#mainImageContainer 
{
    position:absolute; 
    top:112px; left:0px; 
	width:780px;
	height: 200px;	
}

#contentContainer
{
    position:absolute; 
    top:312px; left:0px; 
	width:780px;
	height: 600px;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#content
{
     position:absolute;
     top: 12px; left:230px;
     width: 550px;
     height: auto;
}

#content h3
{
    font-size: 20px;
    font-weight: bolder;
    margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sideBoxOne
{
     position:relative;
     top: 0px; left:0px;
     width: 220px;
     height: 170px; 
     background-image: url(../images/side_search_bg.jpg);     
}
#sideOne
{
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sideBoxTwo
{
     position:relative;
     top: 0px; left:0px;
     width: 220px;
     height: 100px;    
}
#sideHeaderTwo
{
    position:relative; 
    top:0px; left:0px; 
	width:180px;
	height: 32px;
	background-image: url(../images/side_navigation_header.jpg);
	background-repeat:  repeat-x;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-left: 10px; 
	text-align: left; 
}
#sideHeaderTwo h3
{
    font-size: 13px;
    margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: White;
}
#sideTwo
{
    list-style-type: none;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sideTwo ul
{
    margin:  0px 0px 0px 0px;
    padding: 3px 0px 8px 0px;
    display: inline-block;
}

#sideTwo li 
{
    display: inline-block;
    top:0px; left:0px;
	font-size: 13px;
	font-weight: bolder;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	list-style-type: none;
}
#sideTwo a 
{
	color: White;	
	text-decoration:none;	
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}
#sideTwo a:hover 
{
	color: #FF9900;	
}
#sideTwo a.active 
{
	color: #FF9900;	
}