@charset "iso-8859-1";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	background-color: #FFFFFF;
}
#container {
	width: 658px;
	margin-left: auto;
	margin-right: auto;
}

.nav{
	font-family:Tahoma;
	font-size:11px;
	color:#FFFDF4;
}



/********************** links *************************/
a {
	font-weight: bold;
}
a:link, a:visited {
	color: #c37115;
}
a:hover, a:active {
	color: #330000;
}

.more:link, .more:visited {
	color: #993333;
}
.more:hover, .more:active {
	color: #333333;
}
.nav a:link, .nav a:visited {
	color:#FFF6D7; 
	text-decoration: none;
}
.nav a:hover, .nav a:active {
	color:#FBDD75;
	text-decoration: underline;
}



/********************** navigation bar *************************/
#navbar #tl {
	border-bottom: solid #FFFFFF 1px; border-right: solid #FFFFFF 1px; height: 5px; width: 10px;
}
#navbar #tm {
	border-bottom: solid #FFFFFF 1px; border-right: solid #FFFFFF 1px; height: 5px; width: 100%;
}
#navbar #tr {
	border-bottom: solid #FFFFFF 1px; border-left: solid #FFFFFF 1px; height: 5px; width: 10px;
}
#navbar #l {
	border-right: solid #FFFFFF 1px; height: 100%; width:10px; height: 30px;
}
#navbar #c {
	line-height: 30px; padding-left: 10px; padding-right: 10px;
}
#navbar #r {
	border-left: solid #FFFFFF 1px; height: 100%; width:10px; height: 30px;
}
#navbar #bl {
	border-top: solid #FFFFFF 1px; border-right: solid #FFFFFF 1px; height: 5px;
}
#navbar #bm {
	border-top: solid #FFFFFF 1px; border-right: solid #FFFFFF 1px; height: 5px;
}
#navbar #br {
	border-top: solid #FFFFFF 1px; border-left: solid #FFFFFF 1px; height: 5px;
}
#footer {
	line-height: 41px; text-align: center;
}

/********************** footer bar *************************/
#footer #tl {
	background-image:url(/img/footer-left.jpg); width: 11px; height: 46px;
}
#footer #tm {
	border-bottom: solid #FFFFFF 1px; border-right: solid #FFFFFF 1px; height: 4px; width: 100%;
}
#footer #tr {
	background-image:url(/img/footer-right.jpg); width: 11px; height: 46px;
}




/********************** header styles *************************/
h1 {
	color: #666600;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 1.5em;
}
h2 {
	color: #C45819;
	margin-top: 5px;
	margin-bottom: 5px;
}

/********************** white box list *************************/
.tablelist {
	font-size: 1.0em;
	background-color:#FFFFFF;
}
.tablelist  .top .left {
	text-align: center; margin-left: 8px; margin-top: 8px; border-right: solid #CCCCCC 1px; padding: 5px; 
	width: 4px; height: 7px; background-image:url(/img/green_arrow.jpg); background-repeat: no-repeat; background-position: center;
}
.tablelist .top .right {
	text-align: left; margin-right: 8px; margin-top: 8px; padding-right: 5px; padding-left: 5px; line-height: 17px;
}
.tablelist .middle .left {
	border-top: solid #CCCCCC 1px; text-align: center; margin-left: 8px; border-right: solid #CCCCCC 1px; padding: 5px;
	width: 4px; height: 7px; background-image:url(/img/green_arrow.jpg); background-repeat: no-repeat; background-position: center;
}
.tablelist .middle .right {
	border-top: solid #CCCCCC 1px; text-align: left; margin-right: 8px; padding-right: 5px; padding-left: 5px; line-height: 17px;
}
.tablelist .bottom .left {
	border-top: solid #CCCCCC 1px; text-align: center; margin-left: 8px; margin-bottom: 8px; border-right: solid #CCCCCC 1px; padding: 5px;
	width: 4px; height: 7px; background-image:url(/img/green_arrow.jpg); background-repeat: no-repeat; background-position: center;
}
.tablelist .bottom .right {
	border-top: solid #CCCCCC 1px; text-align: left; margin-right: 8px; margin-bottom: 8px; padding-right: 5px; padding-left: 5px; line-height: 17px;
}


/********************** normal list *************************/
ul {
	margin: 10px;
	list-style-image: url(/img/dobule_arrow.jpg);
	padding-left: 20px;
	list-style-position: outside;
	line-height: 15px;
}
li {
	padding-left: 0px;
}



/********************** boxes layout *************************/
#content {
	background-color: #fff6d7; padding: 10px;
	font-size:11px;
}
.leftsidebar {
	float: left; background-color: #fceabc; padding: 10px; width: 200px;
}
.leftsidebarsmaller {
	float: left; background-color: #fceabc; padding: 10px; width: 150px;
}
.rightsidebarsmaller {
	float: right; background-color: #fceabc; padding: 10px; width: 150px;
}
.smallcentercontent {
	margin-left: 180px; margin-right: 180px;
}
.rightcontent {
	margin-left: 230px; margin-right: 10px;
} 
.rightwhitebox {
	background-color:#FFFFFF; border: solid #fceabc 1px; width: 343px; padding: 10px; margin: 10px;
}
.fullcontent {
	padding: 10px;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
.fullwhitebox {
	background-color:#FFFFFF; border: solid #fceabc 1px; padding: 10px; margin: 10px;
}

.both {
	font-size: 1.0em;
}
.both td {
	padding-bottom: 10px;
	width: 50%;
	vertical-align: top;
	text-align: left;
}
.both .left {
	padding-right: 10px;
}
