/* STATIC PAGES, CONTENT ELEMENTS */

body {	
	margin:0; 
	padding:0;
background:#375491;
font-family:Verdana, Helvetica, Arial, sans-serif;
color:#333;
}

#topsection{
background: #6380BA;
height: 85px; /*Height of top section*/
color:white;
text-align:center;
}

#subsection{
background: #375491;
height: 25px; /*Height of top section*/
color:white;
}

#topsection h1{
margin: 0;
padding-top: 10px;
}

#topsection h2{
font-size:15px;
color:#dbe6f7;
}


/* MAIN SECTION ELEMENTS, CONTENT ELEMENTS */

a img
{
	border:none;
}

a
{
	color:#fff;
	font-size:14px;
text-decoration:underline;
}

.logo 
{
	color:#fff;
	font-size:11px;
text-decoration:none;
margin-left:10px;

}

.logo:hover
{
	font-size:11px;
text-decoration:none;
}

.example 
{
	color:#000;
	font-size:12px;
font-weight:bold;
text-decoration:underline;
text-align:center;
}


.example:hover
{
	color:#000;
	font-size:12px;
font-weight:bold;
text-decoration:none;
text-align:center;
}

.calendars 
{
	color:#375491;
	font-size:18px;
font-weight:bold;
text-decoration:underline;
text-align:center;
}

.calendars:hover 
{background:#375491;
	color:#fff;
font-weight:bold;
	font-size:18px;
padding:4px;
text-decoration:none;
}

a:hover
{
	font-size:14px;
text-decoration:underline;}

h1
{
	font-family:Verdana,Helvetica, Arial, sans-serif;
	color:#fff;
	margin-left:5px;
	color:#EC0202;
	font-size:24px;
}

h2
{font-family:'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
font-size:24px;
	color:#F37020;
        font-weight:bold;
}

.contentblock
{
	width:783px;
        background: #FFFFFF;
}	

.allinone{
font-size:14px;
width:600px;
text-align:left;
margin-left:100px;}



/* PAGE STRUCTURE ELEMENTS */	

#container
{
	width:783px;
	position:relative;
	margin:0 auto 10px;
}

#content
{
	width:783px;
	position:absolute;
	left:0;
	margin-top:10px;
}

p{
font-size:15px;
color:white;}

#staticmenu
{padding-top:15px;
	vertical-align:bottom;
	text-align:center;
background:#375491;
}

.business{
color:#000;
font-size:12px;
width:650px;
margin-left:75px;
margin-top:35px;
text-align:justify;
}

.promo{
float:left;}


