/*GENERAL*/ 

body { 
	margin : 0;
	padding : 0 0 0 0;
	font : 90% "Trebuchet MS", arial, helvetica, sans-serif;
	line-height : 1.8em;
	color : #02344D;
	background : #F0FFFF url(background.jpg) repeat-y top center;
}

/*TOP BANNER*/ 
#header{
	height: 275px;
	background : #F0FFFF url(../header.jpg) no-repeat top center;
	padding: 0 1em 0 0;
}

/* PAGE */
#page {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*SIDEBAR*/ 
#sidebar { 
	font : 90% "Trebuchet MS", arial, helvetica, sans-serif;
	width : 25%;
	text-align: center;
} 

.mainmenu {
	font : 100% "Trebuchet MS", arial, helvetica, sans-serif;
	text-decoration: none;
	color : #006595;
	font-weight: bold;
	line-height : 1.8em;
}

.mainmenu a {
	font : 100% "Trebuchet MS", arial, helvetica, sans-serif;
	text-decoration: none;
	color : #943634;
	font-weight: bold;
	line-height : 1.8em;
}

#content { 
	float : left;
	padding: 1em 1em 1em 1em;
	height: 100%;
	width: 65%;
}

#form-element {
}
			/*FOOTER*/ 
#footer { 
	font-size : 1.6em;
	clear : both;
	height : 80px;
	padding : 1em 0 0 0;
	text-align : center;
	color : #943634;
} 


			/*TYPOGRAPHY*/ 
h1 { 
	margin : 0;
	font-size : 1.6em;
	letter-spacing : 1.5px;
	color : #02344D;
	font-weight: bold; 
	line-height : 1.8em;
} 
h2 { 
	margin : 0;
	font-size : 1.4em;
	letter-spacing : 1.5px;
	color : #02344D;
	font-weight: bold; 
	line-height : 1.8em;
} 
h3 { 
	margin : 0;
	font-size : 1.2em;
	letter-spacing : 1.5px;
	color : #02344D;
	font-weight: bold; 
	line-height : 1.6em;
}
h4 { 
	margin : 0;
	font-size : 1.1em;
	letter-spacing : 1.5px;
	color : #943634;
	background : inherit;
	font-weight: bold; 
	line-height : 1.6em;
}
/*LINKS*/ 
a { 
	/*text-decoration : none;*/
	text-decoration : underline;
	color : #02344D;
} 
a:hover { 
	text-decoration : underline;
	color : #943634;
	/*color : #006595;*/
} 
a:active{ 
	text-decoration : none;
	color : #943634;
	font-weight: bold; 
} 

a img { 
	border : 0;
} 
 