body {
	width: 1024px;
	height: 768px;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	background: #ffffff;
	color: #000000;
	font: 12px/14px "Arial CE" Arial "Helvetica CE" Helvetica "Verdana CE" Verdana "Geneva CE" Geneva sans-serif;
}

/********************************* Default element parameters *********************************/

h2,h3,h4 {
	font-size: 1em;
	font-weight: bold;
}

h2 {
	background: transparent;
	color: #ff3333;
}

a {
	background: transparent;
	color: #000000;
	text-decoration: none;
	font: 12px/14px "Arial CE" Arial "Helvetica CE" Helvetica "Verdana CE" Verdana "Geneva CE" Geneva sans-serif;
}

a:hover, a:active {
	text-decoration: underline;
}

hr {
	border: 0px none;
	border-top: 1px solid;
}

img {
	border: 0px none;
	vertical-align: middle;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea, button, select,option {
	background: #ffffff;
	color: #000000;
	width: 159px;
	border: 0px none;
	text-align: left;
	overflow: hidden;
}

input, option {
	height: 18px;
}

input.img {
	background: transparent;
	color: inherit;
	border: 0px none;
	width: auto;
	height: auto;
}

input.radio {
	border: 0px none;
	width: auto;
	height: auto;
	background: transparent;
	color: #000000;
}

button {
	width: auto;
	height: auto;
	background: transparent;
	color: #0000000;
	vertical-align: middle;
}

label {
	font-size: 0.9em;
	font-weight: bold;
}

hr {
	border: 0px none;
	border-top: 1px solid;
}

td {
	vertical-align: top;
}

span.textRight {
	display: block;
	position:relative;
	float: right;
	text-align: right;
}

/********************************* Common classes *********************************/

.bold {
	font-weight: bold;
}

.cyan, a.cyan, a.cyan:hover {
	background: transparent;
	color: #00a3b3;
}

.yellow, a.yellow, a.yellow:hover {
	background: transparent;
	color: #ffff00;
}

.orange, a.orange, a.orange:hover {
	background: transparent;
	color: #ff3333;
}

.text {
	font: 13px/15px "Times New Roman CE", "Times New Roman", Times, serif;
}

/********************************* Shared layout *********************************/

#Head {
	width: 100%;
	min-height: 90px;
	padding: 0px 0px 0px 27px;
}

#Menu {
	width: 990px;
	padding: 14px 0px 0px 0px;
	margin-bottom: 20px;
	text-align: left;
}

#Menu td {
	padding: 0px 0px 0px 5px;
	margin: 0px;
}

#Menu tr.submenu td {
	padding: 5px 0px 0px 5px;
	margin: 0px;
}

#Menu tr.submenu br {
	line-height: 20px;
}

#Menu td.blt {
	width: 80px;
}

#Menu td.spacer {
	width: 74px;
}

#Menu td.logo {
	padding: 0px;
	width: 180px;
}

#Menu a.submenu {
	font-size: 0.9em;
}

#Menu #sGallery,#Menu #sBulletin,#Menu #sForum {
	visibility: hidden;
}

#Menu #fItem {
	width: 117px;
}

#Location {
	width: 760px;
	border-bottom: 1px solid;
	margin: 0px 0px 0px 0px;
}

#Location h2 {
	margin: 4px;
}

#ToolHeader h2 {
	margin: 2px;
}

#ToolHeader {
	position: relative;
	float: right;
	width: 165px;
	margin: 0px 35px 0px 0px;
	border-bottom: 1px solid;
}

#Main {
	display: block;
	position: relative;
	float: left;
	width: 790px;
}

html>body #Main {
	width: 814px;
}

#Tools {
	display: block;
	position: relative;
	float: left;
	width: 155px;
	padding: 0px 0px 0px 40px;
	margin: 0px;
}


html>body #Tools {
	width: 160px;
}

#Pager {
	display: block;
	clear: both;
	text-align: right;
	width: 100%;
}

#Pager a {
	margin: 5px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}

#Pager .active {
	margin: 5px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
}

div.pager {
	margin-top: 10px;
}

div.pager a {
	color: #ff3300;
	background: transparent;
}