/***********************************************/
/* scewm.css                                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
}
.header{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 1.166;
	font-size: x-large;
	background-color: #606;
	vertical-align: bottom;
}
.sidebar{
	font-family: "Comic Sans MS";
	color: #FFF;
	line-height: 1.166;
	font-size: medium;
	background-color: #606;
	width: 25%;
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}
.maincontent{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 1.166;
	font-size: small;
	vertical-align: top;
	text-align: left;
	padding-left: 10px;
}



/******* hyperlink and anchor tag styles *******/

div#sidebar a:link{
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
}

div#sidebar a:visited{
	text-decoration: none;
	color: #FF0;
	font-weight: bold;
}

div#sidebar a:hover{
	text-decoration: underline;
	color: #FF0;
	font-weight: bold;
}

a:link, a:visited{
	color: #609;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
	color: #609;
	font-weight: bold;
}

/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #606;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
.footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #999;
}
.thrColLiqHdr #container #header img {

}
.thrColLiqHdr #container #header table tr td img {
	text-align: right;
}
.thrColLiqHdr #header tr #hdrimg {
	width: 25%;
}
.thrColLiqHdr #maintable tr #sidebar #sidebar img {
}
.thrColLiqHdr #maintable tr #sidebar #sidebar p a {
	color: #E8DDEB;
	text-align: center;
}
.thrColLiqHdr #maintable tr #sidebar #sidebar table tr td p {
	text-align: center;
}
