/******    Basic page layout    ******/
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #dce8ef;
	border:0;
	font:76% "Lucida Grande", Helvetica, Arial, sans-serif;
	margin:0 auto;
	padding:0;	
	text-align:left;	
}

#banner-container {
	border:0;
	margin:0 auto;
	padding:20px 0 0 0;
	vertical-align: top;
	width: 960px;
}

#banner-container tr {
	width:960px;
}

#body-container {
	clear:both;
	color:#000000 ;
	line-height:150%;
	margin:0 auto;
	padding:0;
	text-align:left;
	vertical-align:middle;
	width:960px; 
}

td.bannerLeft {
	width: 600px;
}

td.bannerRight {
	padding:30px 0 0 90px;
	vertical-align: top;
	color:red;
	width: 360px;
}

.bannerRight h1 {
	font-size:1.25em;
	padding-bottom:0;
	margin-bottom: 1em;
}

div.page-divider {
	margin: 20px 0;
	width:100%;
	border-top: 1px solid #ccc;
}


/******    navMenu    ******/
div#navMenuDiv {
	clear:both;
	background: gray;
	
	line-height:150%;
	margin:1em auto 0;
	padding:0;
	padding-left: 1px;
	text-align:left;
	vertical-align: top ;
	width:959px; 
	height:21px;
}

ul#navMenu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	height:21px;
}

ul#navMenu li {
	display: inline;
}

ul#navMenu a {
	background: url(gray-grad-bg-10x21.png) repeat-x;
	display: block;
	float: left;
	padding: 2px 0;
	text-decoration: none;
	color:#000;
	font-weight: bold;
	font-size: 12px;
	width: 239px;
	margin: 0 1px 0 0;
	text-align: center;
}

ul#navMenu a.firstMenu {
	width:238px;
	background: url(gray-grad-bg-10x21.png) repeat-x;
	display: block;
	float: left;
	padding: 2px 0;
	text-decoration: none;
	color:#000;
	font-weight: bold;
	font-size: 12px;
	margin: 0 1px 0 0;
	text-align: center;
}

ul#navMenu a.activeItem {
	width:239px;
	background: url(dark-blue-bg-10x21.png) repeat-x;
	color: #fff;
	display: block;
	float: left;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0 1px 0 0;
	text-align: center;
}

ul#navMenu a.firstMenuAndActiveItem {
	width:238px;
	background: url(dark-blue-bg-10x21.png) repeat-x;
	color: #fff;
	display: block;
	float: left;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	margin: 0 1px 0 0;
	text-align: center;
}

ul#navMenu a:hover {
		background: url(dark-blue-bg-10x21.png) repeat-x;
		color: #fff;
}


/******    sidebar    ******/
td.menuSidebar {
	width:210px;
	height:100%;
	vertical-align:top;
}

div.palettes {
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding:0;
	margin:0;
}

div.palette {
	padding:0;
	background: url(palette-fillPixel.png) repeat 0 0;
}

div.palette h1 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 0 8px;
	margin:0;
}

div.palette p {
	padding: 2px 8px 0 14px;
	margin:0;
}

div.palette ul {
	margin: 0;
	padding: 2px 8px 0 14px;
	list-style: none;
}

div.palette a {
	text-decoration: none;
	color: #000;
}

div.palette a:hover {
		text-decoration: none;
		color: #555;
}

div.paletteBottom {
	background: url(palette-bottom-13x16.png) repeat-x 0 0;
	height:16px;
}

div.paletteTop {
	padding:0;
	background: url(palette-top-13x10.png) repeat-x 0 0;
	height:10px;
}



/******    page    ******/
.col26 { 
	width: 750px; 
	background-color: white;
	border: 1px solid gray;
	height: 100%;
	vertical-align: top;
}

div#ruler {
	background: url(/images/ruler750x33.png) repeat-x;
	height: 33px;
	width: 750px;
	padding:0;
	margin:0;
}

div#page {
	padding:15px 72px;
	margin-top:20px;
	font-size:15px;
/*	font-family: "Hoefler Text", Palatino, Georgia, serif;*/
	line-height: 1.5em;		
}

#page p {
	font-size: 1.0em;
	font-weight: normal;
/*	font-family: "Hoefler Text", Palatino, Georgia, serif;*/
	line-height:150%;
}

#page h1 {
	font-size: 1.8em;
	font-weight: normal;
/*	font-family: "Hoefler Text", Palatino, Georgia, serif;*/
	line-height: 150%;
}

#page h2 {
	font-size: 1.4em;
	font-weight: normal;
	font-style: italic;
/*	font-family: "Hoefler Text", Palatino, Georgia, serif;*/
	line-height:150%;
}



/******    basic elements    ******/
img {
	border:0;
	margin:0;
	padding:0;
}

img.grayBorder {
	padding: 1px;
	border: 1px solid #ccc;
}

p {	
	line-height:1.5em;
	margin:0 0 15px;
}

p.spaceAfter {	
	line-height:1.5em;
	margin:0 0 15px;
}

.italic {
	font-style: italic;
}

.tight {
	margin-bottom:0;
	padding-bottom:0;
}

.loose {
	padding-bottom: 20px;
}

h1 {
	font-size: 2.5em;
	font-weight: bold ;
	line-height:150%;
	margin-bottom:1.1em;
}

h2 {
	font-size: 1.5em;
	font-weight: bold ;
	line-height:150%;
}

h3 {
	font-size: 1em;
	font-weight: bold ;
	line-height:150%;
	margin-bottom:1.1em;
}

hr {
	padding:0;
	height:1px;
	margin:10px 0;
	width:98%;
}

.separator {
	height:1px;
	margin:0;
	padding:0;
	border:solid #cc0;
	border-width:1px 0 0 0 ;
}

.center {
	text-align: center;
}

.small {
	font-size: 0.8em;
}

.bold {
	font-weight: bold;
}

.hide {
	display: none;
}
