/* reset default styles */
* {
   padding:0;
   margin:0;
}

/*  page body */
body	{
	background:#A6B9C9;
	font:12px Arial, Helvetica, sans-serif;
	width:760px;
	margin-top: 13px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* all list items to show no bullets*/
ul { list-style:none}

/* sidebar menu */
#menu	{	float:left}

#menu ul {
	padding: 4px;
	width: 194px;
	border: 3px solid #fff;
	background: #DEE7EF;
	margin-bottom: 5px
}

/* sidebar menu titles */
h2	{
	padding: 2px;
	text-align: center;
	color: #fff;
	margin-bottom: 3px;
	font-size: 12px;
	display: block;
	background: #0099CC;
	border: 1px solid #E6F9FF
}

/* sidebar menu links */
#menu a {
	font-size: 11px;
	text-align: left;
	border: 0px solid #EAFFFF;
	border-bottom-width: 1px;
	display: block;
	height: 17px;
	padding: 4px 0 0 10px;
	text-decoration: none;
	color: #000
}

#menu a:hover {	background:#EFF3F7}

/* top navigation */
p.nav {
	background: #0099CC;
	border: 1px solid #fff;
	padding: 4px;
	color: #fff;
	font-weight: bold;
	text-align: left
}
p.nav span {	text-decoration: underline}

/* main header style */
h1	{	
	font-size: 18px;
	color: #900;
	margin-bottom:15px
}

/* main content wrapper */
#main {
	width: 543px;
	background: #fff;
	float: right;
	text-align: center;
	border: 2px solid #8EA8C1;
	height: 1848px;
	margin-bottom: 10px;
}
#main2 {
	width: 543px;
	background: #fff;
	float: right;
	text-align: center;
	border: 2px solid #8EA8C1;
	margin-bottom: 10px;
}
#main ul, #main2 ul {
	margin: 0 auto;
	width: 528px;
	padding-bottom: 2px
}
#main ul span, #main2 ul span	{ float: left}

/* main image style (logo) */
#main img, #main2 img	{	
	margin-top: 24px;
	margin-bottom: 9px
}

.logo{
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #336699;
}

/* main row style*/
#main li, #main2 li	{
	height: 30px;
	position: relative;
	margin: 8px 0;
}

/* main table header style*/
#main li.head, #main2 li.head	{
	color: #000000;
	font-weight: bold;
	margin-bottom: 5px;
	display: block;
	height:22px
}

/* main row link style */
#main li a, #main2 li a {
	height: 30px;
	display: block;
	text-decoration: none;
	color: #000;
	border: 1px solid #DEE7EF;
	line-height: 30px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* main row link hover style */
#main li a:hover, #main2 li a:hover {
	background:#DEE7EF;
	color:#0066CC;
	border:1px solid #B6CADC;
	cursor: pointer;
}

/* main columns widths */
.c1	{
	width: 60px
}
.c2	{
	width: 60px;
}
.c3	{
	width: 120px
}
.c4	{
	width: 70px
}
.c5	{ width: 77px}
.c6	{
	width: 65px
}
.c7	{
	width: 65px
}
.clr	{
	clear:both;
	height: 1px;
}
