/* CSS Document */



/* basic elements */
body {
    background: url(images/background.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000;
	color: #000;
	margin: 20px;
	font-size: 14px;

}

p { 
	font: 10pt/16pt georgia; 
	margin-top: 0px; 
	text-align: justify;
}
	
.subject{ 
	font: normal 24pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #fff;
	}

.subSubject{
	font: normal 16pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #ccc;
	
}

.linkContent{
	font: normal 14pt georgia; 
	letter-spacing: 1px; 
	margin-bottom: 0px; 
	color: #ccc;
}

.alignRight{
	float:right;
	font: normal 16pt georgia;
}


/*	Specific elements	*/
#container { 
	background: none; 
	padding: 0;
	position: relative;
	margin-top: none;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: auto;
	border: 0px solid white;
}

#intro { 
	min-width: 470px;
}

#logo {
	background: url(images/logo.png) center no-repeat;
	color: #000;
	margin-left: 130px;
	margin-right: 130px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 740px;
    height: 180px;
	font-size: 30px;
    border: 0px solid black;
}

#navigation {
	background: url(none) no-repeat;
	background-color: none;
	color: #000;
	/*position: absolute;
	top: 70px;
	right: 20px;*/
	padding-top: 1px;
	margin-bottom: 0px;
	margin-left: 129px;
	margin-right: 129px;
	width: 742px;
	height: 44px;
	font-size: 30px;
	border: 0px solid white;
}

.topnav-images
{
  border: 0;
 /* padding-top: 40px;*/
  margin: 0;
  float: right;
  display: block;
}


#pageHeader { 

    background: url(none) no-repeat top center;
	width: 700px;
	height: 400px;
	margin-top: 10px;
	margin-left: 150px;
	margin-right: 150px;
	margin-bottom: 10px;
    border: 0px solid black;	
	

}


#content { 
	color: #fff;
    background: url(images/content.png) repeat;
	background-color: transparent;
	margin-left: 150px;
	margin-right: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
    width: 680px;
	height: auto;
	font-size: 14px;
    border: none;
}

#content2 { 
	color: #fff;
    background: url(images/content.png) repeat;
	background-color: transparent;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
    width: 880px;
	height: auto;
	font-size: 14px;
    border: none;
}

.central-info {
	padding: 10px;
	width: 400px;
}

.segs {
	padding: 2px;
	}
.segs ul, li {
	text-align: left;
	margin: 0;
	list-style-type: none;
	padding: 1px;	
	}


#footer {
	background-color: clear;
	color: #FFFFFF;
	padding: 10px 0;
	margin: 20px auto;
	width: 650px;
	clear: both;
	}
#footer p {
	margin: 0;
	padding: 0;
	text-align: center;
	}
#copyright {
	font-size: 10px;
}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FC3;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FC3;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #a8a8a8;
	}
	
.images
{
	border: 0px solid #fff;
	text-align: center;
	display: inline;
}
	