/* PAGE/GENERAL */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height:110%
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

fieldset {
    position :              relative;
    top :                   1em;
    padding :               0 0.5em 1em 0.5em;
}
html>body fieldset {
    padding-top :           1em;
    top :                   0;
}
legend {
    position :              relative;
    top :                   -1em;
    padding :               0.4em;
}


body
{
	margin:0px;
	padding:0px;
	font-family:Arial;
	font-size:80%;
	color:#000;
	background:#FFFFFF url(/img/body_bg.gif) repeat-x;
	/*ehavior:url(css/hover.htc);*/
}

#page
{
	min-height: 100%;
	margin: 0 auto; 
	width:760px;
	text-align:left;
	/*background:transparent url(/img/bg-page.png) repeat-y;;*/
}




* html #page
{
	height: 100%;
}

.clearer
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

.hidden
{
	position: absolute;
	left: -10000px;
}

.nospace{
	margin: 0;
	line-height: 0;
	font-size: 0;
}

.right{
	float:right;
}

.left{
	float:left;
}

/* HEADER */
	
#header
{
	height: 90px;
}

/* CONTENT */
/*
#mainContent {
	float:right;
	margin-left:10px;
	padding:0pt 0pt 66px;
	text-align:left;
	width:672px;
}
*/
#mainContent {
float:left;
margin:35px 0pt 0pt;
padding:0pt 15px;
width:760px;
}

img
{
	border: 0 none transparent;
}

#leftside {
	float:left;
	width:198px;
	/*width:255px;*/
	margin: 0;
	border-right:1px dotted #67B0F0;
	background-color:#F7FBFE;
}

#mainContent.nomenu{width:100%;}
.margeInside{padding:0 7px 0}
.margeInside{padding:0 10px 10px 10px}
