/* Default */
@import url('default.css');
body {
	background-color: #D5EAFF;
	margin:10px;
	padding:0px;
}
pre {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
		margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;}

p {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
		margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #014F80;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #014F80;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
a {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-style: normal;
	font-weight: bold;
	color: #0066FF;
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
}
h6 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-weight: normal;
	color: #0099FF;
}
li {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
}
input,textarea {
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.border	{
	border-collapse: collapse;
	border-style: solid;
	border-color: #333333;
}
#header-wrapper {width:750px; margin:auto;}
#header {height:104px;}

#menu1 {background-color:#71E100;}
#menu1 ul {margin:2px 0px 3px 0px;}
#menu1 li {display:inline;}
#menu1 a {
	text-transform:capitalize;
	text-align:left;
	font-size:12px;
	color:#000;
	background-color:#99FF32;
	text-decoration:none;
	padding:3px 12px 3px 12px;
	-moz-transition:0.3s ease background-color;
	-webkit-transition:0.3s ease background-color;
	-o-transition:0.3s ease background-color;
	margin: 0px 0px 0px 0px;
 	}
#menu1 a:hover {
	font-size:12px;
	color:#FFF;
	background-color:#F03;
	text-decoration:none;
	}
	
#menu2 {background-color:#0177BF;}
#menu2 ul {margin:2px 0px 1px 0px;}
#menu2 li {display:inline;}
#menu2 a {
	text-transform:capitalize;
	text-align:left;
	font-size:12px;
	color:#000;
	background-color:#09F;
	text-decoration:none;
	padding:3px 12px 3px 12px;
	-moz-transition:0.3s ease background-color;
	-webkit-transition:0.3s ease background-color;
	-o-transition:0.3s ease background-color;
	margin: 0px 0px 0px 0px;}
#menu2 a:hover {
	font-size:12px;
	color:#FFF;
	background-color:#F03;
	text-decoration:none;
	}
