* {
	margin: 0px;
	padding: 0px;
}

body, html {

/*	font: 90%/1.4 Arial, Helvetica, sans-serif; */
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px; 
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #575757;
	width:100%;	
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0 0;
	margin-left: 30px;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 15px;
}

h1 {
	font-size:24px;
	font-weight:bold;	
}
h2 {
	font-size:21px;
	font-weight:bold;	
}
h3 {
	font-size:19px;
	font-weight:bold;
}
h4 {
	font-size:17px;
	font-weight:bold;
}

p.white {
	color:#FFF;	
	margin: 0 0;	
}

table.arrow td {
	padding: 5px;	
}
/* h1 = 2em, h2 = 1.5em(24px), h3 = 1.17em(19px), h5 = 0.83em(13px), h6 = 0.67em(11px) */
 
textarea {
	font-size:inherit;
	font-family:inherit;
}
input {
	font-size:inherit;
	font-family:inherit;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#575757;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #575757;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

a.white:link {
	color:#FFF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a.white:visited {
	color: #FFF;
	text-decoration: underline;
}
a.white:hover, a.white:active, a.white:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 100%;
	background: #FFF;	
}

.header_bar {
	background-color:#001489;  /*edecec9*/
	width:100%;
	height: 50px;
	margin:0;		
}
.header {			
	width: 97%;
	margin: 0;
	padding-top: 10px;
	padding-left: 2%;
	padding-right: 1%;
}

.pageheading_bar {
	position:absolute;	
	color: #aaaaaa;
	width: 100%;
	height: 30px;
	margin:0;	
}

.pageheading {	
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	margin: 0;	
}

.content {
	width:97%;
	margin:0;
	padding-left: 2%;
	padding-right: 1%;	
	overflow:hidden;	
}

.singleColumn{
	width: 100%;
	margin: 2% 2%;
	clear:both;	
	overflow:hidden;
}

.minorRightColumn{
	width: 31%;
	float: left;
	margin:30px 3%;
	overflow:hidden;
}

.majorLeftColumn {
	width: 57%;
	float: left;
	margin:30px 3%;
	overflow:hidden;	
}

.majorRightColumn{
	width: 57%;
	float: left;
	margin:30px 3%;
	overflow:hidden;
}

.minorLeftColumn {
	width: 31%;
	float: left;
	margin:30px 3%;
	overflow:hidden;	
}

.evenTwoColumn {	
	width: 44%;
	float: left;
	margin: 30px 3%;
	overflow:hidden;
}

.evenThreeColumn {
	width: 27%;
	float: left;
	margin: 30px 3%;
	overflow:hidden;
}


.footer_bar {	
	background: #575757;	
	height: 600px;	
	width: 100%;
	clear:both;
	overflow:hidden;
}

.footer {	
	width: 980px;
	margin: 0 auto;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.darkColor {
	color: #00543d;
	margin-top: 0;
	margin-bottom:30px;
}

.lightColor {
	color: #001489;
	margin-top:0px;
	margin-bottom:30px;
}

.line {
	border-bottom-color:#999;
	border-bottom-style:solid;
	border-bottom-width:1px;	
}
.button {
	background-color:#001489;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
.greenBox {
	background-color:#001489;
	padding:15px 15px;
	margin-top:30px;
	size:+1;	
	color:#ffffff;
}
table.questions {
	margin-top:30px;	
}
/************* memu */

ul#mainmenu, ul.submenu1 {
	list-style-type: none;
	font-size:10px;
	font-weight:bold;
	z-index:3000;
	position:relative;	
}

ul#mainmenu li {	
	width: 196px;
	position: relative;
	float: left;
	text-align: center;
	margin-right: 0px;
}

ul#mainmenu a {
	display: block;
	text-decoration: none;
	width: 196px;
	height: 40px;
	font-size:10px;
	line-height: 40px;
	background-color:#004318;
	/*border:1px solid #CCC; */
	/*border-radius: 5px; */
	color: #e2eed0;	
}

ul#mainmenu .submenu1 li {
	background-color:#FFF;
}

ul#mainmenu .submenu1 a {
	margin-top: 2px;
	border:1px solid #4ca29b;	
}

ul#mainmenu li:hover > a {
	background-color:#89a24c; 
}

ul#mainmenu li:hover a:hover {
	background-color:#8ec63f;
}

ul#mainmenu ul.submenu1 {
	display: none;
	position: absolute;
	top : 40px;
	left: 0px;
}

ul#mainmenu li:hover .submenu1 {
	display:block;
}

tr.form td{
	padding-top:10px;
	padding-bottom:10px;	
}

.modalDialog {
	position:fixed;
	top:0;
	bottom:0;
	right:0;
	left:0;
	background:#999;
	z-index:99999;
	opacity:0;
	-webkit-transition: opacity 200ms ease-in;
	-moz-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
	pointer-events: none;
}
.modalDialog:target{
	opacity:1;
	pointer-events:auto;
}
.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 20px 20px;
	border-radius:10px;
	background: #FFF;
	background: -moz-linear-gradient(#fff, $999);
	background: -webkit-linear-gradient(#fff, $999);
	background: -o-linear-gradient(#fff, $999);
	
}

.close {
	text-decoration:none;
	background:#9C0;
	line-height:25px;
	position:absolute;
	right:-12px;
	text-align:center;
	top:-10px;
	width:24px;	
	font-weight:bold;
	-webkit-border-radius:12px;
	-moz-border-radius:12px;
	border-radius:12px;
	-moz-box-shadow:1px 1px 3px #000;
	-webkit-box-shadow:1px 1px 3px #000;
	box-shadow:1px 1px 3px #000;	
}
.close:hover {
	background:#CCC;
	text-decoration:none;
}
.wrongclose {
	color:#FF0000;
	font-size:60px;	
}
/*
modalmess {
	color:#004318;
}*/