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

body {
	color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../assetts/images/BannerTileBackground.jpg);
	background-repeat: repeat-x;
	background-color: #080808;
}
#nav {
}

#sidebar {
	display: inline;
	float: left;
	width: 180px;
	margin-top: 20px;
	margin-left: 10px;
	background-repeat: repeat-y;
}
#mainContent {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 220px;
}
#header {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	height: 122px;
}
#container {
	background-color: #FFF;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../assetts/images/container_bg.jpg);
	background-repeat: repeat-y;
}
#footer {
	padding: 7px;
	background-color: #666;
	margin: 0px;
	text-align: center;
	height: 20px;
	vertical-align: middle;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav li {
	font-size: 85%;
	list-style-type: none;
}
#nav a {
	text-align: center;
	display: block;
	width: 178px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #666;
}
#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
	background-color: #99C;
}

#clearfloat {
	margin: 0px;
	padding: 0px;
	float: none;
	height: 0px;
}
#nav a:hover, #nav a:focus, #nav a:active {
	color: #000;
	background-color: #FFF;
}
#footer ul {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#footer a:link, #footer a:visited {
	font-size: 80%;
	color: #fff;
	margin: 5px;
	padding: 5px;
}
#footer a:hover, #footer a:focus, #footer a:active {
	color: #000;
	text-decoration: none;
	background-color: #FFF;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #45B9E2;
}

.rightimg {
	margin: 10px;
	float: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
}
.boldtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #C60;
}
.portimage {
	margin: 1px;
	border: 2px ridge #333;
}
table {
	text-align: center;
	margin: 0px;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
}
a:visited {
	color: #000;
}
a:hover {
	color: #99C;
}
a:active {
}
.sideContent {
	border: 1px solid #99C;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 85%;
	background-color: #FFF;
	background-image: url(../assetts/images/sidecontent_background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
.sideContent2 {
	border: 1px solid #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 85%;
	margin-top: 5px;
	padding: 5px;
	font-weight: bold;
	background-color: #69C;
}

.centertext {
	text-align: center;
}
.leftimage {
	float: left;
	margin-right: 10px;
}
.adobeborder {
	padding: 5px;
	border: 2px solid #69C;
}
