.buttonMain
{
	cursor: hand;
	color: #ffffff;
	background-color: #243795;
	font-family: Verdana;
	font-size: smaller;
	font-weight: bold;
	margin: 2px;
}
.textBitBigger
{
    font-family: Arial;
	font-size: 18px;
}

body
{
    font-family: Arial;
	font-size: 13px;
	color: #666666;
	background-image: url(../images/bg.gif);
	text-align:center;
}

#topLogo
{
	position:absolute; 
	top:0px; left:0px; 
	width:auto; 
	height:80px;
}

/* Top Navigation */
#topNavigationContainer
{
    position:absolute; 
    top:113px; left:0px; 
	width:780px;
	height: 34px;
	margin: 3px 0px 0px 0px;
	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: 15px;
	margin-top: 6px;
	margin-bottom: 10px;
	text-align:left;
}

#topNavigation ul 
{
    margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#topNavigation li 
{
    display: inline;
    margin:  0px 5px 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 10px White;
	border-right: solid 3px White;
	border-left: solid 3px White;
	font-weight: bold;
}
/* Top Navigation */

#mainImageContainer 
{
    position:absolute; 
    /*top:117px; left:0px;*/
    top:150px; left:0px; 
	width:780px;
	height: 200px;
	
}

#contentContainer
{
    position:absolute; 
    /*top:312px; left:0px;*/ 
    top:345px; left:0px; 
	width:780px;
	height: 600px;
	text-align: left; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}
#content
{
     position:absolute;
     /*  top: 15px; left:20px; */
     top:390px; left:390px;
     width: 570px;
     height: auto;
     text-align: left; 
}

#content h3
{
    font-size: 20px;
    margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bolder;
	color: #243795;
}

/*
#sideBoxOne
{
     position:relative;
     top: 10px; left:0px;
     width: 190px;
     height: auto;  
}
*/

#sideOne
{
    list-style-type: none;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#sideBoxTwo
{
     position:relative;
     top: 10px; left:0px;
     width: 190px;
     height: auto;   
}

#sideTwo
{
    list-style-type: none;
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}