body
{
	margin: 0px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
}

body.sub
{
	margin: 0px;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
}


#frame
{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;

}


#header
{
	width: 950px;
	height: 181px;
	border-color: #693 #3CB #f30 #3CB;
	border-width: 8px 0 2px 0;
	border-style: solid;
	margin: 0px;
	padding: 0px;
}


#leftsider
{
	width: 150px;
	float: left;
	margin: 0px 0px 0px 15px;
	padding: 0px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: right;
	color: #999;
}


#linkbox
{
	width: 150px;
	border-color: #999;
	border-width: 0px 1px 0px 0px;
	border-style: solid;
	text-align: right;
	margin: 65px 0 0 0;
	padding: 5px 0 5px 0;
}

#currentpage {
padding: 0px 10px 0px 0px;
}


div#linkbox a:link
{
	background-color: transparent;
	text-decoration: none;
	color: #582;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8em;
	padding: 0px 10px 0px 0px;
}

div#linkbox a:visited
{
	background-color: transparent;
	text-decoration: none;
	color: #582;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	line-height: 1.8em;
	padding: 0px 10px 0px 0px;
}

div#linkbox a:hover
{
	background-color: transparent;
	text-decoration: none;
	color: #930;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	clear: none;
	line-height: 1.8em;
	padding: 0px 10px 0px 0px;
}


#maincontent
{
	width: 570px;
	margin: 40px 0 0 230px;
	
}




p.main
{
	color: #666;
	font-family: verdana, tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

p.main2, blockquote
{
	color: #666;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	font-weight: normal;

	margin: 0 0 1.4em 0;
}

p.caption
{
	color: #999;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}



div#maincontent a:link
{
text-decoration: none;
	color: #582;
	font-weight: normal;
	letter-spacing: 0px;
}

div#maincontent a:visited
{ text-decoration: none;
	color: #582;
	font-weight: normal;
	letter-spacing: 0px;
}

div#maincontent a:hover
{ text-decoration: none;
	color: #930;
	font-weight: normal;
	letter-spacing: 0px;
}


#footer
{
	width: 950px;
	margin: 20px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-family: verdana, tahoma, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 14px;
	text-align: right;
	color: #999;
	border-color: #f30;
	border-width: 1px 0 0 0;
	border-style: solid;
}

div#footer a:link
{
text-decoration: none;
	color: #582;
	font-weight: bold;
	letter-spacing: 1px;
}

div#footer a:visited
{ text-decoration: none;
	color: #582;
	font-weight: bold;
	letter-spacing: 1px;
}

div#footer a:hover
{ text-decoration: none;
	color: #930;
	font-weight: bold;
	letter-spacing: 1px;
}

h1
{
	color: #f30;
	font-family: verdana, tahoma, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	letter-spacing: .2em;
}

h2
{
	color: #666;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	margin: 1.4em 0 1em 0;
}





li
{
	color: #f30;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0 65px 1em 0;
	margin: 0 0 0 7px;
}

li.main2
{
	color: #f30;
	font-family: verdana, tahoma, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0 75px 1em 0;
	margin: 0 0 0 7px;
}

.grey {color: #666}


div.horRule
{
	height: 1px;
	border-top: 1px dotted #999;
	margin: 4px 0px 4px 0px;
}
div.horRule hr {
display: none;
}


