/* #index template css begin */

/* This set of CSS rules applies to the content inside the Flexi CSS Layout (menus, lists, forms etc.). You can modify these rules or add your own. */


@charset "utf-8";
/* CSS Document */

/* pure color scheme 

-- bkg colors ---
page body color: 	#31353D
content color:		#EEEFF7
sidebar color: 		#EEEFF7
header color: 		#EEEFF7
footer color:		#92CDCF

--- text colors ---
wrapper text:		#1F2B00
footer text: 		#31353D
navigation text: 	#EEEFF7
h1: 				#31353D
h2:					#54B1B4
h3: 				#54B1B4
a:					#445878
hover:				#445878

*/


html, body, div, span, applet, object, iframe, ul, ol, img, p, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 0px 0px 0.8em 0px;
	padding: 1em 0px 0px 0px;
}


img.placeholder {
	display:block; 
	color:#000000;
}

.verticalMenu a.menuItem:link, .verticalMenu  a.menuItem:visited, .verticalMenu  a.menuItem:active {
	background-color:#92CDCF;
	color: #EEEFF7;
}

.verticalMenu a.menuItem:hover {
	background-color:#92CDCF;
	text-decoration: underline;
}


/* #index template css end */