/*  CSS STYLE SHEET
    (c)TechTriad.com */

body {
	background-color: #333333;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1 em;
	font-family: Arial, Helvetica, sans-serif;
/*	background-image: url(../images/bg_page2.gif);
	background-repeat: repeat-x; */
}
#container	{
	clear: both;
	float: none;
	width: 780px;
	margin:0px auto;
	background-color: #fff;
}

img	{
	margin:0;
}


/* header */
#header	{
	height: 150px;
	background-color: #fff;
}
#logo	{
	height: 150px;
	width: 160px;

	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #fff;
}
#logo a {
	display: block;
	height: 150px;
	width: 160px;
}


h1	{
	display:none;
}
h2, h3, h4, h5, h6	{
	margin-bottom: .5em;
}
h2 {
	color: #660099;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.9em;
	margin-top: 0.5em;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: lighter;
	color: #A83F00;
}
h4 {
	color: #888888;
	font-size: 1.1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888888;
	font-weight: normal;
}


h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 0px;
	color: #4b4b4b;
	font-weight: bold;
}



#topnav {
	font-size: 0.8em;
	color: #333333;
	margin-top: 13px;
}
#topnav a:link, #topnav a:visited	{
	text-decoration: none;
	color: #660099;
}
#topnav a:hover	{
	color: #671;
	text-decoration: none;
}
#topnav ul	{
	margin: 0px;
}
#topnav li	{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	list-style-image:none;
}

/* /header */


/* background stripe */
#stripe	{
	height:22px;
	background-image: url(../images/bg_grid.gif);
	background-repeat: repeat;
}

/* left navigation */

#leftnav {
	width: 160px;
	font-size: 20px;
	line-height: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #888;
	margin-bottom: 20px;
}
#leftnav a:link, #leftnav a:visited {
	color: #f1f1f1;
	text-decoration: none;
}
#leftnav a:hover {
	color: #660099;
}


#leftnav p {
	color: #BFBFB2;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

/* /left navigation */


/* content */
#content-container	{
	background-image: url(../images/content_shadow.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#content	{
	width: 610px;
	padding-left: 16px;
}
#content p	{
	font-size: 0.9em;
	line-height: 1.3em;
	margin-right: 30px;
	margin-top: 0px;
}
blockquote {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #888888;
	padding-left: .5em;
	background-color: #f1f1f1;
	padding-top: 0.02em;
	padding-right: 0em;
	padding-bottom: 0em;
}

#rightcol {
	color: #f1f1f1;
	background-color: #660099;
	font-size: 0.7em;
	text-align: center;
}
#rightcol p {
	font-size: 1em;
	text-align: center;
}
#rightcol a:link, #rightcol a:visited {
	color: #f1f1f1;
	text-decoration: underline;
}
#rightcol a:hover {
	color: #f1f1f1;
	text-decoration: none;
}
.border_rt {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #660099;
}





/* content */


/* footer */

#footer {
	font-size: 11px;
	color: #f1f1f1;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background-color: #660099;
}
#footer a {
	color: #f1f1f1;
	text-decoration: underline;
}

/* /footer */

