/* Derived from css Zen Garden submission 145 - 'Paravion', by Emiliano Pennisi, http://www.peamarte.it/01/metro.html */

body{
	font-family: "MS Sans Serif", Geneva, sans-serif;
	background: #A3181E url(sky.gif) repeat-x;
	margin: 0;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
}

acronym {
	color: #A3181E;
	font-weight: bold;
}

acronym:hover {
	color: red;
}

/*h3 rules*/

div#linkList  h3 span{
	font-size: 16px;
	background: #A3181E;
	/*border-bottom: 2px solid white;*/
	color: White;
	margin-bottom: 0;
	padding: 4px;
	width: 192px;
	display: block;
}

#text h3 span{
	font-family: "Courier New", Courier, monospace;
	background: url(h3bg.gif) no-repeat 6px 0;
	color: #A3181E;
	font-size: 20px;
	letter-spacing: -1px;
	padding-left: 35px;
}

div#linkList h3{
	font-family: "Book Antiqua",Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
}

/*link*/

#text a, #linkListi a, #linkList a{
	color: #2B497B;
	font-weight: bold;
}

#text a:hover{
	color: black;
}

/*Style for linkList(i) acronym*/

div#linkListi acronym, div#linkList acronym {
	background: #A3181E;
	color: White;
}

/*child selector only for compliant mode*/

body>div#container{
	height: auto;
	min-height: 100%;
}

/*container*/

div#container{
	position: relative;
	margin-left: auto;
	height: auto;
	background: url(tile.gif);
	margin-right: auto;
	border-bottom: 20px solid black;
	width: 1000px;
	text-align: left;
	font-size: 0.9em;
}

#pageHeader {
	height: 330px;
	margin: 0px 0px 30px 0;
}

#picture {
	position: absolute;
	left: 350px;
	margin-top: 40px;
	width: 550px;
	
}


#pageHeader h1,#pageHeader h2{
	display: none;
}


#text{
	position: relative;
	margin-left: 100px;
	margin-top: 00px;
	width: 800px;
}

/*child selector only for compliant mode*/

div#text{
	background: #F5F5DC;
}

#text{
	padding: 10px;
	margin-bottom: 20px;
	width: 800px; /*Start Tantek Box Model Hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 800px;
}

/*child selector only for compliant mode*/

body > #text{
	width: 800px;
}

/**************************Navigation**********************************/

#linkList {
	font-family: "MS Sans Serif", Geneva, sans-serif;
	padding: 0px;
	width: 200px;
	position: absolute;
	top: 10px;
	margin-left: 100px; /*Start Tantek Box Model Hack*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 200px;
	text-align:center;
}


#linkList li
	{
	color: #fff;
}

#linkList h3 span:after {content:" :.";}

#linkList h3 span:before {content:".: ";}

#linkList ul
	{
	list-style: none;
	margin: 0px;
	margin-top: -20px;
	padding: 0px;
	border-top: 10px solid #CAD2DE;
	background: #2B497B;
}

#linkList li
	{
	color: #000;
	border-bottom: 1px dotted #fff;
	padding: 4px;
	line-height: 11px;
}

#linkList li:hover
	{
	background: url(nigri.gif) repeat-x;
}

#container > #linkList ul li a:hover{
	color: White;
}


#linkList ul li a:hover{
	color: #A3181E;
}


	
#linkList li a
	{
	font-size: 10px;
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#linkList li a:hover
	{
	color: #fff;
}

#linkList li a.c:hover
	{
	color: #fff;
}

#lselect #linkList ul li{
	color: White;
}

#lselect #linkList ul li a.c{
	font-weight: bold;
	display: inline;
	color: White;
	text-transform: none;
}



/*Start Footer rules*/

#footer {
	position:relative;
	font-family: Georgia,"MS Sans Serif", Geneva, sans-serif;
	margin-left: auto;
	margin-right: auto;
	border-top: 5px solid #FFF;
	background: url(nigri.gif) repeat-x;
	padding: 10px;
	text-transform: uppercase;
	text-align: right;
}

#footer a{
	font-size: 9px;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	text-decoration: none;
	border-right: 1px solid white;
	padding: 0 5px 0 0;
}

/*End of code*/
