/* layout.css */

html 	
{ text-align : center;  }

body {
	width : 800px;
	margin : auto;
	text-align : left;
}
#container {
	display: block;

}
#pageHeader {
	text-align: center;
	background: url(../graphics/CornerLogo.png) no-repeat;
	height: 150px;
	padding-top: 125px;
	padding-left: -75px;
}
#pageHeader   h1 {
	font-size: 36px;
	line-height: normal;

}
#pageHeader p {
	color: #AA0000;
	font-weight: bold;
	margin-top: -25px;
	text-align: left;
	margin-left: 140px;
}
#subOne {
	height: 150px;
}
#linksR  {
	vertical-align: bottom;
}
#SourceFilesR {
	text-align: center;
}
#SourceFilesR p {
	display: inline;
}
#SourceFilesR a:link {
	color: #FF0000;
	text-decoration: underline;
}
#SourceFilesR a:hover {
	color: #FF0000;
	text-decoration: underline overline;
}

#SourceFilesR a:visited {
	color: #000000;
}
#subTwo {
	height: 200px;
}
#linksD {
	vertical-align: bottom;
}
#SourceFilesD {
	text-align: center;
}

#SourceFilesD p {
	display: inline;
}
#SourceFilesD a:link {
	color: #0000CC;
	text-decoration: none;
}
#SourceFilesD a:visited {
	color: #009900;
}
#SourceFilesD a:hover {
	color: #FF3300;
	text-decoration: underline overline;
}
#subThree {
	height: 200px;
}
#linksC {
	vertical-align: bottom;
}
#SourceFilesC {
	text-align: center;
}
#SourceFilesC p {
	display: inline;
}
#SourceFilesC  a:link{
	color: #996600;
}
#SourceFilesC a:hover {
	text-decoration: underline overline;
}
#SourceFilesC  a:visited {
	color: #808080;
}
#subFour {
	height: 200px;
}
#linksP {
	vertical-align: bottom;
}
#SourceFilesP {
	text-align: center;
}
#SourceFilesP p {
	display: inline;
}
#SourceFilesP  a:link{
	color: #88A308;
}
#SourceFilesP a:hover {
	text-decoration: underline overline;
}
#SourceFilesP  a:visited {
	color: #5D77B9;
}
