/* CSS Document*/
body {
	margin:10;
	padding:10;
	background-image: url(../images/bg_body%20invert.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
}

table {
	margin:0px;
	padding:0px;
	background-color: #FFF;
	height: auto;
}

td, tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	text-align:left;
	color:#666666;
	margin:0;
	padding:0;
}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	color:#666666;
}
ul, li, ol {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	line-height:20px;
}
h1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#666666;
	font-weight:bold;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#666666;
	font-weight:bold;
}
h3, h4, h5, h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#666666;
	font-weight:bold;
}
/* CSS Font Styles */
.bold {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
}
.largeBlack {
	font-size:24px; 
	font-weight:bold;
	color:#000000;
}
.largeGray {
	font-size:24px; 
	font-weight:bold;
	color:#666666;
}
.GreenCaps {
	font-variant:small-caps;
	color:#1EB53A;
	font-size:14px;
	font-weight:bold;
}
/* CSS Alignment Styles */
.alignRight {
	text-align:right
}
.alignCenter {
	text-align:center
}
a:link {
	color:#333333; 
	text-decoration:underline;
}
a:visited {
	color:#666666; 
	text-decoration:underline;
}
a:hover {
	color:#666666; 
	text-decoration:none;
}
/* CSS Layout Styles */
#headerRow2 {
	height:63px;
}
#welcome {
	font-size:10px;
	color:#666666;
	padding:10px;
}
#content td{
	padding:10px; 
	height:200px;
}

#tagline {
	font-size:16px; 
	font-weight:bold;
	font-style:italic;
	color:#666666;
	padding:15px;
}
#footer {
	background-color:#EEEEEE;
	text-align:center;
	padding:5px;
	color:#FFFFFF;
	font-size:10px;
}
/* CSS Side Navigation Styles */
#nav {
	width:136px;
	height:300px;
	background-color:#999999;
	color:#FFFFFF;
	padding-top:1px;
}
.button_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFF;
	text-decoration: blink;
	text-align: center;
	vertical-align: middle;
}

#nav li {
	margin-left:-10px;
	color:#FFFFFF;
	list-style-type:none;
	list-style-image:url(../images/arrow.gif);
}
#nav a:link {
	color:#FFFFFF; 
	text-decoration:none;
}
#nav a:visited {
	color:#FFFFFF; 
	text-decoration:none;
}
#nav a:hover {
	color:#FFFFFF; 
	text-decoration:none;
}
#box {
	margin: 1px;
	padding: 1px;
	height: 480px;
	width: 580px;
	border: thin groove #690;
}
#wrapper {
	background-color: ffffff;
	background-repeat: repeat-x;
	background-position: left top;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer {
	background-repeat: repeat-x;
	background-position: left bottom;
	width: auto;
	clear: both;
	margin-top: 20px;
	padding: 10px;
	border: 10px solid #999999;
	background-color: #EEEEEE;
}
#header {
	height: 200px;
	width: auto;
	background-image: url(../images/Header%20background%20only.gif);
}
#navigation {
	background-color: #EEEEEE;
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 60px;
	width: auto;
	border: 10px solid #999999;
}
#content {
	width: 700px;
	padding-top: 20px;
	padding-left: 20px;
	float: left;
}
#right sidebar {
	float: right;
	width: 150px;
	padding-top: 0px;
	padding-left: 0px;
	border: 10px solid 666666;
}
#wrapper #footer div table tr td div a {
	font-size: 14px;
}
#wrapper #footer div table tr td div a {
	font-weight: bold;
	color: #333333;
	font-size: 13px;
}
.RedCaps {
	font-variant:normal;
	color:#F00;
	font-size:24px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: capitalize;
	line-height: normal;
}

