body {
	background: #fff;
	text-align: center;
}

body img {
	border-width: 0px;
}

form {
	margin: 0px;
}

select {
	font-size: 1em;
}

/* text objects */
h1, h2, h3, p {
	margin: 0px;
}

h1 {
	margin-bottom: 0.75em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

h2 {
	margin-bottom: 0em;
	letter-spacing: 0.02em;
}

h3 {
	margin-bottom: 0.25em;
}

p {
	margin-bottom: 0.75em;
	letter-spacing: 0.01em;
	line-height: 150%;
}

hr {
	border-width: 0px;
	border-top: 1px solid #CBD2D2;
	height: 1px;
}

/* MAIN */
#main {
	width: 934px;
	margin: 0px auto;
	text-align: left;
}

/* TOP */
#top {
	background: no-repeat left top;
	margin-left: 255px;
	height: 145px;
	margin-bottom: 5px;
}

#logo {
	background: #fff;
	float: right;
	padding: 0px 0px 15px 30px
}


/* SEARCH */
.searchstatus {
	background: #efefef;
	border: 1px solid #999;
	font-size: 71%;
	padding: 2px;
	margin-bottom: 1em;
}

.searchstatus .pages {
	margin-top: 5px;
	font-size: 1em;
}

.stars {
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
	padding-left: 10px;
	margin: 0px;
	line-height: 10px;
	height: 5px;
	padding-bottom: 0px;
	color: #c00;
}
.stars .white {
	color: #ccc;
}

.searchhl {
	background: #eee;
	border: 1px solid #aaa;
	padding: 0px 2px 0px 2px;
	font-weight: bold;
}

/* LEFT */
#left {
	float: left;
	width: 240px;
	font-size: 71%;
}

/* MENU */
#menu
{
	background: #C20015;
	padding: 30px 20px 40px 30px;
	margin-bottom: 15px;
}
#pageforside #menu { 
	height: 210px;
	overflow: hidden;
}
* html #pageforside #menu { height: 280px; }

#menu a {
	display: block;
	width: 100%;
	padding: 2px 0px 2px 0px;
	margin-bottom: 4px;
	color: #fff;
	text-decoration: none;
}

#menu a:hover {
}

#menu .act a {
	font-weight: bold;
}

#menu .submenu {
	padding-left: 10px;
}

/* FOOTER */
#footer {
	background: #ECF7FD;
	padding: 135px 30px 30px 30px;
	border-bottom: 15px solid #D4EDF9;
}

/* RIGHT */
#related {
	border-top: 1px #D9D9D9 solid;
	float: right;
	clear: right;
	width: 280px;
}

#related .box
{
	padding: 15px;
	margin: 0px;
	border-top: 0px;
	border-right: 1px #D9D9D9 solid;
	border-bottom: 1px #D9D9D9 solid;
	border-left: 1px #D9D9D9 solid;
}

#related .navi {
	font-size: 71%;
}

#related .navi div {
	margin-bottom: 5px;
}

#related .navi div.act a:link, #related .navi div.act a:visited {
	color: #333;
	text-decoration: none;
}

/* BC */
#bc {
	font-size: 71%;
	padding: 7px 0px 8px 0px;
	margin-left: 255px;
}

#bc a:link, #bc a:visited {
	text-decoration: none;
	color: #333;
}

/* CONTENT */
#content
{
	margin-left: 255px;
	clear: right;
	margin-right: 0px;
	border: 1px solid #ddd;
	margin-top: 3px;
}

#content.right {
	margin-right: 295px;
	clear: none;
}

#content ul, #content ol {
	margin-left: 30px;
	padding-left: 0px;
	margin-bottom: 1em;
	margin-top: 5px;
}

#content li {
	line-height: 140%;
}

.totop {
	float: right;
	clear: right;
	padding-left: 10px;
}
#content .inner { padding: 10px 20px; }

/* CONTENT TABLE */
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}

#content table tr th, #content table tr td {
	padding: 2px;
}

#content table tr td {
	font-size: 71%;
}

