
* {
	padding: 0;
	margin: 0;
}

body {
	background: #031E33 url(images/bg.png) repeat-x top left;
	color: #000000;
	font-family: Arial, sans-serif;

    text-align: center;
    
	font-size: x-small; 
		/* Value for Windows IE 5 */
	voice-family: "\"}\"";
		/* Rule 'ends' for Windows IE 5 */
	voice-family: inherit;
		/* Recover from trick */
	font-size: small;
		/* Intended value for recent browsers */
}

.iefive {
/* */
}

a img {
	border: 0;
	vertical-align: bottom;
}

.llbody {
    margin: 0 auto;
    text-align: left;
	width: 790px;
    background-color: #FFFFFF;
	color: #000000;
	border-left: 5px solid #5B6D79;
	border-right: 5px solid #5B6D79;
}

.llcontainer {
	margin: 0 20px;
}

.llheader p {
	float: right;
	text-align: right;
	color: #20ACCD;
	font-size: 175%;
	margin-top: 55px;
	margin-right: 30px;
}

.llheader ul {
	margin: 0.8em 0;
	padding: 0;
	list-style: none;
	clear: both;
	height: 1.8em;
}

.llheader ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

.llheader ul li a {
	float: left;
	padding: 0.2em 1.3em;
	border-right: 1px solid #B9D10B;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 100%;
	color: #000000;
}

.llheader ul li.last a {
	border: 0;
}

.llcontent {
	clear: both;
	background: transparent url(images/contentbg.png) repeat-x top left;
	padding: 1em 1.5em;
}

.llrightcol {
	float: right;
	width: 250px;
}

.llrecent {
	float: right;
	width: 214px;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
}

.llrecent h2 {
	background: transparent url(images/news-header.png) no-repeat top right;
	font-size: 100%;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em 1em;
}

.llrecent ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.llrecent li {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.llrecent li a {
	color: #000000;
	text-decoration: none;
	padding: 1em;
	background: transparent url(images/news-shade.png) no-repeat top left;
	display: block;
}

.llrecent li a span {
	display: block;
	color: #019EC7;
	font-weight: bold;
}

.llrecent p a {
	background: transparent url(images/news-footer.png) no-repeat top right;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0.5em 1em;
	display: block;
	text-decoration: none;
}

.llleftcol {
	padding-right: 275px;
}

.llleftcol h1 {
	font-size: 150%;
	color: #019EC7;
	font-weight: normal;
	margin-bottom: 0.3em;
}

.llleftcol h2 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 0.2em;
}

.llleftcol p {
	padding-bottom: 1em;
	line-height: 150%;
}

.llleftcol ul {
	padding-bottom: 1em;
	line-height: 150%;
	padding-left: 1.2em;
}

.llleftcol a {
	color: #019EC7;
	text-decoration: none;
}

.llleftcol dl {
	padding-bottom: 1em;
}

.llleftcol dt {
	float: left;
	width: 5em;
	font-weight: bold;
	line-height: 150%;
}

.llleftcol dd {
	padding-left: 5.5em;
	line-height: 150%;
}

.llfooter {
	clear: both;
	background-color: #5B6D7B;
	color: #FFFFFF;
	padding: 0.5em 1.5em;
}

.llfooter a {
	text-decoration: none;
	color: #FFFFFF;
}

.llfooter a:hover {
	text-decoration: underline;
}

.cpr {
	float: right;
	text-align: right;
	font-size: 86%;
}

address {
	font-size: 86%;
	font-style: normal;
}

.proj strong {
	float: left;
	width: 5em;
}

