* { /* Global Whitespace reset */
	margin: 0; padding: 0; 
}

body{
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;	
	top: 0px;
	height: 100%;
	background: #D9E8F4 url(../img/bg.gif) top center repeat-y;
	}
	
html {
	top: 0px;
	margin:0px;
	height: 101%;
}

p {	
	line-height: 160%;	
	padding-bottom: 10px;	
	padding-top: 0px;
}

a {
	color: #336699;
	text-decoration: underline;
	line-height: 20px;
}

h1 {
	font-family: arial, verdana, sanserif;
	font-size: 30px;
	padding-bottom: 10px;
	color: #35639B;
	font-weight:normal;
	line-height: 120%;
}

h2 {
	font-family: arial, verdana, sanserif;
	font-size: 16px;
	font-weight: bold;
	line-height:120%;
	color: #35639B;
	text-transform: uppercase;

}
.rubRight {
	font-family: arial, verdana, sanserif;
	font-size: 16px;
	font-weight: bold;
	line-height:120%;
	color: #35639B;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;

}

.underrub {
	font-family: verdana, arial;
	font-size: 11px;
	padding-bottom: 8px;
	font-weight: bold;
	line-height:20px;
	color: #777777;
}

.hrWhite {
	margin: 2px 0px 4px 0px;
	background-color: #FFFFFF; 
	color: #FFFFFF;
	height: 1px;
	border: 0px none;
	clear:both;
}

.smalltext {
	font-size: 80%;
}

#container {
	width:764px;
	height: auto;
	background-color:#ffffff;
	margin: auto;
	top: 0px;
	position: absolute;
	/* Make element float in the center */	
	left: 50%;	
	/* Set the width and height */
	margin-left: -382px;	
}

#maincontent {
	width: 764px;
	height: 100%;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	min-height: 500px;
	float:left;
}
#topCol {
	width: 764px;
	height: 65px;
	background-color:#FFFFFF;
	background-image:url(../img/top-shadow.gif);
	background-repeat: no-repeat;
	background-position: top left;

}
#rightCol {
	width: 397px;
	height: 500px;
	float: right;
	padding: 0px;
}

#leftCol {
	width: 365px;
	float: left;
	background-color:#FFFFFF;
}

#startRightCol {
	width: 204px;
	height: 600px;
	float: right;
	background-color:#F3F5F6;
	left: 520px;
	padding: 30px 20px 0px 20px;
	background-image:url(../img/right_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#startLeftCol {
	width: 520px;
	float: left;
	background-color:#FFFFFF;
}

#boxText {
	width: 299px;
	padding: 20px 20px 20px 30px;
	clear:both;
}

#startBoxText {
	width: 430px;
	padding: 20px 20px 20px 30px;
	clear:both;
}

.errorBox {
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	padding: 10px 0px 10px 0px;
	margin-bottom: 20px;
	color: #FF0000
}
.succesBox {
	color: #009933;
	margin-bottom: 20px;
	border-top: 1px solid #009933;
	border-bottom: 1px solid #009933;
	padding: 10px 0px 10px 0px;
}

#topPic {
	width: 764px;
	background-color:#FFFFFF;
	height: 170px;
}

#tabs {
	width: 764px;
	background-color:#35639B;
	border-bottom:1px solid #FFFFFF;
}

#tabs ul {
	line-height: 26px;
	padding: 0px;
	margin:0px;
	width: 764px;
}

#tabs li {
	list-style: none;
	display: inline;
}

#tabs a {
	background-color:#35639B;
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial, verdana, sanserif;
	font-weight:bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0.5em 2em 0.5em 2em;
	border-right: 1px solid #FFFFFF;
	margin: 0px;
}

#tabs a:hover { } 

#tabs #current {
	border-top: 2px solid #B6C4CE;
	background-color:#6183AC;
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial, verdana, sanserif;
	font-weight:bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0.8em 2em 0.5em 2em;
	border-right: 1px solid #FFFFFF;
	margin-left: -0.4em;
}
#tabs #currentStart {
	border-top: 2px solid #B6C4CE;
	background-color:#6183AC;
	text-decoration: none;
	color: #FFFFFF;
	font-family: arial, verdana, sanserif;
	font-weight:bold;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0.8em 2em 0.5em 2em;
	border-right: 1px solid #FFFFFF;
}

#boxText li {
	margin-left: 40px;
	line-height: 20px;
}

#boxText ul {
	margin-bottom: 20px;
}

.imgLog {
	border: 0px;
	padding: 0px; 
	margin: 20px 0px 10px 25px; 
}
.tList {
	width:100%;
	padding:0px;
	margin:0px;
	border:0;
}
.tList tr {
	height:30px;
}
.oddRow {
background-color:#F3F5F6;
}