body {
	margin : 0;
	padding : 0;
	line-height : 1.8em;
	background : #525d64 url(images/bkgd.gif) repeat-x;
	color : #555;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}
a img {
border : 0;
}
			/*TYPOGRAPHY*/
p {
margin : 10px;
}
h1 {
	font : 24px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	text-transform : uppercase;
	letter-spacing : 5px;
	background : inherit;
	color : #557399;
	padding: 10px 0 0 10px;
}
h2 {
	letter-spacing : 3px;
	font : 16px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	text-transform : uppercase;
	background : inherit;
	color : #BE6552;
	padding: 10px 0 0 10px;
}
h3 {
margin-top : 10px;
padding : 5px;
font : bold 90% verdana, "Trebuchet MS", arial, sans-serif;
text-transform : uppercase;
color : #557399;
background : inherit;
}
blockquote {
	font-weight : bold;
	font-style : italic;
	color : #D185A4;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eee;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
}
			/*BANNER*/
#banner {
	width : 768px;
	height : 141px;
	margin : 0 auto;
	padding : 0;
	background : #525d64 url(images/submasthead.jpg) no-repeat;
}
#banner h1 {
margin : 5px 0 0 5px;
padding : 0;
font-family : verdana, "Trebuchet MS", arial, sans-serif;
font-size : 175%;
letter-spacing : 3px;
text-transform : none;
text-align : left;
background : transparent;
color : #b29b35;
}
#banner p {
	font-size: 10px;
	padding-top: 105px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	color: #848E93;
}
#banner a {
	color: #848E93;
}
#banner img {
	margin : 400px 0 0 53px;
}
#nav {
	padding : 2px 0 10px 12px;
	background : #e2e2e2 url(images/shade_bottom.gif) repeat-x left bottom;
	width: 756px;
	margin : 0 auto;
	height: 30px;
}
			/*TOP NAVIGATION*/
#nav ul {
	margin : 0;
	padding : 0;
	list-style : none;
	display : table;
	white-space : nowrap;
	font-family : "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size : 11px;
}
#nav li {
display : table-cell;
margin : 0;
padding : 0;
}
#nav a {
	float : left;
	color : #525D64;
	background : #e2e2e2;
	margin : 0 2px 0 0;
	padding : 0 0 0 2px;
	text-decoration : none;
	letter-spacing : 0px;
}
#nav a b {
	float : left;
	display : block;
	padding : 5px 16px 5px 12px;
}
#nav a:hover {
	color: #899297;
}
#nav .current a {
background : #000 url(images/top_left.gif) no-repeat left top;
color : #fff;
cursor : default;
}
			/*CONTAINER*/
#container {
	width : 768px;
	margin : 0 auto;
	text-align : left;
	height: 2000px;
	background-color: #FFFFFF;
}
#container img {
	padding-top: 15px;
}
			/*MAIN CONTENT*/
#content {
	float : left;
	width : 500px;
	margin : 0;
	padding : 0px 0 50px 15px;
}
#content a {
	color: #557399;
	text-decoration: underline;
}
			/*SIDEBAR*/
#sidebar {
	margin : 0 0 0 540px;
	border-left : 1px solid #eee;
	padding: 25px 25px 50px 0px;
	font-size: 8pt;
}
#sidebar img {
	padding-left: 10px;
}
#sidebar h1 {
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #848E93;
}
#sidebar a {
	float : left;
	color : #BE6552;
	text-decoration : none;
	letter-spacing : 2px;
	text-transform: uppercase;
}
#sidebar ul {
	list-style : square;
	display : table;
	white-space : nowrap;
}
#sidebar li {
	background : inherit;
	color : #557399;
}
#sidebar a b {
	display : none;
}
#sidebar a:hover {
	color: #F3D9DC;
}

			/*FOOTER*/
#footer {
	font-size : 80%;
	text-align : left;
	color : #FFFFFF;
	background : #BE6552;
	width: 756px;
	border-top : 1px solid #557399;
	margin: 0 auto;
	padding: 0 0 0 12px;
}
			/*LINK PROPERTIES*/
#footer a:link, #footer a:visited, #navlist a:link, #navlist a:visited, a:link, a:visited {
	color : #FFFFFF;
	background : inherit;
	text-decoration : none;
}
#footer a:hover, #navlist a:hover, a:hover {
	color : #CCCCCC;
	background : inherit;
	text-decoration : none;
}
#navlist li {
list-style-type : square;
background : inherit;
color : #666;
margin : 0 15px 0 0;
padding : 0;
}
			/*CLASSES*/
.img {
margin : 0;
padding : 5px;
}
.imgleft {
float : left;
margin : 5px 15px;
padding : 5px;
}
.news {
padding : 15px;
border-left : 1px solid #557399;
}
