/* CSS Document */

body
{
	background-image: url(images/background.gif);
	background-repeat:inherit;
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrapper
{
	width: 901px;
	margin: 0 auto;
}

#header
{
	float: left;
	height: 223px;
	width: 901px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
}

#menu
{
	float: left;
	height: 36px;
	width:inherit;
	text-align: left;
	font-family: Gill Sans MT, Arial;
	padding-bottom: 20px;
	word-spacing: 0px;
}

#main
{
	height: auto;
	width: 901px;
}

#leftcol
{
	background-image: url(images/paper_main.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 330px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#rightcol
{
	background-image: url(images/corkboard_main.gif);
	background-repeat: repeat-y;
	float: right;
	height: auto;
	width: 500px;
	padding-right: 20px;
	margin-right: 0px;
	margin-left: 27px;
}

#leftcol_small
{
	background-image: url(images/paper_small_main.gif);
	background-repeat: repeat-y;
	float: left;
	height: auto;
	width: 150px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#rightcol_large
{
	background-image: url(images/corkboard_large_main.gif);
	background-repeat: repeat-y;
	float: right;
	height: auto;
	width: 730px;
	padding-right: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#footer
{
	font-family: Gill Sans MT, Arial;
	font-size: x-small;
	text-align: center;
	float: left;
	height: 30px;
	padding-top: 10px;
	width: 900px;
	color: #fff;
	clear: both;
}

/* This relates to the main content of the page, including the two columns */

.roundcont
{
	width: 330px;
	font-family: Gill Sans MT, Arial;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0;
	float: none;
	padding-left:15px;
}

.roundcont p
{
	margin: 0 20px;
	font-family: Gill Sans MT, Arial;
	font-size:medium;
	color: #000000;
}

.roundcont_small
{
	width: 330px;
	font-family: Gill Sans MT, Arial;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0;
	float: none;
	padding-left:15px;
}

.roundcont_small p
{
	margin: 0 20px;
	font-family: Gill Sans MT, Arial;
	font-size: 14px;
	color: #000000;
}


.roundcont2
{
	width: 500x;
	font-family: Gill Sans MT, Arial;
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 0;
	float: none;
}

.roundcont2 p
{
	margin: 30px;
	font-family: Gill Sans MT, Arial;
	font-size: small;
	color: #000000;
}

.roundcont3
{
	width: 150x;
	font-family: Gill Sans MT, Arial;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0;
	float: none;
}

.roundcont3 p
{
	margin: 10px;
	font-family: Gill Sans MT, Arial;
	font-size: small;
	color: #000000;
}

.roundcont4
{
	width: 730x;
	font-family: Gill Sans MT, Arial;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0;
	float: none;
}

.roundcont4 p
{
	margin: 30px;
	font-family: Gill Sans MT, Arial;
	font-size: 14px;
	color: #000000;
}
/* Hyperlinks for menu - NOT USED

a.menu:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
	font-size: 17px;
}
a.menu:visited {color: #ffffff; 
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
	font-size: 17px;
}
a.menu:hover {color: #9ba6ab; 
	text-decoration: underline;
	font-size: 17px;
}

*/

a.text:link {
	color: #990011;
	font-style: italic;
	font-weight:bold;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text:visited {
	color: #990011;
	font-style: italic;
	font-weight:bold;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text:hover {
	color: #cc5500;
	font-style:normal;
	text-decoration: underline;
}

a.text2:link {
	color: #000055;
	font-style: italic;
	font-weight:bold;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text2:visited {
	color: #000055;
	font-style: italic;
	font-weight:bold;
	font-family: Gill Sans MT, Arial;
	text-decoration: none;
}
a.text2:hover {
	color: #660099; 
	font-style: normal;
	text-decoration: underline;
}

a.text3:link {
	color: #000000;
	text-decoration: none;
	font-family: Gill Sans MT, Arial;
}
a.text3:visited {
	color: #000000;
	font-style: italic;
	font-family: Gill Sans MT, Arial;
	text-decoration: none;
}
a.text3:hover {
	color: #660099; 
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

h1 /* Left column - Main header */
{
	margin: 10 20px;
	text-align:center;
	font-size: 18px;
	font-family: Gill Sans MT, Arial;
	color: #000;
	font-weight:bold;
}

h2 /* Right column - Image header */
{
	margin: 10 24px;
	float:left;
}

h3 /* Right column - Main header */
{
	margin: 0 30px;
	font-size: 14px;
	font-family: Gill Sans MT, Arial;
	color: #000000;
	font-weight: bold;
}

h4 /* Right column - sub header */
{
	margin: 0 30px;
	font-size: small;
	font-family: Gill Sans MT, Arial;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

li /* Left column - list */
{
	margin: 0 30px;
	font-family: Gill Sans MT, Arial;
	color: #000000;
	font-weight: bold;
}

li2 /* Right column - list */
{
	margin: 0 30px;
	font-family: Gill Sans MT, Arial;
	color: #000000;
	font-weight: bold;
	font-size:small;
}

a.twitter /* Twitter link */
{
	margin: 0 0px;
	float:left;
}