/***********************************************/
/* 3col_leftNav.css                             */
/* Use with template 3col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #555555;
	line-height: 16px;
	margin: 0px;
	padding: 0px;
	font-size: 11px;		/* <----- This is the only place where the font is 'fixed' */ 
}
/* 
p{
	margin-top: 0px;
	margin-bottom: 1.5em;
} 
*/

#leftbar a{
	color: #006699;
	text-decoration: none;
}

#leftbar a:link{
	color: #193A84;
	text-decoration: underline;
	font-weight: bold;
}

#leftbar a:visited{
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

#leftbar a:hover{
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
}

a{
	color: #208CFA;
	text-decoration: none;
}

a:link{
	color: #208CFA;
	text-decoration: underline;
	font-weight: bold;
}

a:visited{
	color: #208CFA;
	text-decoration: none;
	font-weight: bold;
}

a:hover{
	color: #18299F;
	text-decoration: underline;
	font-weight: bold;
}



h4{
 font-family: Arial, sans-serif;
 font-size: 110%;
 font-weight: normal;
 color: #333333;
 margin: 0px 0px 1.5em;
 padding: 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 100%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: center;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container{
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	margin-bottom: 5px;
}
#spacerundermenu {
	margin-left:auto;
	margin-right:auto;
	width: 950px;
	border-right-style: none;
	border-left-style: none;
	height: 7px;
	border-top-style: none;
	border-bottom-style: none;
}
#spacerunderpic1 {
	background-color: #FFFFFF;
	height: 16px;
	width: 944px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #238EF8;
	text-align: center;
	margin: 2px 0px;
	padding: 2px;
	border: 1px solid #268DF5;
}
#spacerunderpic2 {
	background-color: #6e7177;
	height: 4px;
	width: 950px;
}
#masthead{
	width: 950px;
	margin-top: 5px;
	margin-left:auto;
	margin-right:auto;
	background-color: #FFFFFF;
}

#masthead #toplogo {
}


#leftBar{
	float: left;
	width: 188px;
	margin: 0px;
	padding: 0px 10px 0px 9px;
}

#rightBar{
	float:right;
	width: 186px;
	margin: 0px;
	padding: 0px 11px 0px 9px;
	text-align: center;
}
#content{
	float: left;
	width: 512px;
	margin: 0px 8px 0px 11px;
	padding: 0px;
}

/***********************************************/
/* Components                                  */
/***********************************************/

#toplogo{
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 100%;
	color: #999999;
	padding: 10px 10px 10px 10px;
	background-color: #FFFFFF;
	text-align: center;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}
#content h1 {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #111533;
	padding: 5px 10px;
	margin-top: 4px;
	margin-bottom: 1ex;
}
/*
#content div {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1ex;
	margin-left: 0px;
}
*/

/*---------------------------- 
leftboxes
----------------------------*/

#leftBar .leftdottedboxes {
	border: 1px dotted #666666;
	margin-bottom: 8px;
	width: 180px;
	padding: 4px;
}
#leftBar .leftdottedboxes p {
	margin: 0px;
}
#leftBar .leftdottedboxes img {
	width: 180px;
}
#leftBar .leftdottedboxes a, #leftBar .leftdottedboxes a:link,#leftBar .leftdottedboxes a:visited {
	font-weight: normal;
	color: #555555;
	text-decoration: none;
}
#leftBar .leftdottedboxes a:hover {
	color: #FF6600;
}


#rightBar img, #rightBar a img {
	width: 173px;
	border: 1px dotted #666666;
	margin-bottom: 8px;
	padding: 6px;
}
#container #rightBar #flashsponsors {
	border: 1px dotted #666666;
	margin-bottom: 8px;
}
#rightBar a img:hover {
	border: 1px dotted #44A0F5;

}


.text_blue {
	color: #6E9224;
}
.text_grey {
	color: #43494E;
}
.text_yellow {
	color: #FFDD02;
}
a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#rightBar h4 {
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px 0px 8px;
	padding: 4px 0px 3px;
	font-weight: normal;
	width: 100%;
	font-style: normal;
}
#rightBar h4.teal {
	color: #FFFFFF;
	background-position: right;
	background-color: #44A0F5;
}
#rightBar h4.platinum {
	color: #FFFFFF;
	background-color: #a9bbc9;
}
#rightBar h4.gold {
	color: #FFFFFF;
	background-color: #de9926;
}
#rightBar h4.silver {
	color: #FFFFFF;
	background-color: #c4c0c0;
}
#rightBar h4.bronze {
	color: #FFFFFF;
	background-color: #bc6c36;
}

#sponsorshipbox_platinum{
	border: 1px solid #A9BBC9;
}
#sponsorshipbox_platinum h1{
	background-color: #a9bbc9;
}

#sponsorshipbox_gold{
	border: 1px solid #DE9926;
}
#sponsorshipbox_gold h1{
	background-color: #de9926;
}

#sponsorshipbox_silver{
	border: 1px solid #C4C0C0;
}
#sponsorshipbox_silver h1{
	background-color: #c4c0c0;
}

#sponsorshipbox_bronze{
	border: 1px solid #BC6C36;
}
#sponsorshipbox_bronze h1{
	background-color: #bc6c36;
}

#sponsorshipbox_platinum h1,#sponsorshipbox_gold h1,#sponsorshipbox_silver h1,#sponsorshipbox_bronze h1{
	margin-top: 0px;
	text-transform: uppercase;
}

#content #sponsorshipbox_platinum p,#content #sponsorshipbox_gold p,#content #sponsorshipbox_silver p,#content #sponsorshipbox_bronze p {
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
}


#carrello {
	Z-INDEX: 5;
	MARGIN-LEFT: auto;
	WIDTH: 510px;
	MARGIN-RIGHT: auto;
	HEIGHT: 135px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #E8ECED;
}

/************* #globalNav styles **************/

/************* #globalNav styles **************/

/************* #globalNav styles **************/

#globalNav{
	color: #ffffff;
	font-size: 12px;
	margin-top: 2px;
	margin-bottom: 3px;
	text-align: center;
	height: 20px;
	vertical-align: super;
	background-color: #44A0F5;
}

#globalNav a,#globalNav a:link,#globalNav a:visited {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 1ex;
	padding-left: 1ex;
	display: block;
}
#globalNav a:hover {
	color: #163DAF;
}


#content h1 {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #44A0F5;
	padding: 5px 10px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	width: 492px;
}
#content h2 {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #1d3081;
	padding: 5px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 492px;
}
#content p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
#content h3 {
	font-weight: normal;
	color: #1d3081;
	padding: 5px 10px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 492px;
}
#container #siteInfo a {
	color: #0000FF;
}
