@charset "utf-8";
/* CSS Document */

body {
text-decoration:none;
color:#dddddd;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
background-color:#dddddd;
background-image:url(../images/background7.png);
background-repeat:repeat;
margin:0px;
}

body a, body a:visited{
text-decoration:none;
color:#dddddd;
}

body a:hover{
text-decoration:none;
color:#ffffff;
}

p {text-decoration:none;}


.page {
	width:100%;
	background-image:url(../images/Page-BgGradient.png);
	background-repeat:repeat-x;
	background-position:top;
}

.box {
	width:990px;
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
	background-image:url(../images/Page-BgTexture2.png);
	background-repeat:repeat;
}

.nav {
	width:990px;
	height:41px;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
}

.header {
	width:990px;
	height:125px;
	background-image:url(../images/Header.jpg);
	background-repeat:no-repeat;
}

.sidebox {
	width:240px;
	height:auto;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:20px;
	background-image:url(../images/Page-BgTile2.png);
	background-repeat:repeat-y;
}

.sidetab {
	margin-left:8px;
	margin-top:5px;
	color:#000000;
}

.contentbox {
	width:700px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	padding-top:25px;
	padding-bottom:50px;
	background-image:url(../images/Page-BgTile.png);
	background-repeat:repeat-y;
}

.content-p {
	font-size:18px;
	color:#FFF;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}

.content {
	color:#FFF;
	padding-left:15px;
	padding-right:15px;
	text-align:left;
}







