body {
	font: normal 12px/15px "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	padding: 0;
	background-color: white;
	color: #000000;
	text-align: center;
	margin: 0;
}

/************************************
 * Basic elements
 *
 ************************************/

.highlight {
	color: #0076d6;
}

p {
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	text-decoration: none;
	color: #0076d6;
}

a:hover, a:active {
	text-decoration: none;
	color: #0076d6;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	color: #0076d6;
}


/************************************
 * Layout
 *
 ************************************/


#page {
	width: 900px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background: transparent url('/assets/templates/rotary/images/page-background.jpg') no-repeat bottom left;
	border: 1px solid #8a8c8e;
	border-top: none;
	border-bottom: none;
	padding-bottom: 60px;
}


#header {
	clear: both;
	height: 228px;
	margin: 0;
	padding: 0;
}


#navigation {
	margin: 0px auto;
	padding: 0;
	clear: both;
	height: 35px;
	background: transparent url('/assets/templates/rotary/images/navigation-background.gif') no-repeat bottom left;
}

	
#wrapper {
	margin: 0px auto;
	padding: 0 0 0 165px;
	clear: both;
	background-color: transparent;
	min-height: 637px;
	height: auto !important;
	height: 637px;
}

#content-wrapper {
	width: 546px;
	margin: 45px 0 0 0;
	padding: 0;
	padding-bottom: 5px;
	text-align: left;
	float: left;
	position: relative;
	background: url('/assets/templates/rotary/images/content-wrapper-background.gif') no-repeat bottom right;
}

#content-wrapper img#nw {
	position: absolute;
	right: 0;
	top: 0;	
	border: 0;
	margin: 0;
	padding: 0;
}

#content {
	padding: 0;
	clear: both;
	width: 540px;
	text-align: left;
	border: 1px solid #c1c1c1;
	min-height: 440px;
	height: auto !important;
	height: 440px;
	
}

#content p {
	padding-left: 25px;
	margin-top: 0.4em;
	margin-bottom: 1em;
	padding-right: 30px;	
}

.highlight {
	color: #0076d6;
}

#content p.headingImage {
	padding-left: 0;
	margin-bottom: 6px;
}


p.headingImage img {
	margin: 8px 0 0 2px;
}

#content table {
	margin-left: 25px;
	border-collapse: collapse;
}

#content th {
	text-align: left;
	font-weight: normal;
}

#content td {
	vertical-align: top;
	padding: 1px;
	text-align: left;
}

#content td p {
	margin: 0;
	padding: 0;
}


#sidebar {
	min-height: 300px;
	height: auto !important;
	height: 300px;
	float: right;
	width: 150px;
	position: relative;
	margin: 24px 12px 0 0;
}

p.campaign {
	margin-top: 40px;

}
#sidebar p {
	text-align: right;	
}

#footer {
	color: #898789;
	position: absolute;
	bottom: 3px;
	right: 5px;
}

/************************************ 
 * Forms
 *
 ************************************/

form {
	margin: 20px 0 0 25px;
}

label {
	display: block;
	clear: both;
	font-weight: bold;
	margin: 0 0 3px 0;
}

input {
	font: normal 11px/normal "Trebuchet MS", Trebuchet, Helvetica, sans-serif;
	border: 1px solid #808080;
	background-color: white;
	padding: 1px;
	display: block;
	margin: 0 0 6px 0;
	width: 80px;
}

#loginButton {
	border: 1px solid #0056a6;
	border-right: 1px solid #003686;
	border-bottom: 1px solid #003686;
	background-color: #0076d6;
	padding: 1px 3px;
	color: white;
	width: auto;
}

/************************************ 
 * Fixes and special cases
 *
 ************************************/


#header:after, #navigation:after, #page:after, #wrapper:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;	
}

.hidden {
	display: none;
} 
 