
body {
	background-image     : url('img/background.gif');
	background-repeat    : repeat-x;
	background-color     : #7B96E6;
	margin               : 20px;
	padding              : 0;
	text-align           : center;
}

h1 {
	font-size            : 24px;
	color                : #FEFEFE;
	font-weight          : 700;
	margin               : 0;
}

h2 {
	font-size            : 10px;
	color                : #FF9900;
	margin               : 0;
	font-weight          : 700;
}

h3 {
	font-size            : 16px;
	color                : #666666;
	font-weight          : 700;
	margin               : 0;
	padding-bottom       : 5px;
	border-bottom        : 1px dotted #CCC;
}

p {
	margin-top           : 5px;
	padding-bottom       : 5px;
	font-size            : 11px;
	line-height          : 1.5em;
}

#page {
  font-family          : Arial,Helvetica,sans-serif;
  font-size            : 11px;
  margin               : 0 auto;
  width                : 700px;
  padding              : 10px;
  height               : auto;
  background-color     : #FFFFFF;
  text-align           : left;
}

#top {
	width                : 700px;
	height               : 100px;
	margin-bottom        : 10px;
}

#topLeft {
	width                : 150px;
	height               : 100px;
	margin-right         : 10px;
	background-image     : url('img/corner.gif');
	float                : left;
}

#topRight {
	width                : 529px;
	height               : 50px;
	background           : url('img/bgn.gif') repeat-x;
	float                : left;
	/*border               : 1px solid #CCC;*/
	/*border-width         : 1px 0 0 1px;*/
	padding              : 50px 0 0 10px;
}

#content {
	background           : url('img/bgt.gif') repeat-y;
	height               : 1%;
	}

#sectionLeft {
  background-color     : #000000;
	float                : left;
}

#menu {
	margin               : 0;
	padding              : 0;
	list-style           : none;
}

#menu a {
	display              : block;
	font-size            : 11px;
	color                : #FF9900;
	text-decoration      : none;
	padding              : 10px;
	width                : 130px;
	height               : 10px;
	border-bottom        : 1px dotted #333333;
	
}

#menu a:hover {
	background-color     : #333333;
	background           : url('img/bgnav.gif') repeat-x;
}

#sectionLeftBottom {
	width                : 130px;
	background           : url('img/bgn.gif') repeat-x;
	padding              : 110px 10px 10px;
	color                : #EAEAEA;
}

#sectionRight {
	float                : left;
	width                : 530px;
	padding-left         : 20px;
	color                : #666666;
}

#nothing {
	clear                : both;
}

#foot {
	padding-top          : 10px;
	font                 : 10px Arial,Helvetica,sans-serif;
	color                : #336699;
}

#foot a {
	text-decoration      : none;
	color                : #336699;
}

#foot a:hover {
	color                : #152B40;
	text-decoration      : underline;
}

.reference a {
	text-decoration      : none;
	color                : #666666;
}

.reference a:hover {
	color                : #666666;
	text-decoration      : underline;
}

.next a {
  text-decoration      : underline;
	color                : #666666;
}

.next a:hover {
  text-decoration      : underline;
	color                : #303030;
}
