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

/*

Colors:

	Rust: 641c00
	Burgundy: 72040b
	Olive Green: 999966
	Yellow Green: cccc99

*/
body {
	margin:0;
	padding:0;
	color:#641c00;
	font-family:TarzanaNarrow, Verdana, Helvetica, Arial sans-serif;
	font-size: 15px;
}

	body.indexBody {background:#cccc99;}

	body.defaultBody {background:#999966;}

a:link, a:active, a:visited {
	color:#72040b;
	text-decoration:underline;
}

a:hover {
	color:#003300;
	text-decoration:none;
}

div.wrapper {
	width:760px;
	height:auto;
	margin:0px auto;
}

#indexTable_01 {
	width:760px;
	height:auto;
}

#indexHeader {
	width:760px;
	height:115px;
	background:transparent url(../images/indexHeader.jpg) top left no-repeat;
}

#defaultHeader {
	width:760px;
	height:115px;
	background:transparent url(../images/defaultHeader.jpg) top left no-repeat;
}

#indexHeaderImg {
	width:567px;
	height:55px;
	padding:23px 0px 0px 180px;
}

#indexMenu  {
	width:178px;
	height:auto;
	background:transparent url(../images/indexMenuBG.jpg) top left repeat-y;
}

#defaultMenu  {
	width:178px;
  height:auto;
	background:transparent url(../images/defaultMenuBG.jpg) top left repeat-y;
}

table.mainMenu, table.defaultMenu{
	background-color:transparent;
	margin:10px 0;
}

td.indexMenuButton, td.defaultMenuButton {
	height:24px;
	width:178px;
	background:transparent url(../images/indexButton.gif) bottom center no-repeat;
	padding:7px 0 2px 0;
	vertical-align:middle;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	color:#72040b;
	font-size:18px;
	font-weight:bold;
}

td.indexMenuButton p, td.defaultMenuButton p {
	margin:0;
	padding:0;
}


td.defaultMenuButton {
	background:transparent url(../images/defaultButton.gif) bottom center no-repeat;
}

td.indexMenuButton a:link, td.indexMenuButton a:active, td.indexMenuButton a, td.defaultMenuButton a:link, td.defaultMenuButton a:active, td.defaultMenuButton a, td.indexMenuButton a:hover, td.defaultMenuButton a:hover {
	text-decoration:none;
}

td.indexMenuButton a:hover, td.defaultMenuButton a:hover {
	color:#003300;
}

#indexContent, #defaultContent {
	width:582px;
	height:300px;
	background:transparent url(../images/indexContent.jpg) top right repeat-y;
	padding:0px 5px 5px 5px;
}

#defaultContent {
	background:transparent url(../images/defaultContent.jpg) top right repeat-y;
}

#indexFooter, #defaultFooter {
	width:760px;
	height:75px;
	background:transparent url(../images/indexFooter.jpg) top left no-repeat;
}

#defaultFooter {
	background:transparent url(../images/defaultFooter.jpg) top left no-repeat;
}