/* GENERAL ------------------------------------------------------------------ */
/* Zero default margin & padding around common elements */
body, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, li, ol, p, ul
{
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

body
{
	background-color: #ffffff;
	color: #000000;
	line-height: 1.4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}


/* PAGE CONTAINERS ---------------------------------------------------------- */

#pageWidth
{
	min-width: 628px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	background-repeat: repeat-y;
}

.panel
{
	padding: 20px;
}

.clearer
{
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}



/* HEADER --------------------------------------------------------------------- */
#header
{
	position: relative;
	z-index: 2;
	height: 95px;
	he\ight: 95px;
	border: 0px solid #ffffff;
	border-right-color: #0055BB;
	border-bottom-color: #0055BB;
	background-color: #E8E7D5;
}

#header #logo
{
	position: absolute;
	left: 5px;
	top: 15px;
	z-index: 100;
	width: 168px;
	height: 101px;
	overflow: hidden;
}

#header #adv
{
	position: absolute;
	left: 150px;
	top: 2px;
	z-index: 100;
	overflow: hidden;
	text-align:center;
}

#header .title 
{
	color:#ffffff;
	padding: 8px;
	font-size:21px;
	font-weight: bold;
}


/* MENU --------------------------------------------------------------------- */

#menu
{
	position: relative;
	z-index: 2;
	height: 2.5em;
	margin-top: 1px;
	border-right: 1px solid #003399;
	border-bottom: 1px solid #003399;
	background-color: #0066CC;
	background-image: url(images/px_3399ff.gif);
	background-repeat: repeat-x;
}

* html #menu
{
	height: 2.35em;
}

#menu ul
{
	float: left;
	border-right: 1px solid #3399FF;
	list-style: none;
}

#menu li
{
	float: left;
}

#menu a
{
	display: block;
	border-top: 1px solid #3399FF;
	border-left: 1px solid #3399FF;
	border-right: 1px solid #003399;
	border-left: 1px solid #3399FF;
	padding: 0.5em 16px;
	color: #FFFFFF;
	text-decoration: none;
}

* html #menu a
{
	height: 1px;
	float: left;
}

#menu li.on a
{
	border-top-color: #197FE5;
	border-left-color: #197FE5;
	color: #FFCC00;
	background-color: #004CB2;
	font-weight: bold;
}

#menu a:hover
{
	background-color: #004CB2;
}


/* CONTENT ------------------------------------------------------------------ */
#content
{
	position: relative;
	z-index: 2;
	min-height: 350px;
	margin-top: 1px;
	background-color: #FFFFFF;
	/*background-image: url(/images/line.gif);
	background-repeat: repeat-y;
	background-position: 70% 0;*/
}

* html #content
{
	height: 350px;
}

#contentMain
{
	position: relative;
	float: left;
	/*width: 70%;*/
	width: 100%;
	border-top: 0px solid #FFFFFF;
}

#contentMain .panel
{
	padding: 10px 10px;
	border: 0px solid #7F7F7F;
	border-top-color: #000000;
	border-left-color: #FFFFFF;
	background-image: url(/images/panel.jpg);
	background-repeat: repeat-x;
}



#contentSub
{
	float: right;
	width: 29.8%;
	border-top: 1px solid #7F7F7F;
	color: #CCCCCC;
}

#contentSub .panel
{
	position: relative;
	padding: 10px 10px;
}


/* FOOTER ------------------------------------------------------------------- */
#footer
{
	padding-top: 2px;
	background-image: url(/images/line.gif);
	background-repeat: repeat-x;
	background-position: 70% 0;
}

#footerInner
{
	border: 1px solid #3399FF;
	border-right-color: #0055BB;
	border-bottom: 0 none #FFFFFF;
	padding: 8px 15px 8px 15px;
	background-color: #0066CC;
	background-position: 0 100%;
	color: #FFFFFF;
}


