/*GENERAL*/ 

body { 
	margin: 0 0 0 0;
	padding : 0 0 0 0;
	font : 90% "Trebuchet MS", arial, helvetica, sans-serif;
	line-height : 1.8em;
	color : #02344D;
	background : #999999 url(background.jpg) repeat-y top left;
}

/*TOP BANNER*/ 
#header{
	height: 140px;
	background : #999999 url(../header.jpg) no-repeat top left;
	padding: 0 1em 0 0;
}

/*OUTER PAGE*/ 
#outerpage{
	background : url(../sidebar.jpg) no-repeat top left;
}

/* PAGE */
.page {
	margin-left: 120px;
}

/*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 : #CC6600;
	font-weight: bold;
	line-height : 1.8em;
	font-size : 1.2em;
}

.mainmenu a {
	font : 100% "Trebuchet MS", arial, helvetica, sans-serif;
	text-decoration: none;
	color : #0055AA;
	font-weight: bold;
	line-height : 1.8em;
	font-size : 1.2em;
}

.mainmenu a:hover {
	font : 100% "Trebuchet MS", arial, helvetica, sans-serif;
	text-decoration: none;
	color : #993300;
	font-weight: bold;
	line-height : 1.8em;
	font-size : 1.2em;
}

#content { 
	float : left;
	padding: 1em 1em 1em 1em;
	height: 100%;
	width: 65%;
}

#form-element {
}
			/*FOOTER*/ 
#footer { 
	font-size : 0.8em;
	clear : both;
	height : 80px;
	padding : 1em 0 0 0;
	text-align : center;
	color : #003366;
} 
			/*TYPOGRAPHY*/ 
h1 { 
	margin : 0;
	font-size : 1.6em;
	letter-spacing : 1.5px;
	color : #CC6600;
	font-weight: normal; 
	line-height : 1.8em;
} 
h2 { 
	margin : 0;
	font-size : 1.3em;
	letter-spacing : 1.5px;
	color : #CC6600;
	font-weight: normal; 
	line-height : 1.8em;
} 
h3 { 
	margin : 0;
	font-size : 1.2em;
	letter-spacing : 1.5px;
	color : #CC6600;
	font-weight: normal; 
	line-height : 1.6em;
}
h4 { 
	margin : 0;
	font-size : 1.1em;
	letter-spacing : 1.5px;
	color : #CC6600;
	background : inherit;
	font-weight: normal; 
	line-height : 1.6em;
}
/*LINKS*/ 
a { 
	text-decoration : underline;
	color : #02344D;
} 
a:hover { 
	text-decoration : none;
	color : #993300;
} 
a:active{ 
	text-decoration : none;
	color : #993300;
	font-weight: bold; 
} 

a img { 
	border : 0;
} 
 
