@charset "utf-8";


/******** Body Elements ********/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #eeeeee;
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	line-height: 180%;
	color: #3d3d3d;
	background-image: url(img/bg-fixed-2.gif);
	background-repeat: repeat;
}

/******** Layout Elements ********/

.wrapper {
	width: 840px;
	margin: 0 auto;
	padding: 4px;
	background-color: #caff70;
	border: 5px solid #caff70;
	background-image: url(img/wrapper_bg.gif);
	background-repeat: repeat;
}

.header {
	height: 175px;
	margin: 0;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	line-height: 50px;
	background-image: url(img/header_03.jpg);
	background-repeat: no-repeat;
}

.content {
	background-image: url(img/content_bg_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.cushycms {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.left {
	margin: 0;
	float: left;
	width: 210px;
	padding: 5px;
	background-color: #ffffff;
	background-image: url(img/bg-left-2.gif);
	background-repeat: repeat-x;
}

.footer {
	margin: 0;
	padding: 5px;
	background-color: #ffffff;
	clear: both;
	text-align: center;
	background-image: url(img/footer-2.jpg);
	background-repeat: no-repeat;
	height: 70px;
	color: #FFFFFF;
}

/******** Document Styles ********/

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #660066;
	text-transform: uppercase;
}

h2 {
	margin: 0 0 15px 0;
	font-size: 15px;
	font-weight: bold;
}

h3 {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}	

a, a:active, a:visited {
	color: #660066;
	text-decoration: none;
}

a:hover {
	color: #CC99CC;
	text-decoration: underline;
}

.header a, .header a:active, .header a:visited {
	color: #aa0000;
}

.header a:hover {
	color: #2d2d2d;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
	color: #333333;
}

.footer p {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}

.footer a {
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	color: #FFFFFF;
}


.leftimg {
	margin: 5px;
	float: left;
	padding-right: 10px;
}

.rightimg {
	margin: 5px;
	float: right;
	padding-left: 10px;
}

.left a, .left a:visited {
	color: #FFFFFF;
	padding: 0 10px 0 25px;
}

.left a:active, left a:hover {
	color: #CC6600;
	padding: 0 10px 0 25px;
}

.blockquote {
	background-image: img/blockquote.gif;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #660066;
	width: 200px;
	background-image: url(img/blockquote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 10px 5px 5px 10px;
	font-style: italic;
}

/******** List Styles Styles ********/

ul li {
	margin: 0 0 0 3px;
	list-style: none;
}

ul ul {
	margin: 0 0 15px 0;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menu li {
	padding: 0;
	display: inline;
	background: none;
}

.menu a {
	display: block;
	float: left;
	height: 42px;
	padding: 3px;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #993366;
}

.menu b {
}


/******* Menu ********/

.menu {
	width: 840px;
	height: 50px;
	margin: 0;
	background-image: url(img/menu_bg.jpg);
	background-repeat: no-repeat;
}
