/* GENERAL */

* {margin: 0px; padding: 0px;} /* deviations from this are set in individual styles below */

body {
	margin: 0px;
	padding: 0px;
	background: #AEA89A url(images/background_body.jpg) no-repeat left top;
	font-size: 13px;
	color: #333333;
}
body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}


#page { /* contains all except footer */
	width: 950px;
	height: 650px;
	margin-top: 30px;
	padding:0px;
	background: url(images/background_page_test.gif) repeat-x;
	border:none;
	scrollbar-base-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-3dlight-color: #E4E9E2;
	scrollbar-face-color: #E4E9E2;
	scrollbar-highlight-color: #E4E9E2;
	scrollbar-shadow-color: #E4E9E2;
	scrollbar-arrow-color: #CFD8C8;
}

/* LEFT SIDE - Logo and Left Sidebar */
#leftside {
	float: left;
	width: 270px; /* 20px of space allowed between left and right sides */
	height: 640px; /* 10px of space allowed at bottom to show white background */
	margin-left: 10px; /* to show white background on left */
	border:none;
	overflow:hidden;
}
#logo {
	width: 270px;
	height: 200px;
	background-image:url(images/background_logo.gif) no-repeat left top;
	margin:0px;
	padding:0px;
	border:none;
	overflow:hidden;
}
#leftsidebar {
	width: 270px;
	height: 440px;
	background:#D6DFCF;
	margin:0px;
	padding: 0px;
	text-align: right;
	overflow:hidden;
	border:none;
}
#leftsidebar p {
	padding: 0 10px 12px 3px;
	line-height: 1;
	margin: 0;
}
#leftsidebar h3 {
	padding: 0 10px 13px 3px;
	margin: 0;
}
#leftsidebar img {
	margin: 0px;
	padding: 0px;
	border:none;
}

/* RIGHT SIDE - Menu and Content area with optional Splashlinks */
#rightside {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 640px;
	height: 640px; /* 10px of space allowed at bottom to show white background */
	border:none;
}
#menu {
	width: 640px;
	height: 30px;
	margin: 0px;
	padding-top: 10px;
	font-size: 13px;
	text-align: right;
	font-weight: normal;
	color:#1F5B42;
	border:none;
}
#menu a, #menu a:link, #menu a:visited, #menu a:hover, #menu a:focus, #menu a:active {
	text-decoration: none;
}
#content {
	float: right;
	width: 630px;
	height: 595px; /* 10px of space allowed at bottom to show white background */
	border:none;
	padding-top: 10px;
	margin-right: 10px;
	text-align:left;
	overflow:hidden;
}
#splashlink_area {
	float: right;
	width: 630px;
	height: 200px;
	margin-right: 10px;
	text-align:left;
}
div.splashlink {
	height:200px;
	border-left: 2px dotted #92B9A4;
	margin:0px;
	padding-left:10px;
	text-align:left;
}
#twitterfeed {
	height:165px;
	overflow:auto; /* scrollbar - IE appearance set in #page container */
	border:none;
	margin-bottom: 8px;
	font-size: 11px;
}

#footer { /* contains footer-left and footer-right */
	width: 950px;
	padding-top: 10px;
	border:none;
	vertical-align:top;
}
#footer-left {
	float: left;
	width: 280px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color:#1F5B42;
	border:none;
	vertical-align:top;
}
#footer-right {
	float: right;
	width: 640px;
	text-align: right;
	font-size: 13px;
	font-weight: normal;
	color:#1F5B42;
	border:none;
	vertical-align: text-top;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:focus, #footer a:active {
	color:#1F5B42;
}

h1, h2, h3 {
	font-weight: normal;
	color: #1F5B42;
}
h1 {
	font-size: 18px;
	height: 21px;
	vertical-align: middle;
	/* background-image: url(images/background_h1.gif);
	background-repeat: repeat-x;*/
	margin-top: 0px;
	margin-bottom: 21px;
	border-bottom: 2px solid #92B9A4;
	padding-bottom: 3px;
}
h2 {
	font-size: 16px;
	padding: 10px 0 14px 0;
}
h3 {
	font-size: 14px;
	padding: 10px 0 14px 0;
}
p {
	padding: 0 0 14px 0;
}
ol {
	padding-top: 6px;
	padding-bottom: 12px;
	list-style-type: 1;
}
ul {
	padding-top: 6px;
	padding-bottom: 12px;
	list-style-type: disc;
}
li {
	margin-left: 15px;
}
a, a:link, a:visited, a:hover, a:focus, a:active {
	color: #1F5B42;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
img.float_right {
	float: right;
}
img.float_left {
	float: left;
}


