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

body {
	color: #555555;
	background: #cacaca url(images/background.jpg) 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;
}


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: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #333333;
	background-color: #F5F5F5;
	margin-top:10px;
	margin-bottom:20px;
}

.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;
	background-color: #395c79;
	height: 50px;
}

#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;
	-moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-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;
}

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;
}
a.top:hover {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px #ffffff dotted;
}

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));
}

