* {
	margin: 0;
	padding: 0;
}

body {
	background: #e6eeef;
	/*background:white;*/
	color:#ddd;
	font: normal 100% Tahoma, arial, sans-serif;
	text-align: center;
	}
h1 {
	margin: 0,1875em 0 0,625 0;
	font-size: 2,5em;
	font-weight:700;
	color:#09e;
}

h2 {
	padding:0;
	margin: 3px 0px 5px 0px;
	color:#09e;
	}

h3 {
	margin:0;
	padding:0;
	color:#09e;
	}

p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 13px 0px;
	padding:0;
	}
	
#Global {
	background: #76ADFB;
	margin: 0px auto;
	padding: 0em;
	text-align : left;
	max-width: 61.75em; /* 988px / 16 */
}

#Header {
	background-image: url(images/home_classic.gif);
	background-repeat: repeat-x;
	height: 5,875em; /* 94px / 16 */
	overflow: hidden;
}

#Header h3{
	color: white;
	text-align: center;
}

#Header h2{
	color: white;
	text-align: center;
}

#Header h1{
	color: white;
	text-align: center;
}

#Header_right{
	position: relative;
	background-image: url(images/home_classic.gif);
	background-repeat: repeat-x;
	text-align:center;
	float: right;
	width:20%;
}

#Header_left{
	position: relative;
	background-image: url(images/home_classic.gif);
	background-repeat: repeat-x;
	text-align:center;
	float: left;
	width:20%;
}

img.left {
	float : left;
	padding-top:5px;
	padding-left:5px;
	border : 0px;
}

img.center  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

ia {
	color: #09e;
	font-size: 14px;
	text-decoration:none;
	font-weight: 600;
	font-family:verdana, arial, helvetica, sans-serif;
}
a:link {
	color: #09e;
}
a:visited {
	color: #07c;
}
a:hover {
	background-color:#eee;
	color: #07a;
}

#Content {
	background-color:#F0F0F0;
	border: 1px solid #999;
	margin-right: 25%;
}
* html #Content {height:1%}/* combat ie's 3 pixel jog */

div#Content p {
	margin:10px;
	text-indent:10px;
	text-align : justify;
}

div#Content p.center {
	text-align: center;
	margin:2px;
}

div#Content p.right {
	text-align: right;
	margin:2px;
	vertical-align : middle;
}

div#Content p.left {
	text-align: left;
	margin:2px;
	vertical-align : middle;
}

div#Content img {
	margin : 4px;
	border : 0px;
}

div#Content img.center  {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#Menu {
	position: relative;
	margin-right: -33%;
	background-color: #76ADFB;
	float: right;
	width: 33%; /*248px /16 */
	border-left : 0px solid #999;
}
* html #Menu {height:1%}/* combat ie's 3 pixel jog */

div#Menu ul{
	margin: 1px 0px 1px 0px;
	list-style-type: none;
	padding : 0px;
	text-align: center;
}

div#Menu li{
	margin: 0;
}

div#Menu a{
	text-decoration: none;
	color: white;
	vertical-align: center;
}

div#Menu a:hover{
	background-color: transparent;
	color:#0000FF;
}

div#Menu p.center {
	margin:0px 0px 0px 0px;
	text-indent:0px;
	text-align: center;
	color: white;
	font-size: 16px;
	text-decoration:none;
	font-weight: 600;
	font-family:verdana, arial, helvetica, sans-serif;
}

#Footer {
	text-align:center;
	background-image: url(images/home_bottom.gif);
	background-repeat: repeat-x;
	height: 81px;
	clear:both;
}

div#Footer a{
	text-decoration: none;
	color: white;
	margin : 10px;
}

div#Footer a:hover{
	background-color: transparent;
	color:#eee;
}
div#Footer p{
	font:13px/18px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0;
	color: white;
}
#Footer_left{
	text-align:center;
	position: relative;
	top:10px;
	left:1%;
	width:18%;
}
#Footer_center{
	text-align:center;
	position: relative;
	top:12px;
	left:20%;
	width:60%;
}

#Footer_right{
	position: relative;
	background-image: url(images/home_bottom.gif);
	background-repeat: repeat-x;
	text-align:center;
	float: right;
	width:20%;
}

