/* CSS Document */

body {
	color: #333333;
	word-spacing: 0.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	background-color: #FFFFFF;
}

#main #content #column1 p {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	font-size: 15px;
}


/* Headers
-------------------------------------------------- */

h3 {
	color: rgb(157,4,40);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	margin-bottom: 9px;
	padding-top: 15px;
}

h2 {
  	font: bold 11px "Lucida Grande", Verdana, Helvetica, sans-serif;
  	text-transform: uppercase;
  	color: #333;
  	margin: 0 0 3px 0;
}

h1 {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	text-align: center;
}


/* Links
-------------------------------------------------- */

#main #content #column1 a {
	color: #FF0000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
}

#main #content #column1 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#main #content #column2 a {
	color: #FF0000;
}

#main #content #column2 a:hover {
	color: #FF0000;
	text-decoration: underline;
}

#main #content #footer a {
	color: #FF0000;
}

#main #content #footer a:hover {
	color: #FF0000;
	text-decoration: underline;
}



/* Content
-------------------------------------------------- */

#main {
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
	height: 100%;
}

#content {
	width: 500px;
	padding-bottom: 17px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 100%;
	padding-top: 10px;
}

#logobox {
	width: 500px;
	float: left;
	padding-bottom: 10px;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
}

#linkbox {
	width: 500px;
	float: left;
	font-weight: bold;
	text-align: center;
	background-position: center;
	display: block;
	font-size: 14px;
}

#column1 {
	width: 175px;
	float: left;
	margin-top: 25px;
}

#column2 {
	width: 290px;
	float: left;
	margin-top: 25px;
	margin-left: 20px;
}

#footer {
	float: left;
	font-size: x-small;
	color: #666666;
	margin-top: 25px;
	text-align: center;
	width: 500px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF0000;
}

/* Image Boxes
-------------------------------------------------- */

#main #content #column1 img {
	margin-top: 20px;
}

#main #content #column2 img {
	display: inline;
	background-color: #CCCCCC;
	padding: 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 5;
	border: thin solid #FFFFFF;
}


/* Link Tabs
-------------------------------------------------- */

#main #content #linkbox ul#minitabs{
	list-style: none;
	margin: 0;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	padding-top: 5px;
	color: #E0DFE3;
}
  
#main #content #linkbox ul#minitabs li{
	display: inline;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 0;
	margin-left: 25px;
}

#main #content #linkbox ul#minitabs a{
	text-decoration: none;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	font-family: Arial, Helvetica, sans-serif;
}
  
#main #content #linkbox ul#minitabs a#current{
	color: #FF0000;
}

#main #content #linkbox ul#minitabs a:hover{
	color: #FF0000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

