* {
	padding: 0px;
	margin: 0px;
}

body {
	padding-top: 14px;
	margin: 0 0;
	font-family:  Arial;
}

.subhead {
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	height: 25px;
	padding: 3px 0;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 0px solid silver;
	background-position: -700px;
	font-size:14px;
}


.header {
	color: #FFFFFF;
	text-align: left;
	width: 100%;
	height: 136px;
	padding: 0px 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/back.jpg');
	background-repeat:repeat;
	border-bottom: 0px solid silver;
}

.header h1{
	font-size:36px;
	padding-top: 20px;
	padding-left: 10px;
	font-family: Arial, "MS Sans Serif";
	font-weight: bold;
}

.left {
	width: 100%;
	float: left;
	background: #FFFFFF;
	height: 730px;
}

.left h2 {
	height: 90px;
	background-image: url('../images/left.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 18px;
	text-align:center;
}

.left p {
	font-size: 12px;
	padding: 10px 5px 10px 5px;
	text-align:center;
}

.center {
	width: 100%;
	float: left;
	background: #FFFFFF;
	height: 730px;
}

.center h2 {
	height: 100px;
	background-image: url('../images/cent.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 18px;
	text-align:center;
}

.center p {
	font-size: 12px;
	padding: 10px 5px 10px 5px;
	text-align:center;
}

.right {
	width: 100%;
	float: left;
	background: #FFFFFF;
	height: 730px;
}

.right h2 {
	height: 90px;
	background-image: url('../images/center.gif');
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-size: 18px;
	text-align:center;
}

.right p {
	font-size: 12px;
	padding: 10px 5px 10px 5px;
	text-align:center;
}

.footer {
	color: silver;
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 68%;
	min-height: 20px;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	font-size: 10px;
	background-color: transparent;
}

/*a {color: silver; text-decoration: none; font-weight: bold; background-color: transparent;}*/
a{text-decoration: none;}

.clear {
	clear: both;
}

img {
	border: 0px;
}


/* DROPDOWN MENU */
#menu, #menu ul {
	list-style:none;
	padding:0;
	margin:0;
}
#menu li {
	float:left;
	position:relative;
	line-height:20px;
	width:177px;
}
#menu li ul {
	position:absolute;
	margin-top:0em;
	margin-left:0em; /* for IE */
	display:none;
}
#menu ul li ul {
	margin-top:-22px;
	margin-left:176px;
}
/* ******************************************************************* */
/* SHOW SUBMENU  1 */
#menu li:hover ul, #menu li.over ul {
	display:block;
}
#menu li:hover ul ul, #menu li.over ul ul {
	display:none;
}
/* SHOW SUBMENU  2 */
#menu ul li:hover ul, #menu ul li.over ul {
	display:block;
}
/* ******************************************************************* */
/* STYLING UP THE LINKS */
#menu a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 10px;
}
#menu a:hover {
	color:#ffffff;
}
#menu ul {
	border-top:1px solid #ffffff;
}
#menu ul a {
	border-right:none;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
}

/* ******************************************************************* */

#menu {
	z-index:100;
}
#menu ul {
	z-index:200;
}
#menu ul ul {
	z-index:300;
}

/* ******************************************************************* */

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: none; height: 1%; }
* html ul li a { height: 1%; }
/* End */

