html { 
	font-size: 62.5%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background: #369 url(../img/bg.gif) top repeat-x;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 100%;
	line-height: 1.6em;
    margin:0;
    padding:0;
	width:100%;
}
#canvas {
	background: transparent url(../img/bg-jonheader.jpg) top center no-repeat;
	min-height: 100%;
	position: relative;
}

#page {	
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
	width: 770px;
}

#header {
	color: #fff;
	height: 436px;
	margin: 0 auto;
	padding: 0;
}
#header .logolink{
	float: left;
	width: 236px;
	height: 50px;
	display: block;
}
#header a:hover.logolink {
	border: 0;
}
#menu {
	background: #46b2e7;
	height: 25px;
	margin: 0;
	padding: 5px 0 0 0;
	font-size: 1.4em;
	font-weight: bold;
}

#menu ul {	margin-left: 0;	padding-left: 0;	display: inline;	} #menu ul li {	margin-left: 0;	padding: 0 10px;	list-style: none;	display: inline;	}#menu ul li.first {	margin-left: 0;
	padding-left: 0;	border-left: none;	list-style: none;	display: inline;	}
#menu ul li.selected {
	color: #0ED266;
	font-size: 1.6em;
	font-weight: bold;	margin-left: 0;	border-left: none;	list-style: none;	display: inline;	}



#content {
	float: left;
	background-color: #369;
	font-size: 1.2em;
	padding: 20px 0 0 0;
	margin: 0;
	width: 770px;
}

.columnwide {
	float: left;
	width: 700px;
	padding-right: 20px;
}
.column {
	background: transparent;
	float: left;
	height: 100%;
	margin-right: 20px;
	width: 325px;
}
.column p {
	margin: 0;
	padding: 0 15px 10px 10px;
}
.column h4 {
	padding: 0 10px 10px 10px;
}

#footer {
	border-top: 1px solid #ddd;
	clear: both;
	color: #fff;
	font-size: 1em;
	height: 50px;
	line-height: 1.2em;
	padding-top: 5px;
	display: block;
	text-align: right;
}

/* General Styles */
#menu a { 
	color: #fff;
	border: 0;
	outline: none;
	text-decoration: none;
}

#menu a:link {
	border: 0;
	cursor: pointer;
}
#menu a:visited {
	border: 0;
}
#menu a:hover {
	border-bottom: 2px solid #fff;
	color: #fff;
	cursor: pointer;
}

#content a { 
	border: 0;
	color: #c1ebff; 
	outline: none;
	text-decoration: none;
}

#content a:link {
	border-bottom: 1px solid #ccc;
	color: #c1ebff;
	cursor: pointer;
}
#content a:visited { 
	border-bottom: 1px solid #ccc;
	color: #c1ebff;
}
#content a:hover {
	background: #46b2e7;
	border-bottom: 1px solid #E3E76C;
	color: #032206;
	cursor: pointer;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
ol,ul { 
	margin: 5px 0 0 1.5em;
	padding: 0 2em 0 1em;
}
h1,h2,h3,h4,h5,h6 {
	color: #c1ebff;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
h1 {
	display: none;
}

h2 {
	font-size: 1.8em;
}
h3 {
	border-bottom: 2px solid #46b2e7;
	font-size: 1.4em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
#footer h3 {
	background: transparent;
	border: 0;
	color: #fef9f0;
	display: inline;
	font-size: 1.4em;
	font-weight: bold;	
}
h4 {
	color: #16d266;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin: 10px 0 0 0;
	text-transform: none;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 0 0; 
	padding: 0;	
}
.printOnly {
    display: none;
}
p {
	padding-top: 0;
	margin-top: 5px;	
}

/* Forms */
.form {
	margin:0;
	padding:0;
}
.div_texbox {
	width:160px;
	background:transparent;
	float:left;
	height:35px;
	padding:0;
}

.textbox {
	background-color:#EEF7FB;
	width:150px;
	font:normal 18px Arial;
	color: #666;
	padding:4px 3px 2px 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #65DE5F;
}
.textbox:focus, .textbox:hover {
	background-color:#0BB85A;
	color:#fff;
}

.button_div {
	float: left;
	text-align:right;
	height:35px;
	margin-top:3px;
	padding:0;
}
.buttons {	
	background: #40B53B;
	font-size: 1.25em;
	color: #fff;
	border-width: 2px;
	border-style: solid;
	border-color: #65DE5F;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	width: auto;
}
.buttons:active {
	background-color:#08AAE6;
	outline: none;
}