/***********************************************/
/* allora.css                               */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/

/* Global
================================================*/
* {
	margin:0;
	padding:0;
	}
body {
	background: #eaeaea;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
	}
a:link{
	color: #0000ee;
	text-decoration: none
	}
a:visited{
	color: #0000ee;
	text-decoration: none
	}
a:hover{ 
	text-decoration: underline
	}

li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	list-style-image: url(../images/bullet.gif);
	font-style: normal;
	background-position: left;
	list-style-position: inside;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #899eb6;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #899eb6;
}

/* Main layout
================================================*/


#container {
	border:1px solid #ffffff;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	position:relative;
	margin-top: 0px;
	}


#content {
	margin:0 auto;
	padding:0;
	text-align:left;
	background-color: #FFFFFF;
	height: auto;
  }	
	
#main {
	float:left;
	width:600px;
	margin:5px 10px 0px 5px;
	height: auto;
	background-color: #FFFFFF;
	}
#sidebar {
	font-size:11px;
	float:right;
	width:200px;
	margin:5px 5px 0px 0px;
	height: auto;
	background-color: #FFFFFF;
	}
	

#logobar {
	clear:both;
	background:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	font-size:11px;
	border-top:1px solid #899eb6;
	}	
	
#footer {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	background-position: left bottom;
	clear:both;
	padding:5px;
	text-align:left;
	font-size:11px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 74px;
	}
dt {
	font-weight:bold;
	color: #496078;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #899EB6;
	}
dd p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

/* Images
================================================*/
img {
	border:0;
	display:block;
}
.fullwidth {
	border:1px solid #899eb6;
	padding:4px;
	margin:1em 0;
	}
.flow {
	float:right;
	margin:10px 3px 10px 6px;
	border: 1px solid #899eb6;
	}
.flowtext {
	float:left;
	margin:10px 10px 6px 0px;
	border: 1px solid #899eb6;
	}
.dec {
	padding:4px;
	border:1px solid #899eb6;
	}
.flowbox {
	float:left;
	margin: 0 3px 0px 1px;
	}	
	

/* Header
================================================*/
#header {
	height:150px;
	background-color: #FFFFFF;
	margin-top:0px;
	padding-top:0px;
	background-image: url(../images/allora.jpg);
	background-repeat: no-repeat;
	}
#sidebar dl {
	margin-left: 5px;
}
#sidebar dt {
	margin-top:3px;
	padding-top: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #899eb6;
	font-weight: bold;
}
#sidebar dd {margin:0;}

