body {
    margin-top: 0pt;
    margin-right-value: 0pt;
    margin-bottom: 0pt;
    margin-left-value: 0pt;
    margin-left-ltr-source: physical;
    margin-left-rtl-source: physical;
    margin-right-ltr-source: physical;
    margin-right-rtl-source: physical;
    padding-top: 0pt;
    padding-right-value: 0pt;
    padding-bottom: 0pt;
    padding-left-value: 0pt;
    padding-left-ltr-source: physical;
    padding-left-rtl-source: physical;
    padding-right-ltr-source: physical;
    padding-right-rtl-source: physical;
    background-color: rgb(13, 10, 57);
    background-image: url(Media/Background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    -x-background-x-position: center;
    -x-background-y-position: bottom;
    -moz-background-clip: initial;
    -moz-background-origin: initial;
    -moz-background-inline-policy: initial;
    text-align: center;
    width: 100%;
    height: 100%;
}

/* basic elements */
body {
	margin:0;
	padding:0;
	background:#0D0A39 url(Media/Background.jpg) no-repeat bottom fixed;
	text-align:center;
	width:100%;
	height:100%;
	font: small/2em georgia, times, serif;
}
h1, h2, h3, h4, h5 {
	padding:0;
	margin:0;
}
ul {
	margin:0;
	padding:0;
}
acronym {
	cursor:help;
}
acronym:hover {
	border-bottom:2px solid #919AA4;
}
/* structural elements */
#Container {
	position:relative;
	margin:0 auto;
	padding:0 3px;
	width:750px;
	text-align:left;
	voice-family: "\"}\""; 
  	voice-family: inherit;
}

#Header {
	background:url(Media/CSSHeader.gif) no-repeat top left;
	height:104px;
}

#Main {
	position:relative;
	left:0;
	width:750px;
}
#linkList {
	position:absolute; 
	top:169px;
	right:2px;
	margin:0 0 0 400px;
}

/* Main */
#Main p {
	color:#919AA4;
	margin:10px 18px 12px 18px;
	padding:0;
	line-height:15px;
	font-size:13px;
}

#Main img {
	border-color:#919AA4;
}

#Main a:link, a:active, a:visited {
	color:#919AA4;
	font-weight:bold;
}
#Main a:hover {
	color:#b3bcc6;
}


#Footer {
    background:url(Media/CSSFooter.gif) no-repeat top left;
	padding-top:0px;
    height:51px;
    width:750px;
	text-align:center;
	margin:0 0 0 0;
	font-size:10px;
	font-weight:normal;
	color:#919AA4;
}
