* {
	padding: 0px;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 2px;
}

a:link {
	color: #360;
	text-decoration: none;
}

a:visited {
	color: #360;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

table {
	font-size: 100%;
}

form, p, ul {
	margin: 0px;
}

ul {
	margin-left: 15px;
}

.button {
	background-image: url(images/button.gif);
	background-repeat: repeat-x;
	border: none;
	padding: 1px 5px;
	color: #EEEEEE;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.printonly {
	display: none;
}

.navigation {
	font-size: 85%;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: left;
}

hr {
	border: 1px solid #360;
}

h1 {
	font-size: 140%;
	margin-bottom: 7px;
	margin-top: 0px;
}

.text {
	border: 1px solid #A1A1A1;
	width: 200px;
}

.error {
	color: maroon;
	font-weight: bold;
	padding-bottom: 5px;
}

/*********************************  Main  ***********************************/
#main {
	width: 760px;
}

/*********************************  Header  *********************************/
/**************  H1  **************/
#h1 {
	background-color: #D6D6D6;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 0px 0px 7px;
}

/**************  H2  **************/
#h2 {
	background-color: #D6D6D6;
	height: 21px;
	vertical-align: middle;
	text-align: right;
}

#h2 table {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

#h2 td {
	padding: 1px 3px 0px 3px;
}

#h2 #search1 {
	width: 164px;
	height: 17px;
	font-size: 10px;
	border: 1px solid #A1A1A1;
}

#h2 #quicklinks {
	font-size: 11px;
	height: 15px;
	width: 90px;
	border: 1px solid #A1A1A1;
}

/**************  Tabs  **************/
#tabs {
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	vertical-align: bottom;
	font-weight: 600;
	font-size: 14px;
	height: 23px;
}

#tabs img {
	vertical-align: bottom;
}

.tab {
	background-image: url(images/tm.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #D6D6D6;
	text-decoration: none;
	vertical-align: bottom;
}

.tab:link {
	color: #D6D6D6;
}

.tab:visited {
	color: #D6D6D6;
}

.tab:hover {
	text-decoration: none;
}

.ctab {
	background-image: url(images/ctm.gif);
	background-repeat: repeat-x;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #360;
	text-decoration: none;
	vertical-align: bottom;
}

.ctab:hover {
	text-decoration: none;
}

/*********************************  Nav  ************************************/
#nav {
	width: 210px;
	padding-right: 10px;
	vertical-align: top;
}

/**************  Sidebox  **************/
.sidebox {
	border-left: 2px solid #360;
	border-right: solid 2px #360;
	border-bottom: solid 2px #360;
	margin-bottom: 5px;
	width: 100%;
}

.sidebox th {
	background-color: #360;
	padding: 2px 2px 2px 2px;
	font-weight: bold;
	font-size: 105%;
	text-align: left;
	color: #D6D6D6;
}

.sidebox th a {
	color: #D6D6D6;
	padding: 2px 2px 2px 2px;
	font-size: 75%;
	font-weight: bold;
	float: right;
}

.sidebox th a:visited {
	color: #D6D6D6;
}

.sidebox .spacer {
	height: 2px;
	background-color: #A1A1A1;
	padding: 0px;
}

.sidebox td {
	background-color: #D6D6D6;	
	padding: 3px 3px 3px 3px;
	font-size: 85%;
	font-weight: bold;
}

.sidebox .small {
	font-size: 80%;
}

.sidebox td .text {
	border: 1px solid #A1A1A1;
	width: 200px;
}

.sidebox td a {
	padding: 2px 2px 2px 2px;
	display: block;
	text-decoration: none;
	color: #360;
}

.sidebox td a:hover {
	border: 1px solid #360;
	padding: 1px 1px 1px 1px;
	background-color: #EEEEEE;
	text-decoration: none;
}

.sidebox td a:visited {
	color: #360;
}

.sidebox td ul {
	font-weight: normal;
}

.sidebox td ul a {
	display: inline;
	padding: 0px;
}

.sidebox td ul a:hover {
	padding: 0px;
	border: none;
	background-color: transparent;
	text-decoration: underline;
}

.sidebox td li {
	list-style-image: url(images/arrow.gif);
	margin-left: 3px;
}

.sidebox .error {
	text-align: center;
}

.sidebox td p {
	padding: 3px 0px;
}

.sidebox td .indent {
	text-indent: -13px;
	padding: 0px 0px 0px 13px;
}

/*********************************  maincontent  ****************************/
#maincontent {
	width: 540px;
	vertical-align: top;
}

/*********************************  advertisement  **************************/
.advertisement {
	border: 2px solid #DDDDDD;/*#EEEEEE;*/
	background-color: #EEEEEE;/*#F7F7F7;*/
	margin-bottom: 5px;
}

.advertisement th {
	background-color: #DDDDDD;
	padding: 0px;
	font-size: 80%;
	text-align: center;
	color: #A1A1A1;
}

.advertisement td {
	padding: 3px;
	font-size: 85%;
	text-align: center;
}

/*********************************  articleList  ****************************/
.articleList td {
	padding-bottom: 10px;
}

.articleList td a {
	font-size: 1.0em;
	font-weight: bold;
}

.articleList td img {
	border: 1px solid #000000;
	margin-right: 7px;
}

/*********************************  date_banner  ****************************/
.date_banner {
	background-image: url(images/date_banner.gif);
	width: 265px;
	height: 27px;
	margin-bottom: 5px;
}

.date_banner td {
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px 6px 6px 1px;
	text-align: center;
}

/*********************************  headlines  ******************************/
.headline {
	font-size: 1.4em;
	font-weight: bold;
}

.subhead {
	font-size: 1.1em;
	color: #3F3F3F;
	font-weight: bold;
}

.author {
	font-size: .8em;
	font-weight: bold;
}

.date {
	font-size: .9em;
}


/*********************************  simplebox  ******************************/
.simplebox {
	width: 100%;
	border: 2px solid #A1A1A1;
	margin-bottom: 5px;
}

.simplebox .spacer {
	background-color: #360;
	height: 2px;
	padding: 0px;
}

.simplebox th {
	background-color: #A1A1A1;
	padding: 2px;
	text-align: left;
	/*color: #FFE48C;*/
	color: #EEEEEE;
	font-size: 105%;
}

.simplebox th a {
	color: #EEEEEE;
	padding: 2px 2px 2px 2px;
	font-size: 75%;
	font-weight: bold;
	float: right;
}

.simplebox th a:visited {
	color: #EEEEEE;
}

.simplebox td {
	padding: 3px;
	background-color: #EEEEEE;
	font-size: 85%;
	font-weight: bold;
}

.simplebox li {
	list-style-image: url(images/arrow.gif);
	margin-left:3px;
}

.simplebox p {
	text-indent: -13px;
	padding-left: 13px;
}

.simplebox .inside {
	padding: 5px 2px 5px 18px;
	width: 100%;
}

.simplebox .inside td {
	padding: 2px;
	font-size: 100%;
}

.account p {
	padding-bottom: 10px;
}

/*********************************  footer  *********************************/
.footer {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #3F3F3F;
}

.footer_noprint {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #3F3F3F;
}

.footer hr {
	border: 2px solid #D6D6D6;
	margin-bottom: 0px;
}