* {
	padding:0;
	margin:0;
}

body {
	color: #141728;
	background-color: #e5e5e5;
	margin:20px auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 95%;
	font: 83% "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}
.float_right {
	float: right;
	position: relative;
	display: inline-block;
}
.blue {
        color: #0000FF;
}
.red {
        color: #FF0000;
}
.yellow {
        color: #FFFF00;
}
.orange {
        color: #FF8040;
}
.white {
        color: #FFFFFF;
}
.green {
        color: #00FF00;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:167%;}

h2 {font-size:139%;}

h3 {font-size:120%;}

h4 {font-size:100%;}

li, dd { 
	margin-left:2em;
}

/* @group A */

a {
	font-weight: normal;
	text-decoration: none;
	color: #ae001d;
}

a:hover {
	font-weight: normal;
	text-decoration: underline;
}

/* @end */

/* @group Contact */

#contact {
	padding:0px 0px 0px 0px;
	float:right;
}

#contact a {
	font-weight:bold;
	text-decoration:none;
}

#contact a:hover {
	text-decoration:underline;
}

/* @end */

#header {
	clear:both;
	padding:5px 0px 10px 0px;
	margin:0px 0px 0px 0px;
}


#title {
	font-weight: bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	float:left;
	font-variant: small-caps;
	text-shadow: gray 3px 3px 2px;
	font-size: 400%;
}
#title a:hover {
	text-decoration: none;
}

#slogan {
	font-size:83%;
	font-weight:normal;
	font-style:normal;
	padding: 0px 0 0px 0px;
	margin:0px 0px 0px 0px;
	float: left;
	display: block;
	clear: both;
	width: 100%;
}
/*This section allows for the display of the match results.*/
.white_content {
    display: none;
    position: fixed;
    top: 5%;
    left: 10%;
    width: 80%;
    height: 80%;
    padding: 16px;
    border: 6px solid grey;
    overflow: auto;
    background-color: silver;
}

/* @group Unordered Lists */

ul#nav {
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 0px;
	list-style: none;
	text-align: center;
	float: right;
}

ul#nav li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
	float: right;
}

ul#nav li a {
	display: block;
	font-size: small;
	font-weight: normal;
}



/* @end */

/* @group Path */

#path {
	clear:both;
	float:left;
	font-size:75%;
	font-weight:normal;
	margin:4px 0px 5px 0px;
	border-top:5px solid;
	padding-top: 3px;
	width: 100%;
}

#path a {
	font-weight:normal;
}

/* @end */

/* @group Main Content */

#maincontent {
	font-size:100%;
	padding:0px 5px 5px 0px;
	margin:0px 0px 0px 0px;
	width:75%;
	float:left;
}
/* @end */

/* @group Side Content */

#sidecontent {
	font-family:Arial, sans-serif;
	font-size:75%;
	padding:10px 10px 20px 10px;
	margin:0px 0px 10px 0px;
	width:20%;
	float:right;
	border: solid thin;
}

#sidecontent a {
}

#sidecontent img {
	clear: both;
	width: 100%;
	height: auto;
}


#sidecontent h2 { margin:0.75em 0.25em 0.25em 0em;}

#sidecontent ul { margin:0.25em 0.25em 0.25em 0.25em;}

/* @end */

/* @group Footer */

#footer {
	height:40px;
	border-top:5px solid;
	font-size:75%;
	line-height:1.5em;
	width: 100%;
	clear:both;
	padding-top: 2px;
}

#footer	a {
	text-decoration: none;
	clear: both;
}

#footer	a:hover {
	font-weight: normal;
	text-decoration: underline;
}

#footer img {
	float: right;
}

#copyrightdesign {
	padding:5px 20px 5px 0px;
	width: 580px;
	float: left;
}

#footercontact {
	padding:5px 0px 5px 0px;
	float: right;
}

/* @end */