/* Colors of the site:
	background: #8dc4df
	text: #000
*/

body {
	background-color: #fff;
	font-family: Arial, serif;
	font-size: 13px;
	margin: 0px 0px 0px 0px; 
}

img {
	border: 0px ;
}

a, a:active {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

#mainContainer {
	width: 1000px;
	noheight: 685px;
	text-align: left;
	border: 0px solid black;
}


#topContainer {
	vertical-align: middle;
	text-align: right;
	float: right;
}

#spacerContainer {
	width: 5px;
}

/* Site Simiula 2010 */

#topBarContainer {
	background-image: url(images/logoBar.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	min-width: 1000px;
	height: 93px;
	min-height: 93px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#topBarTable {
	width: 1000px;
	height: 107px;
	padding: 0px 20px;
	border-spacing: 0px;
}

#topBarTableClaim {
	width: 700px;
	padding: 5px 5px 5px 5px;
	vertical-align: bottom;
}

.topBarTableButtons {
	text-align: center;
}

/* Left side */ 

#middleContainer {
	width: 100%;
	height: 500px;
	text-align: left;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

#leftContainer {
	width: 270px;
	height: 225px;
	text-align: left;
	color: #000;
	font-size: 13px;
	font-weight: normal;
}

#leftContainerTitleBar {
	background-image: url(images/roundBox.png);
	background-repeat: no-repeat;
	width: 270px;
	min-width: 270px;
	height: 34px;
	min-height: 34px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	padding-top: 8px;
	font-weight: bold;
	
}

#leftContainerGradient {
	background-image: url(images/boxGradient.jpg);
	background-repeat: repeat-x;
	width: 250px;
	min-width: 250px;
	height: 305px;
	min-height: 305px;
	font-size: 16px;
	color: #fff;
	text-align: left;
	font-weight: normal;
	padding: 16px 6px 6px 6px;
	padding-left: 14px;
}

.colorYellow {
	color: yellow;
	font-weight: bold;
	font-size: 16px;		
}

#bottomCopyright {
	color: black;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}

#bottomCopyrightOthers {
	color: black;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}

.SitoLink {
	width: 100%;
	text-align: right;
}

.SitoLink a, .SitoLink a:active{
	color: #0071B6;
	font-size: 16px;
	font-weight: bold;
}

.extraStuff {

}

.extraStuff a, .extraStuff a:active, .extraStuff a:hover, .extraStuff a:visited  {
	text-decoration: none;
	color: blue;
}

.extraStuff a:hover {
	text-decoration: underline;
	color: black;
}


