@charset "utf-8";
/* CSS Document */
/* PEDROLI.net */
html { height: 100%; } /* to have full height containr div */
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #748a96;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
	/*	min-height: 100%; */
	height: 100%;
	/*	background-color: #A8B7BF;*/	
	background-color: #FFFFFF;
}

.oneColFixCtrHdr #container {
	width: 1000px;
	text-align: left;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	background-repeat: repeat;
	z-index: 2;
	position: relative;
}
.oneColFixCtrHdr #header {
	height: 70px;
	padding-left: 30px;
	padding-top: 0px;
	background-image: url(../gfx/tile__01.png);
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
}
.oneColFixCtrHdr #logo {
	margin: 0;
	width: 120px;
	position: relative;
	left: 60px;
	float: left;
	background-repeat: no-repeat;
	height: 43px;
}

.oneColFixCtrHdr #navBox {
	float: left;
	position: relative;
	left: 80px;
	top: 4px;
}

.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 140px;
}
.oneColFixCtrHdr #mainContentHome {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../gfx/tile__02.png);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 40px;
}

.oneColFixCtrHdr #footer {
	height: 50px;
	background-image: url(../gfx/tile__03.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.nav1 {
	font-size: 12px;
	color: #00AEEF;
}
.nav1selected {
	font-size: 12px;
	text-decoration: none;
	color: #ffc20e;
}

.nav1p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.imgRight {
	float: right;
	margin-left: 0px;
	padding-left: 12px;
}

h1 {
	font-size: 120%;
	color: #ffc20e;
	margin-bottom: 0px;
}
.side {
	font-size: 86%;
}


a {
	text-decoration: none;
	color:  #00AEEF;
}
ul {
	list-style-type: square;
	list-style-position: outside;
	padding-left: 20px;
	margin-left: -6px;
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	margin-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 120%;
	margin-bottom: 0px;
}
h3 {
	font-size: 100%;
	margin-bottom: 0px;
	margin-top: 0px;
}



a:hover {
	color:  #E6B122;
}.footerText {
	color: #00AEEF;
	text-align: center;
}
.color_orange {
	background-color: #ffc20e;
}
.color_blue {
	background-color: #00AEEF;
}
.color_grey {
	background-color: #748a96;
}
.color_maron {
	color: #89153d;
}
#HomeBox1 {
	background-color: #FFCC00;
	height: 240px;
	width: 240px;
	visibility: hidden;
}
#HomeText1 {
	background-color: #CCCCCC;
	height: 240px;
	width: 240px;
	position: absolute;
	float: left;
}
#temp {
	position: relative;
	left: 0px;
	float: left;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
}
	.TD_borderLeft {
	padding-left: 12px;
}
.tag1 {
	color: #89153d;
	font-size: 86%;
}
.text_grey {
	color: #CCCCCC;
}

