@charset "utf-8";
a { outline:none; }
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
}
a:link {
	color: #00CCFF;
	text-decoration: none;
}
a:visited {
	color: #00CCFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: none;
}

/* CSS Document */

.title {
	font-size: 18px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC00;
}
.title  a:link {
	color: #FFCC00;
	text-decoration: none;
}
.title a:visited {
	color: #FFCC00;
	text-decoration: none;
}
.title a:hover {
	color: #00CCFF;
	text-decoration: none;
}
.hardlinks:link {
	font-size: 12px;
	color: #00CCFF;
	text-decoration: none;
}
.hardlinks:visited {
	color: #006699;
	text-decoration: none;
	font-size: 12px;
}
.hardlinks:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.pagination {
	margin-bottom: 30px;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #999999;
	font-weight: bold;
}
br.pages {
	margin-bottom:16px;
}
.pagination:link {
	color: #999999;
	text-decoration: none;
}
.pagination:visited {
	color: #666666;
	text-decoration: none;
}
.pagination:hover {
	color: #FFCC00;
	text-decoration: none;
	border: 1px solid #FFCC00;
}
.pagination-stop {
	margin-bottom: 30px;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	border: 1px solid #00CCFF;
	font-weight: bold;
	background-image: url(../images/swatch.gif);
	color: #FFCC00;
}
.headers {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FF0033;
	font-weight: bold;
	letter-spacing: -1px;
	word-spacing: 1px;
	text-decoration: none;
}
.fields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding: 5px;
}
.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	letter-spacing: -1px;
	word-spacing: 1px;
	padding: 5px;
}

div.video {
	border: 1px solid #CCC;
	height:400px;
	overflow:hidden;
	
	
	
}
.alert {
	color:#FFCC00;
}
.clear {
	clear:both;
}
/* Layout */
#header {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
}
#left {
	float:left;
	width:670px;
}
#right {
	float:left;
	width:300px;
	padding-left:30px;
	text-align:right;
}
#footer {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

