

.LeftRepeat {
	background: url(/images/projectx_left.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

.RightRepeat {
	background: url(/images/projectx_right.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.Copyright {
	padding-left: 5px;
	padding-right: 10px;
	font: normal 10px Tahoma, Arial, Sans-Serif;
	color: #ccc;
}

.Copyright a, .Copyright a:link, .Copyright a:active, .Copyright a:visited {
	font: normal 10px Tahoma, Arial, Sans-Serif;
	color: #ccc;
	text-decoration: none;
}

.Copyright a:hover {
	color: #fff;
	text-decoration: underline;
}

.Tagline {
	padding-top: 30px;
	padding-bottom: 10px;
	font: normal 10px Tahoma, Arial, Sans-Serif;
	color: #777;
}

.Tagline a, .Tagline a:link, .Tagline a:active, .Tagline a:visited {
	font: bold 10px Tahoma, Arial, Sans-Serif;
	color: #777;
	text-decoration: none;
}

.Tagline a:hover {
	color: #ccc;
	text-decoration: underline;
}

.NewsletterBg {
	margin: 0;
	padding: 0;
	background: url(/images/projectx_bg.gif);
	background-position: top left;
	background-repeat: repeat;
}

body {
	margin: 0;
	padding: 0;
	background: url(/images/projectx_bg.gif);
	background-position: top left;
	background-repeat: repeat;
}

.MainContentWrapper {
	padding: 5px;
}

.MainContent {
	width: 761px;
}

.MainContent img {
	border-color: #999;
}

/* SiteCM Components */

#cmSearch {}
	
#cmSearch input {
	border: solid 1px #000;
}

#cmSearch a, #cmSearch a:link, #cmSearch a:active, #cmSearch a:visited {
	font: bold 10px Arial, Tahoma, Sans-Serif;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	padding: 2px;
}

#cmSearch a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}

#cmNewsletter {}
	
#cmNewsletter input {
	border: solid 1px #000;
}

#cmNewsletter a, #cmNewsletter a:link, #cmNewsletter a:active, #cmNewsletter a:visited {
	display: block;
	font: bold 10px Arial, Tahoma, Sans-Serif;
	color: #fff;
	text-decoration: none;
	background-color: #C0C0C0;
	padding: 5px;
	text-transform: uppercase;
}

#cmNewsletter a:hover {
	color: #fff;
	background-color: #D62826;
	text-decoration: none;
}

#cmPollContents {
	border: solid 1px #000;
	background-color: #FFF;
}

#cmPollContents table {
	width: 150px;
	padding: 0px;
}

#cmPollContents table tr, #cmPollContents table td {
	padding: 0px;
}

#cmPollContents input {
	padding-left: 5px;
}

#cmPollContents h3 {
	font: bold 13px Arial, Tahoma, Sans-Serif;
	padding-left: 15px;
	border-bottom: solid 1px #000;
}

#cmFader {
	border: solid 1px #000;
	background-color: #fff;
	width: 200px;
	padding: 0px;
	text-align: center;
	margin:0px;
}

#cmFader h3 {
	font: bold 14px Arial, Tahoma, Sans-Serif;
	font-weight: bold;
	//color: #000000;
	border-bottom: solid 3px #030;
	padding-left: 0px;
	margin-bottom: 5px;
}

#cmFader p {
	font: 13px Arial, Tahoma, Sans-Serif;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin:0px;
	text-align: center;
}

/*** Common ***/

.formtext {
	background-color: #fff;
	color: #000;
	font: normal 10px Arial, Tahoma, Sans-Serif;
}

#footertoprint {
	display: none;
}