/*

*/

body {
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #787878;
	background-color: #FFFFFF;
	background-image: none;
	background-position: left top;
	font-size:0.8em;
	width: 100%;
	height: auto;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	background-color:rgb(255,255,255);
	color: #000000;
}

h1 {
		font-size: 1.0em;
}

h2 {
	font-size: 0.9em;
}

h3 {
	font-size: 0.9em;
}

p, ul, ol {
	margin-top: 0;
	text-align: left;
	font-size: 0.9em;
}

ul, ol {
	font-size:0.9em;
}

a {
	text-decoration: none;
	color: #BC1B32;
}

a:hover {
}

#wrapper {
	width: 100%;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */

#header {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/* Logo */

.logo_titile_h1
{
	font-family:"Mistral", Monotype Corsiva, Script MT Bold;
	font-size:1.8em;
	font-weight:bold;
	text-align:center;
	padding-left:0.0em;
	padding-right:0.0em;
	background-color:#FFF;
	padding-bottom:0.0em;
	width:100%;
	Margin-left:0em;
	Margin-right:0em;
	margin-bottom:0.0em;
	color:#0e3d6c;
	float:left;
	vertical-align:top;
}
.logo_titile_h2
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	background:#CCFF33;
	color:#000000;
	font-size: 0.4em;
	Margin-left:0.0em;
	white-space:normal;
	Margin-right:0em;
	padding-left:0.7em;
	line-height:1.5em;
	padding-right:0.6em;
}
.logo_titile_h3
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.5em;
	white-space:nowrap;
	font-weight:bolder;
	padding-left: 1.3em;
	color:#0e3d6c;
}


	/* Navigation */

	/*"""""""" (MAIN) Container""""""""*/	
	#menu	
	{	
		width:100%;
		padding:1.0em 0.4em 1.2em 0.4em;
		margin:0px;
		float:left;
		background-color:#000000;
		border-width:0.1em;
		list-style-type:none;
		border-style:solid;
		border-color:#000000;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	
	 #menu ul	
	{	
		background-color:#1088a3;
		border-width:0.1em;
		border-style:solid;
		border-color:#FFCC33;
		display:block;
		list-style-type:none;
	}

	#menu ul li 	
	{	
		padding:3px 2px 3px 5px;
		list-style-type:none;
		color:#CCCCCC;
		font-family:tahoma;
		font-size:0.6em;
		display:none;
	}
	
	#menu ul li a 	
	{	
		list-style-type:none;
		color:#CCCCCC;
		text-decoration:none;
		display:none;
	}
#menu ul li:active a, #menu ul li a:active,
	{	
		display:block;
		list-style-type:none;
		color:#FFF;
		text-decoration:none;
	}
/* Content */

#content {
	width: 100%;
	background:#CCFF33;
	color:#000000;
	font-size: 1.0em;
	padding-top:1.0em;
	margin:0em auto;
	padding-left: 0.8em;
	line-height:1.5em;
	padding-right:0.8em;
	text-align: left;
}

div #content {
	font-size: 0.9em;
	padding-top:0.0em;
	
}
div #content_text {
	font-size: 0.9em;
	background-color:#CFC;
	padding-top:0.0em;
	
}


/* Footer */

#footer {
	height: 100%;
	padding: 0.6em 0.5em 1.5em 1.0em;
	background:#hhhhhh;
	color:red;
	font-size:0.7em;
	font-weight:bold;
	border-top: 3px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin:0px auto;
	padding-top:2.0em;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}
