@charset "UTF-8";
/* CSS Document */

/* ------ Site Structure ----- */
body{
	background:#000000 url(images/siteDesign/siteBackground.png) repeat-x fixed left top;
	text-align:center;
	margin:0;
	padding:0;
}
#main {
	width:972px;
	margin:0 auto 0 auto;
	text-align:left;
}
#mainOuterTable {
}
#mainInnerTable {
	background:#ffffff;
}
td#mainLeftSide {
	width: 36px;
	background:transparent url('images/siteDesign/mainLeftSide.png') repeat-y;
}
td#mainRightSide {
	width: 36px;
	background:transparent url('images/siteDesign/mainRightSide.png') repeat-y;
}
#mainNav {
	width: 900px;
	height:39px;
	background:transparent url('images/siteDesign/mainNavBackground.png') repeat-x;
}
#mainNav td {
	text-align:center;
	font-size:16px;
	padding:0 15px 0 15px;
}
#content {
	padding:15px 30px 150px 30px;
	background:transparent url('images/siteDesign/ricePaperBackground.jpg');
	border-bottom: 2px solid #000000;
	line-height:24px;
	text-align: left;
}
#content a {
    text-decoration:underline;
}
#content img {
	border:3px solid #000000;
}
#sidebar {
	padding:15px 25px 150px 25px;
	background:transparent url('images/siteDesign/ricePaperBackgroundLight.png');
	border-left:1px solid #d2baa6;
	border-bottom: 2px solid #000000;
	text-align:right;
	font-size:15px;
}
#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin: 5px;
	padding:7px 0;
}
#footer {
	text-align: center;
	padding: 7px 5px 10px 5px;
	font-size: 9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#d9c0ac;
}
#footer a {
	color:#ffffff;
}


/* --------- Global Styles ------------ */
body, table, p {
	color:#444444;
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a {
	color:#192360;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
h1 {
	text-transform:uppercase;
	color:#192360;
	font-weight:bold;
	font-size:24px;
	margin: 25px 0px 25px 0;
}
h2 {
	font-size:22px;
	margin-top: 40px;
}
#content h2 a {
	text-decoration:none;
}