/* CSS Document created by Dieter Schneider 2006 for www.csstemplateheaven.com */

* {margin: 0;
   padding: 0;}
   
body {
	font-family: "trebuchet MS" Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: #FFFFFF;
}

#container {
	width: 960px;
	margin: 1em auto;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	text-align:left;
	padding: 1em;
	line-height: 130%;
	color: #333333;
}

#header {
	margin-bottom: 1em;
	border: 1px none #EFEFEF;
	height: 8em;
	background-color: #FEFDFD;
	background-image: url(img/banner.jpg);
	background-repeat: no-repeat;
	background-position: center;
}


#content {
	float: right;
	width: 700px;
	padding: 0.5em;
	border: 1px solid #CCCCCC;
	background-image: url(images/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #FCFCFC;
}

#leftbox{
	padding: 0.5em;
	margin-right: 10px;
	background-color: #fcfcfc;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 1em;
	border: 1px solid #CCCCCC;
	margin-bottom: 1em;
	width: 220px;
}  

#footer {
	clear: both;
	padding: 0.5px;
	background-color: #9fcacd;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	margin-top: 0.5px;
	font-weight: bold;
}

p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.3em;
	font-size: 14px;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
}

h3 {
	font-size: 16px;
	padding: .5em;
	color: #9fcacd;
	border: 1px dotted #CCCCCC;
	background-color: #F3F3F3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	padding: 0.3em;
	margin-bottom: 0.5em;
	color: #663366;
	border: 1px solid #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 5.3em!important;
	font-size: 3.3em;
	padding: 0.5em;
	margin-bottom: 1em;
	color: #798196;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}



a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	color: #676D79;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #890000;
	text-decoration: none;
}

#p a:link {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.3em;
	font-size: 14px;
	color: #CC0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 130%;
	font-weight: bold;
}

#p a:hover, #p a:active, #p a:focus
{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	padding: 0.3em;
	text-decoration: none;
	color: #330099;
	font-weight: bold;
	font-size: 14px;
}


/********** Top navigation *************/
#navlist
{
	height: 15px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	background-color: #9FCACD;
	padding-bottom: 5px;
	padding-left: 580px;
	padding-top: 5px;
	margin-top: 3px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	text-decoration: none;
	height: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
	border: 1px solid #FFFFFF;
	text-decoration: none;
	color: #AD6AAD;
	background-color: #FFFFFF;
}

#navlist li
{
	display: inline;
	font-size: 13px;
	padding-right: 8px;
}

#navlist ul
{
	margin: 0px;
}

#navlist #active a {
	background-color: #CDCDB3;
	color: #000000;
	font-size: 1em;
	font-weight: bold;
}
   
dl{
	margin-bottom: 1.5em;
	margin-left: 2em;
	font-size: 14px;
	line-height: 160%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

dt{
	font-style: italic;
	color: #666666;
	font-weight: bold;
}

dd{
	margin-bottom: .3em;
	text-indent: .5em;
}
