body {
	background-image: url(images/carbon.jpg);
	background-color: #000000;
	background-repeat: repeat;
	background-attachment: fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4E4E4E;
	padding:0px;
	margin:0px;
}
.Normal {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF}
.Comment {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #D4D4D4}
a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #999999; text-decoration: underline}
a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #0033FF; text-decoration: underline}
a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; text-decoration: underline}
.Major {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; color: #FFFFFF; }
.TitleBlue {
font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #323F72;font-weight: bold;text-decoration: underline}
.TitleOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #323F72;
	font-weight: bold;
	text-decoration: underline;
	width: auto;
	background-repeat: no-repeat;
	visibility: visible;
	border: medium;
	padding-top: 10px
}
.TitleComment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
	width: auto;
	background-repeat: no-repeat;
	visibility: visible;
	border: medium;
}
.TitleBlack {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #323F72;
font-weight: bold;
}
.Normals {
font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 color: #FFFFFF
}
.NormalCopy {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF
}

html { 
  padding:0px;
  margin:0px;
}

a { 
color: #B2B2B2;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
}
 
pre { 
color: #4E4E4E;
font-size: 11px;
background-color: #e1ddd9;
font-family: Arial, Helvetica, sans-serif;
}

p,h1{
 padding: 5px 15px;
 margin: 0px;
}

h3 {
font-size: 13px;
text-transform:uppercase;
color: #564b47;
background-color: transparent;
}


#right {
	position: absolute;
	left: 67%;
	width: 20%;
	top: 130px;
	overflow: auto;
	z-index: 4;
	background-image: url(images/carbon2.jpg);
}


#logo {
position: absolute; 
left: 25%; 
width: 50%; 
top: 5px; 
}

#content {
	position: relative;
	width: 50%;
	top: 10px;
	overflow: hidden;
	left: 25%;
	z-index: 0;
	background-image: url(images/carbon2.jpg);
}



li {
	list-style: normal;
	margin-left: -4em;
	padding-left: 0.5em;
	text-indent: 0em;
	line-height: 1.25em;
	border-bottom:1px solid black;
	padding-bottom:5px;
	padding-top: 5px;

	}


#right, #content {
	border: 1px solid #564b47;
	padding:0px;
	margin:0px;
} 
