/* ------------------------------
Body Redefine Tag
------------------------------ */
html {
	background-color: #ffffff;
	text-align: justify;
	font-size: 12px; 
	color: #000000; 
	font-family: verdana, arial, sans-serif;
	margin-right: 5px;
	margin-left: 5px;
}



/* ------------------------------
Text Redefine Tags
------------------------------ */
p.mainText {
	font-size: 12px;
	color: #000000;
	text-align: justify;
	text-decoration: none; 
	font-family: verdana, arial, sans-serif;
	margin-top: 0px;
}

h1.linksMenu {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	text-align: left;
	text-decoration: none; 
	font -family: verdana, arial, sans-serif;
	border-bottom: 2px solid #000000;
	margin: 0em 0 0em;
}

span.boldText {
	font-weight: bold;
}

span.italicText {
	font-style: italic;
}



/* ------------------------------
Link Redefine Tags
------------------------------ */
a:link {
	font-size: 12px;
	color: #1C1C1C; 
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

a:visited {
	font-size: 12px;
	color: #1C1C1C; 
	text-decoration: none;
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
}

a:hover {
	font-size: 12px;
	color: #363636; 
	text-decoration: none;
	font-weight: bold;
	font -family: verdana, arial, sans-serif;
}



/* ------------------------------
Page Structure
------------------------------ */

/* #container has an absolute width (514 pixel) */

#container {
	width: 514px;
	margin-left: 0px;
}

#topbar {
	background-color: #CFCFCF;
	width: auto;
	display: block;
	font-size: 16px;
	color: #000000;
	border-bottom: 5px solid #000000;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main {
	background-color: #9C9C9C;
	width: 514px;
	display: block;
}

#columnLeft {
	width: 204px;
	margin-right: 10px;
	float: left;
}

#columnMiddle {
	width: 180px;
	margin-right: 10px;
	float: left;
}

#columnRight {
	width: 100px;
	float: left;
}

div.spacer {
	clear: both;
	height: 10px;
	display: block;
}

#footer {
	background-color: #CFCFCF;
	width: auto;
	display: block;
	font-size: 11px;
	color:#666666;
	text-align: center;
	height: 10px;
}