/*
--------------------
*/


* {margin: 0; padding: 0;}
html {height: 800; margin-bottom: 1px;}
body {height: 800;}

/* Body Typeset
-------------------------- */
body {
	background-color: #FFFFFF;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	}

	
img { margin-left: 20 px; margin-right: 10 px; 
	}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, dl, address {
    margin:  .5em 0;
    padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 3px;

	}

h1 { font-size: 14 px; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

h6 {
	font-size: 14px;
	color: #000000;
}
/* Layout
-------------------------- */

#container {
	width: 800px; 
	padding-left: 0px;
	padding-right: 0px;
	margin: 0 auto;
	background-color:#c7eafb;
	}
#header {
	height: 200px;
	color: #fff;
	}
#header h1 {
	border: 0;
	color: #fff;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	text-align: center;
	}



#footer {
	clear: both;
	height: 20px;
	width: 600 px;
	background-image: url(images/menu_bg.png);
	}

/* Links
-------------------------- */
a, a:link, a:active {
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0066FF;
	}
a:hover {color: #000099;

	}
a:visited {color: #0000FF;}

#header h1 a, #header h1 a:link, #header h1 a:visited {
	border: 0; 		}
#header a:hover {
	background: none;
	}
#footer a, #footer a:link, #footer a:active {
	color: #fff;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
	}
#footer a:hover {
	background: #ffc;
	color: #000;
	border-bottom: 1px solid #333;
	}

/* style features
-------------------------- */
#mainmenu {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	padding-bottom: 1px;
	text-align: right;

	background-image: url(images/menu_bg.png);
	color: #FFFFFF;
	}

#mainmenu ul {

	}

#mainmenu li {
	list-style: none;
	margin-left: 0px;
	padding: 0;
	display: inline;
	}

#mainmenu li a {
	padding: 5px 10px 5px 10px;
	margin-bottom: 0;
	border: 0;
	color: #ffffff;
	}

#mainmenu li a:hover {
	background: transparent url(images/menu_bg.png) left;

	}

#mainmenu li.here a:hover {

	}

#mainmenu li.here a {

	}
	
/* style features
-------------------------- */
small {font-size: 11px;}
.B1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	}
.B2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	}	
.B3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	
	}
.B4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;
	}	
	.B5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0A6FBB;

	font-weight: bold;
	}	
	strong, b {font-family: "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; font-size: .9em;}
.slogan {text-align: center;}
.success {color: #390;}
.error {color: #c00;}
.subdued {color: #666;}
.strike {color: #666; text-decoration:line-through;}
.highlight {background: #ffc; padding: 5px;}
.center {text-align: center;}
hr {margin: .5em 0;background:#eee;height:1px;color:#eee;border:none;clear:both}

/* Lists
-------------------------- */

li {
	padding-top: 3px;
	padding-bottom: 3px;
	}