		body {
			font-family: Arial;
			font-size: 12pt;
		}
		a {
			color: #004266;
		}
		a:hover {
			text-decoration: none;
		}
		#wrapper {
			width: 902px;
			margin: 10px auto;
			padding: 20px 0px;
		}
		#header {
			margin: 0px;
			padding: 0px;
			height: 138px;
			width: 902px;
			background-image: url('./donateblue/surfers.png');
			background-position: top right;
			background-repeat: no-repeat;
		}
		.inlineBlock {
			display:-moz-inline-stack;
			display:inline-block;
			zoom:1;
			*display:inline;
		}		
		#navbar {
			width: 902px;
			height: 44px;
			margin: 0px;
			padding: 0px 0px 0px 0px;
			background-image: url('./donateblue/navbar.png');
			background-position: top left;
			background-repeat: no-repeat;
			color: white;
			font-size: 14pt;
			overflow: hidden;
			text-align: right;
				position: relative;
		}
			.menuitem {
				background-image: url('./donateblue/navbar-sep.png');
				background-position: middle left;
				background-repeat: no-repeat;
				height: 24px; /* 44 */
				padding: 10px 30px;
				float: right;
			}
			.menuitem a {
				color: white;
				text-decoration: none;
				margin: 0px;
				padding: 0px;
			}
		#top {
			margin-top: 30px;
			width: 902px;
			height: 16px;
			background-image: url('./donateblue/body-top.png');
			background-position: bottom middle;
			background-repeat: no-repeat;
		}
		#body {
			width: 842px;
			padding: 0px 30px;
			background-image: url('./donateblue/body-mid.png');
			background-position: top middle;
			background-repeat: repeat-y;
		}
			#topbody {
				margin-top: 0px;
				font-size: 1px;
			}
			#botbody {
				margin-bottom: 0px;
				font-size: 1px;
				clear: both;
			}
			#rightPanel {
				float: right;
				width: 171px;
				margin: 20px 20px 20px 40px;
			}
			#rightPanel img {
				margin: 10px 0px;
			}
			#seperator {
				height: 1px;
				width: 611px;
				border-top: 1px solid #ababab;
			}
		#bottom {
			width: 902px;
			height: 7px;
			background-image: url('./donateblue/body-bot.png');
			background-position: bottom middle;
			background-repeat: no-repeat;
			margin-bottom: 30px;
		}
		#footer {
			width: 902px;
			height: 103px;
			background-image: url('./donateblue/footer.png');
			background-position: bottom middle;
			background-repeat: no-repeat;
			color: white;
			font-size: 10pt;
		}
			#footer a {
				color: white;
				text-decoration: none;
			}
			#footer a:hover {
				text-decoration: underline;
			}
			#footer #left {
				padding-top: 30px;
				float: left;
				width: 620px;
				text-align: center;
			}
			#footer #right {
				padding-top: 30px;
				float: right;
				width: 280px;
				text-align: center;
			}
			
/* additional cms stuff */

#ts_login, #ts_login a {
	color: #D2D2FF !important;
}