/* Start of CMSMS style sheet 'Composure' */
body {
	background-color: black;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
}


div#logo {
	text-align: center;
}

div#top_nav {
	color: #837723;
	text-align: center;
	font-size: 1em;
	font-style: italic;
	height: 24px;
	word-spacing: 15px;
}

div#container1 {
	min-height: 300px;
	width: 100%;
	background-color: #171717;
	background-image: url("uploads/images/score.gif");
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

div#container2 {
	height: 100%;
	width: 800px;
	margin: 0 auto;
	padding: 0px;
        color: #ddd;
}

div#upperbdr {
	background-image: url("uploads/images/upper_bdr.gif");
	height: 8px;
	width: 100%;
}

div#lowerbdr {
	background-image: url("uploads/images/lower_bdr.gif");
	height: 8px;
	width: 100%;
}

div#footer {
        padding-top: 5px;
	color: #837723;
	text-align: center;
	font-size: 0.8em;
	font-style: italic;
	height: 24px;
}

h1 {
	margin-top: 0px;
	padding-top: 30px;
	color: #837723;
	font-family: Times;
	font-weight: normal;
        font-style: italic;
	letter-spacing: 2px;
}

/* Header Navigation */

a.nav {
  font-size: 16px;
  font-family: Times;
  text-decoration: none;
}
a.nav:link     { color: #837723; }
a.nav:visited  { color: #837723; }
a.nav:hover    { color: #837723; }

a {
  font-size: 16px;
  font-family: Times;
  /*text-decoration: none;*/
}
a:link     { color: #837723; }
a:visited  { color: #837723; }
a:hover    { color: #837723; }
/* End of 'Composure' */

