html, body {border: 0; margin: 0; padding: 0; font-size: 1em; }

body {
	background-color: #FFFFFF;
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 1.5em;
	color:#1C3B57;
	text-align: center;
	padding-top:20px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	letter-spacing: normal;
	text-align: left;
	color: #6A6AA8;
	margin:10px 0px;
	background: transparent;
}
h2 {
	font-size: 1.6em;
	font-style:regular;
}
h3 {
	color:#00806A;
	font-size: 1.2em;
}
h4 {
	font-size:1.2em;
	letter-spacing:2px;
}
h5 {
	font-size:1.2em;
	letter-spacing:-.2em;
}

a, a:visited {
	color:#00806A;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
br {
	clear: left;
}
#inline {
	text-align: center;
	vertical-align: absmiddle;
	margin: 0px auto;
	padding: 0px 10px;
	width: 800px;
	background-color: transparent;
	border: 0px none;
}
#container {
	margin:0px auto;
	width:800px;
	text-align:left;
	background-color:#FFFFFF;
}
#header {
	width:480px;
	background: #6A6AA8 url(../img/JK_home_Animation.swf) no-repeat 0 0;
	height:299px;
}
#footer {
	width:800px;
	background-color:#DCDBE6;
	height:36px;
	font-size:.8em;
	margin-top:6px;
	border-top: 1px #6A6AA8 solid;
}
.content {
	margin:20px 10px;
	background-color:transparent;
}
#rightbox {
	margin:0px 10px 10px 20px;
}
img {
	border:0px none;
	margin:0px;
	padding:0px;
}
.cover {
	border:1px solid black;
	margin:0px;
	padding:0px;
}

#menu{
padding: 0;
margin-top:3px;
width: 480px;
border-top: 2px solid #6A6AA8;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#menu ul{
margin:0;
/*margin-left: 20px; margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#menu a{
float: left;
display: block;
font: bold 11px Arial;
color: #6A6AA8;
text-decoration: none;
margin: 0 1px 8px 0; /*Margin between each menu item*/
padding: 5px;
background-color: #DCDBE6;
border-top: 1px solid white;
width:69px;
}

#menu a:hover{
background-color: #9795C0;
color: #FFFFFF;
}

#menu #current a{ /*currently selected tab*/
background-color: #6A6AA8;
color: #FFFFFF;
border-color: #D0DFDB;
}

.navclear {
	display: block;
	clear: both;
}

table {
	width:480px;
	cell-padding:0px;
	cell-spacing:0px;
	border:0px none;
}
td {
	text-align:left;
	vertical-align:top;
}
.alignright {
	margin: 0;
	padding: 1px 1px 1px 10px;
	float:right;
	line-height:1.2em;
}
.alignleft {
	margin: 0;
	padding: 1px 10px 1px 1px;
	float:left;
	line-height:1.2em;
}
.padright {
	margin-right:10px;
}
.padleft {
	margin-left:10px;
}
div.wrapper{ /*field row DIV (includes two columns- Styled label column and 'thefield' column)*/
width: 480px; /*width of form rows*/
overflow: hidden;
padding: 5px 0;
}

.date{ /* label elements that should be styled (left column within fieldwrapper DIV) */
	color:#9E623F;
	font-weight:bold;
	margin: 10px 0;
}

.news{ /* DIV that wraps around the actual form fields (right column within fieldwrapper DIV) */
	border-left: 2px #9E623F solid;
	padding-left:10px;
	margin: 10px 0;
}

.entry {
	margin-bottom:20px;
	font-size:1em;
	line-height:1.2em;
	clear:both;
}
.entry a, .entry a:visited {
	color:#00806A;
	text-decoration:none;
}
.entry a:hover {
	text-decoration:underline;
}
