html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
	color: #555555;
	background-color:#2d4a5d;
	/*background: #282b2c url(images/dot_background2.png) repeat-x left top;*/
	margin: 0;
	padding: 0;
    width: 100%;
    height: 100%;
	font: normal 12px/14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

b {
font-weight:bold;
color: #395c79;
}

ul {
	line-height: 20px;
}

#vline {
border-left: 1px solid #999999;
}

#line {
	border-bottom: 1px solid #999999;
}

#line2 {
	border-bottom: 1px solid #999999;
	margin-top: 15px;
	margin-bottom: 15px;
}

#line3 {
	border-bottom: 1px solid #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}


h1 {
	font: normal 20px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	color: #395c79; 
	letter-spacing: 1px;
}

h2 {
	font: normal 16px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #395c79;
}

.Q {
	font: normal 15px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
}

/* field */
.textfield {
	border: 1px solid #a8b7c2;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	background-color: #F5F5F5;
	margin-top:10px;
	margin-bottom:10px;
}

.myh2 {
	font: normal 15px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #395c79;
}


text {
	font-size: 14px;
}
	
#topBar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	width: 970px;
}
/* old topBar from original site
#topBar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 50px;
	background: #395c79 url(images/background2.jpg) repeat-x;
}
*/
#logoBar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	padding-top: 10px;
	padding-left: 10px;
	color: #ffffff;
	font-size: 12px;
}

#mainArea {
	position: relative;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: auto;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 3px 10px #000;
	-webkit-box-shadow: 0px 3px 10px #000;
	box-shadow: 0px 3px 10px #000;
}

/* old mainArea from original site
#mainArea {
	position: relative;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	height: auto;
	padding: 20px;
	-moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-radius-bottom-left-radius: 10px;
    border-radius-bottom-right-radius: 10px;
}
*/

#mainArea2 {
	position: relative;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	padding: 20px;
}

#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
	padding: 20px;
	font: normal 11px/16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #999999;
	margin-bottom:30px;
}

#contact_area {
	position: relative;
	width: 675px;
	background-color: #dce5ed /*#dce5ed*/;
	padding: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	/*border: 1px solid #395c79;*/
	margin-bottom:20px;
}

.submit {
	cursor: pointer;
  	cursor: hand;
}

a.text {
	text-decoration: none;
	border-bottom: 1px dotted;
	color: #000000;
}

a.nav {
	background-color: #ffffff;
	padding: 5px 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: #333333;
}
a.nav:hover {
	background-color: #395c79;
	padding: 5px 8px;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
}
a.top {
	color: #ffffff;
	text-decoration: none;
	font-size:11px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: #0f2c3f;
	padding: 4px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	/*text-shadow: 0px 1px 1px #333;*/
}
a.top:hover {
	color: #0f2c3f;
	text-decoration: none;
	/*border-bottom: 1px #ffffff dotted;*/
	background-color: #dce5ed;
	padding: 4px 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px #000;
-moz-box-shadow: 0px 0px 5px 0px #000;
box-shadow: 0px 0px 10px 0px #000; 
	
}

a.footer {
	color: #999999;
	text-decoration: none;
}
a.footer:hover {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px #ffffff dotted;
}

a.Button {
	background-color: #fff;
    border: 1px solid #222; 
    color: #333;
    font-size: 18px;
    padding: 10px 15px;
    text-decoration: none;
	margin-bottom: 10px;
	margin-top: 10px;
	/* text-shadow: 0px 1px 0px #666; */
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#222));
}


