/* HTML standard tags */
body {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0px;
	background: #C0C0C0;
	background: #FFFFFF url('/Media/Images/bgs/main.png') repeat-y center top;
}
DIV
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
TD
{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
TD.small
{
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
STRONG
{
	color:#000066;
}
B
{
	color:#0099ff;
}
B.black
{
	color:#000000;
}
A
{
	color:#000066;
	text-decoration:none;
}
A:hover
{
	text-decoration:underline;
}
UL
{
	color:#000066;
	text-decoration:none;
}
H1
{
	font-size:14px;
	color:#000066;
}
H2
{
	font-size:14px;
	color:#0099ff;
}
H3
{
	font-size:12px;
	color:#000066;
}
H4
{
	font-size:12px;
	color:#0099ff;
}
/* IDs structure */
#main {
	width: 765px;
	background: #fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:0px 0px 5px 0px;
}
#title {
	position: relative;
	background-color:#fff;
	top: 0px;
	left: 0px;
	width: 755px;
	height: 130px;
	background: #FFFFFF url('/Media/Images/bgs/header.png') no-repeat fixed center top;
}
#topNav {
	position: relative;
	top: 0px;
	left: 0px;	
	width: 755px;
	height: 30px;
}
#holder {
	position: relative;
	top: 0px;
	left: 0px;
	width: 755px;
	height: auto;
	margin:7px 0px 0px 0px;
	padding:5px 0px 0px 0px;
	border-top:1px dashed #ccc;
}
#content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 755px;
	height: auto;
}
#rightMenu {
	position: relative;
	float: right;
	top: 0px;
	right: 0px;
	width: 200px;
	height: auto;
}
#textArea {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align:left;
	padding:0px 20px 0px 10px;
}
#footer {
	width: 755px;
	height: 20px;
	text-align: center;
	margin:20px 0px 0px 0px;
	background: #fff url('') no-repeat fixed center;
}
/* Class containers */
.cont-title {
	position:absolute;
	z-index:1;
	top:50px;
	left:8px;
	width: 350px;
	height: 50px;
}
.cont-topNav {
	text-align: left;
	width: 100%;
	height: 30px;
	color: #000000;
	font-size: 8pt;
	background: #E5E5CC;
	padding:8px 0px 0px 10px;
}
.cont-topNav A {
	color: #000000;
}
.cont-textArea {
	width: 100%;
	height: auto;
	padding:10px 0px 0px 0px;
	font-size:14px;
	font-weight:bold;
	color:#000066;
}
.cont-Rightmenu {
	width: 100%;
	height: auto;
	padding: 4px;
	margin: 4 4 4 2px;
	text-align: justify;
	background: #FFFFFF url('') no-repeat fixed center;
	border: 1px solid #000000;
}
.cont-footer {
	text-align: right;
	width: 755px;
	height: 20px;
	padding: 3px 5px 0px 8px;
	color:#E5E5CC;
	font-size: 11px;
	background: #000066;
}
/* Other */
.logo {
	margin: 35px 0px 0px 15px;
}
.floatLeft {
	float: left;
	margin: 0px 5px 5px 0px;
}
.floatRight {
	float: right;
	margin: 0px 5px 5px 0px;
}
/*added by JRF 21.03.05*/
.header
{
	background:#CCCC99;
	color:#333;
	height:18px;
	padding:6px 5px 6px 5px;
	text-align:left;
}
.pod
{
	background: #E5E5CC url('/Media/Images/bgs/dots.gif') repeat-x fixed left top;
	text-align:left;
	padding:8px 5px 5px 5px;
}

.email
{
	font-size:10px;
	font-stretch:condensed;
	width:200px;
	height:18px;
}
/*Form controls*/
.formText
{
	width:250px;
	height:18px;
	font-size:11px;
	color:#000066;
	padding:1px 3px 1px 3px;
	margin:3px 0px 3px 0px;
}
.formSelect
{
	width:250px;
	height:18px;
	font-size:11px;
	color:#000066;
	padding:1px 3px 1px 3px;
	margin:3px 0px 3px 0px;
}
.formTextarea
{
	width:250px;
	height:75px;
	font-size:11px;
	color:#000066;
	padding:1px 3px 1px 3px;
	margin:3px 0px 3px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.formSubmit
{
	width:250px;
	height:20px;
	font-size:11px;
	color:#000066;
	border:none;
	padding:1px 3px 1px 3px;
	margin:3px 0px 3px 0px;
	background: #E5E5CC url('/Media/Images/bgs/buttonBG.gif') no-repeat fixed left top;
}
.borderAccomImg {
	border:1px solid #99CCFF;
	}