﻿/*
ALL STYLE formatting
*/

*a{
	text-decoration:none;
}


*{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/*
 STRUCTURE
*/

body{
	height: auto;
	behavior:url("csshover.htc");
}

#nav{
	margin-left: 177px;
    height: 111px;
}



#logos{
	margin-left: -118px;
	margin-bottom: 10px;
	width: 845px;
	height: 125px;
}
/*
 STRUCTURE - MAIN PAGE
*/

#main{
	height: 500px;
	margin-left: 277px;
}

#pageContent{
	height: auto;
	float:left;
	display:inline;
}

#sideBar{
	width:327px;
	margin-left:324px;
}

#sideBarContent{
	height: 435px;
	background: url(../images/main_sidebar_image.gif) no-repeat;
}

#sideBarFooter{
	color: #034694;
	text-align:right;
    font: 8pt/25pt 'Arial', 'Helvetica', 'sans-serif';
	width:auto;
}


/*
 DESIGN STYLES - IN BOX formatting

*/

.box{
	height:auto;
	margin-bottom:10px;
	padding: 10px;
	width: 296px;
	 background:url(../images/main_nav_big.gif) no-repeat bottom left;
}

.box h1{
	font: 18pt/19pt 'Verdana', 'Arial', 'Helvetica', 'sans-serif';
	color: #034694;
	margin-left:0px;
	margin-top:0px;
	margin-bottom:0px;

}


.box:Hover{
	 background:url(../images/main_nav_big_over.gif) no-repeat bottom left;
	cursor: hand;

}

p{
	margin-top:5px;
	font: 10pt/13pt 'Verdana', 'Arial', 'Helvetica', 'sans-serif';	
 	color: #333333;
}

.box:hover p{
 	color: White;
	background: none;
}	