/**
 * Default.css
 * Set Default Values & Common Styles
 *
 * @author       Giles Pierce
 * @date         Fri Jul 16 12:47:56 2010
 * @lastmodified Fri Jul 16 12:47:56 2010
 */

body {
    background: #FCEE21;
}

#Wrapper {
    width: 989px;
    margin:0 auto;	
}

#Header {
    width: 989px;
    height: 251px;
}

#Left {
    width: 52px;
    height: 446px;
    background: url(../images/left.gif) top left no-repeat;
    float: left;
}

#Navigation {
    width: 170px;
    height: 446px;
    background: #93278F;
    float: left;
    overflow: visible;
    border-right: 20px solid #fff;
}

#Content {
    width: 659px;
    height: 426px;
    background: #fff;
    float: left;
    padding: 10px 20px;
    overflow: auto;
}

#Right {
    width: 48px;
    height: 446px;
    float: left;
    background: url(../images/right.gif) top left no-repeat;
}

#Footer {
    width: 989px;
    height: 120px;
    background: url(../images/footer.gif) top left no-repeat;
    clear: both;
    position:relative;
}

/*Navigation Styles */



ul#sitemap li a {
    background:none;
    width:90%;
    height: 23px;
    padding-top: 7px;
    font-family: helvetica, arial, sans-serif;
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
    padding-right: 30px;
    color: #FF0000;
    font-weight: bold;
    text-decoration: none;
}

ul#sitemap li a:hover {
    color:#93278F;
    text-decoration: underline;
}


ul li a {
    display: block;
    background: url(../images/nav-norm.jpg) top right no-repeat #FCEE21;
    width: 160px;
    height: 23px;
    padding-top: 7px;
    font-family: helvetica, arial, sans-serif;
    text-align: right;
    font-size: 16px;
    margin-top: 10px;
    padding-right: 30px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
}

ul li a:hover {
    background: url(../images/nav-hover.jpg) top right no-repeat #FCEE21;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	text-align: left;
	color: #F00;
	font-weight: bold;
	padding-bottom: 20px;
}

p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: #000;
	
}

p a {
	color:#FF0000;
	text-decoration:underline;
}

p a:hover {
	color:#93278F;
	text-decoration:underline;
}


span.highlight {
	display: block;
	background: #FCEE21;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;

}

div.highlight {
	width:417px;
	display: block;
	overflow:auto;
	background: #FCEE21;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 20px;
	text-align: justify;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

table tr td {
	padding: 3px;
}

table {
	width: 100%;
	text-align: left;
	padding-bottom: 20px;
}
