body {
    font-family: tahoma, helvetica, arial, sans-serif;
    font-size: 0.9em;
    text-align: center;
    background: #9b9487;
    color: #000033;
    padding-top: 12px;
}
td, th {
    font-size: 1em;
    text-align: left;
}
#wrapper {
    background: url(images/body_top3.jpg) repeat-y;
    margin: auto;
    text-align: left;
    width: 600px;
    position: relative;
}

#header {
	background: url(images/body_top3.jpg) repeat-y;
	width: 600px;
	padding-top:20px;
	float:left;
	text-align:left;
	padding-bottom: 20px;
}

#header .content {
    padding-left: 10px;
    padding-right: 10px;
}

#footer {
	background: url(images/body_top3.jpg) repeat-y;
	width: 600px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	text-align:left;
	font-size: .8em;
}

#body {
    background: url(images/body_bg3.jpg) repeat-y;
     width: 600px;
}
#bodyi {
	background: url(images/body_top3.jpg) repeat-y;
	width: 600px;
	float: left;
}

#bodyi .content {
    padding-left: 24px;
}


#bodyj {
     background: url(images/body_bot.gif) bottom no-repeat;
     padding: 1px 0;
}
h1, h2, h3, #nav, #nav li {
    margin: 0; padding: 0;
}
#nav {
    background: url(test/images/body_top3.gif) repeat-y;
	font-size: 1em;
	line-height: 1.2;
	padding-left: 16px;
	padding-top: 5px;
}
#nav li {
    float: left;
    width: 79px;
    list-style: none;
    margin-left: 2px;
    border-bottom: 1px solid black;
}
#nav a {
    background-color: #4f5a4d;
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 1px 0;
}

#nav a:hover {
    background-color: #693c49;
    color: #CCCCCC;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 1px 0;
}

#nav a:active {
    background-color: #CC6600;
    color: #FFFFFF;
}

#sidebar {
	float: left;
	width: 220px;
	padding-left: 10px;
}
#sidebar .content {
    padding-left: 24px;
}
#sidebar .content img {
    float: left;
    clear: left;
    margin: 3px 3px 3px 3px;
}
#sidebar .divider {
    background: url(images/left_splitter.gif) center no-repeat;
    height: 5px;
    width: 220px;
}
#content {
    float: right;
    width: 370px;
}
#content .content {
    margin: 7px 25px 7px 17px;
}
#content .content table {
    width: 310px;
    margin-right: 0px;
}
#content .content table td,
#content .content table th {
    padding-right: 10px;
}
#content .content table td.download {
    text-align: right;
    padding-right: 0px;
}
#content .divider {
    background: url(images/right_splitter.gif) repeat-x;
    height: 5px;
}
h1 {
	position: relative;
	font-size: 1.8em;
	padding-left: 10px;
}
h2 {
    font-size: 1.1em;
    color: #6a3e4b;
    margin: 1em 0;
}
h3 {
    font-size: 1em;
    margin: 1em 0;
}
p {
    margin: 1em 0;
}
img {
    border: 0;
}
img.left  { float: left; margin-right: 14px; }
img.right { float: right; margin-left: 14px; }
.readmore {
    text-align: right;
}
.hidden {
    visibility: hidden;
}
.clear {
    clear: both;
}
a {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
a:visited {
    color: #333333;
}
a:hover {
    text-decoration: underline;
    color: #CCCCCC;
	background-color:#339966}

a:active {
    text-decoration: underline;
    color: #336666;
	background-color:#FFFFFF
}

table a {
    text-decoration: underline;
    font-weight: normal;
    color: #333333;
}
#power {color:#fff;text-align:center;}
#power a {color:#fff;}