#content table tr td p, #content table tr th p, #content table tr td ul, #content table tr td ol, #content table tr td .text, #content table tr td .textarea {
	font-size: 1em;
}

#content table tr td h1 {
	font-size: 110%;
}

#content table tr td h2 {
	font-size: 120%;
}

#content table tr td h3 {
	font-size: 110%;
}

#content table tr td h4 {
	font-size: 100%;
}

table.tf th, table.tf td {
	padding: 4px;
}

#body table.tf th {
	background-color: #EDEEEF;
	color: #333;
}

/* FORMS */

.text, .textarea
{
	font-family: verdana, tahoma, arial, sans-serif;
	background: #ECF7FD;
	border: 1px solid #D4EDF9;
	padding: 4px;
	width: 220px;
	font-size: 71%;
}

.submit, .bgsubmit {
	background: #3D9ED3;
}

.submit {
	border: 0px;
	color: #fff;
	font-size: 71%;
	font-weight: bold;
}

#pagesend .submit { font-size: 1em; }

/* LISTS */
.list div {
	font-size: 71%;
	margin-bottom: 1em;
}

/* CONTENT PAGES */
.pages {
	font-size: 71%;
}

.pages a, .pages b {
	float: left;
	display: block;
	background: #fff;
	border: 1px solid #666;
	margin-right: 4px;
	margin-bottom: 5px;
	text-align: center;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pages a.act, .pages b {
	color: #333;
	font-weight: bold;
}

.pages a.dis {
	border-color: #ddd;
	color: #999;
}

/* FUNC */
#func {
	float: right;
	font-size: 71%;
	margin:	10px 0px 5px 15px;
	height: 16px;
}

#func a {
	display: block;
	float: left;
	margin-left: 10px;
	height: 20px;
	cursor: pointer;
}

#func img {
	margin-left: 5px;
	border-width: 0px;
	vertical-align: middle;
}

#func a:link, #func a:visited {
	color: #333;
	text-decoration: none;
}

/* VALIDATION */
.invalid {
	background-color: #3D9ED3;
	color: #000;
}

.mandatory {
	color: #3D9ED3;
}

/* SITEMAP */
div.sitemap {
	margin-bottom: 1em;
}

div.sitemap div.inner {
	margin-left: 20px;
	margin-top: -20px;
}

div.sitemap div {
	margin-bottom: 20px;
}

div.sitemap div div {
	margin: 0px;
}

/* ADAPT */
#adapt {
	clear: both;
	text-align: right;
	font-size: 71%;
	padding-top: 5px;
}

#adapt a:link, #adapt a:visited {
	color: #888;
	text-decoration: none;
}

/* HOME */
#pageforside #top {
	height: 280px;
}

#pageforside #footer {
	display: none;
}

#pageforside #content
{
	margin-left: 0px;
	border: 0px;
}
#pageforside #content .inner { padding: 0px; }

/* HOME SUBSCRIBE */
#pageforside #subscribe .text {
	width: 100%;
}

#pageforside #subscribe .submit {
	padding: 13px 0px;
	width: 65px;
}

#pageforside .blue td {
	background: #ECF7FD;
}

#pageforside .left {
	width: 240px;
	height: 265px;
}

#pageforside .box {
	height: 110px;
	overflow: hidden;
}
* html #pageforside .box { height: 140px; }

#pageforside .blue .lbottom, #pageforside .blue .mbottom {
	background: #D4EDF9;
	font-size: 1px;
}

#pageforside .blue .lbottom {
	height: 15px;
}

#pageforside .blue .mbottom {
	height: 15px;
}

#pageforside .left .padding {
	padding: 30px
}

#pageforside .middle .padding {
	padding: 30px 30px 30px 15px;
}

#pageforside #content table td {
	padding: 0px;
}

/* WHATSNEW */
.whatsnew .last {
	margin-bottom: 0px;
}

/* DEBUGGER */
body #debugger {
    background: #fff url(/awe2public/gfx/nextweb-logo.gif) no-repeat right top;
    margin: 20px;
    text-align: left;
    color: #333;
    border: 20px solid #fff;
}
