ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

h1,h2,h3 {
	color: #3c68a0;
}

ul, ol {
	margin-left: 20px;
	padding: 8px;
}

body, td, li
{
  margin: 0;
  padding: 0;
  font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana;
	font-size: 11px;
  background-color: #fff;
}

body
{
  	padding: 0px;
	background-color: #8287be;
}

div#page {
	margin: auto;
	width: 785px;
	padding: 15px;
	background-image:url("/images/pagebg.png");
	background-repeat: repeat-y;
}

div#header {
	width: 754px;
	height: 200px;
	background-image:url("/images/header.png");
	background-repeat:no-repeat;
}
div#header div#download-box {
	width:285px;
	height:145px;
	background-image:url("/images/downloadbg.png");
	background-repeat:no-repeat;
	float:right;
	padding: 10px;
	margin-top: 25px;
	margin-right: 0px;
}
div#header div#download-box h3 {
	font-size: 1.5em;
	color: #888bb6;
}
div#header div#download-box p {
	margin-top: 3px;
	font-size: 1.1em;
	width: 270px;
}

div#menu {
	
}
div#menu ul {
	padding-left: 30px;
}
div#menu li {
	display: inline;
	list-style-type: none;
	padding-right: 35px;
	font-size: 1.3em;
	color: #626689;
}
div#menu li a {
	color: #323232;
}
div#menu li a:visited{
	color: #232323;
}

div#content-top {
	background-image:url("/images/content-top.png");
	background-repeat:no-repeat;
	width: 754px;
	height: 26px;
}
div#content {
	padding: 0px 20px 20px 20px;
	width: 754px;
	background-image:url("/images/content-bg.png");
	background-repeat: repeat-y;
}
div#content p {
	margin: 10px 0 10px 0;
	font-size: 1.1em;
	font-family: 'Lucida Grande','Lucida Sans Unicode',Helvetica,Verdana;
	line-height: 20px;
	color: #333;
}
div#content div#right {
	float: right;
	width: 190px;
	margin-right: 40px;
}
div#content div#left {
	width: 500px;
}
div#content-bottom {
	background-image:url("/images/content-bottom.png");
	background-repeat:no-repeat;
	width: 754px;
	height: 26px;
}

div#footer {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #626689;
}
div#footer a{
	color: #626689;
}
