/* 100% of this script belongs to Skyler Kanegi. */

/* Insert background image. */
body {
background-color: #2E5485;
margin: 0px;
padding: 0px;
}

/* Header div. */
#header {
position: relative;
width: 100%;
height: 114px;
background-image: url(headerbg.png);
background-repeat: repeat-x;
}

/* Header block div. */
#headerblock {
position: relative;
top: 15px;
width: 980px;
margin: 0 auto;
}

/* Body block div. */
#bodyblock {
position: relative;
top: 25px;
width: 980px;
margin: 0 auto;
}

/* Left column div. */
#left {
position: relative;
float: left;
top: 3px;
width: 650px;
}

/* Right column div. */
#right {
position: relative;
float: right;
width: 282px;
border-left: #EDFFA6 2px dotted;
}

/* Copyright div. */
#copyright{
position: relative;
top: 50px;
width: 100%;
height: 90px;
background-image: url(copyrightbg.png);
background-repeat: repeat-x;
}

/* Copyright block div. */
#copyrightblock {
position: relative;
top: 23px;
width: 990px;
font-family: Trebuchet MS;
font-size: 12px;
font-weight: bold;
color: #2F2242;
margin: 0 auto;
}

#copyrightblock a {
text-decoration: underline;
color: #2E5485;
}

#copyrightblock a:visited {
color: #2F2242;
}

#copyrightblock a:hover {
color: #70AEFF;
}

/* Formats general text. */
.body {
text-align: left;
font-family: Trebuchet MS;
font-size: 13px;
color: #FFFFFF;
} 

/* Formats general text links. */
.body a {
text-decoration: underline;
color: #EDFFA6;
}

.body a:visited {
color: #000000;
}

/* Formats general text links hover properties. */
.body a:hover {
color: #70AEFF;
}

/* Properties of all images. */
img {
border: 0;
}

/* List properties. */
ul {
padding: 27px;
margin-left: -12px;
margin-top: -37px;
margin-bottom: -37px;
}

ol {
padding: 27px;
margin-top: -37px;
margin-bottom: -37px;
}

li {
margin-top: 10px;
margin-bottom: 10px;
}