
body {
	margin: 0px;
	padding: 0px;
	background: #FFF ;
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 13px;
	color: #000;
}url(images/img01.gif) repeat-x center top

h1, h2, h3 {
	font-family: Verdana, Arial, Courier, sans-serif;
	color: #000000;
}

h1 {
	font-weight: normal;
	font-size: 237%;
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #000;
}

a:hover {
	border-bottom: none;
	color: #FF7400;
}

img {
	border: 3px solid #7F7772;
}

img.left {
	float: left;
	margin: 6px 15px 0 0;
}

img.right {
	float: right;
	margin: 6px 0 0 15px;
}

.bg1 { background: url(images/img04.gif) no-repeat left bottom; }
.bg2 { background: url(images/img05.gif) no-repeat left bottom; }
.bg3 { background: url(images/img06.gif) no-repeat left bottom; }
.bg4 { background: url(images/img08.gif) no-repeat left bottom; }
.bg5 { background: url(images/img09.gif) no-repeat left bottom; }
.bg6 { background: url(images/img10.gif) no-repeat right bottom; }
.bg7 { background: url(images/img11.gif) no-repeat right bottom; }

.feature {
}

.feature .image {
	padding: 0 0 0 40px;
}

.feature .title {
}

.feature .content {
	padding: 0 0 0 40px;
}

.box {
	float: left;
	width: 250px;
}

.box .title {
	height: 40px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

.box .content {
}

.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	background: url(images/img07.gif) no-repeat left center;
}

/* Header */

#header {
	width: 1000px;
	height: 125px;
	margin: 10px auto;
	padding: 0px 20px 40px 0px;
	background: url(images/img02_3.gif) no-repeat center top;
	border-bottom: 1px dotted #ccc;
}

#header h1, #header p {
	margin: 0px;
	margin: 0px;
	font-weight: bold;
	color: #FFFF00;
}

#header h1 {
	float: center;
	padding: 0px  0 0 225px;
	text-transform: none;
	line-height: 78px;
	font-size: 50px;
}

#header p {
	float: center;
	padding: 4px 0px 0px 400px;
	text-transform: uppercase;
	line-height: 34px;
	font-family: Verdana, Arial, Courier, sans-serif;
	font-size: 20px
}

#header p a {
	font-size: 167%;
}

#header a {
	border: none;
	color: #FFFF00;
}

/* Page */

#page {
	width: 760px;
	margin: 10px auto;
}

/* Content */

#content {
	float: right;
	width: 519px;
}

#content p, #content ul, #content ol {
	line-height: 1.8em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 0px 20px 0px 0px;
	border-right: 1px dotted #DCDCDC;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
}

#sidebar li li {
	padding: 5px 10px;
	background: url(images/img07.gif) no-repeat 0 10px;
	border-top: 1px dotted #DCDCDC;
}

#sidebar li li.first {
  background: url(images/img07.gif) no-repeat 0 10px; 
  font:15px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; 
  font-weight:bold; 
  text-decoration: none; 
  padding: 0px 0px;}

#sidebar h2 {
	height: 40px;
	padding: 20px 0 0 40px;
	text-transform: lowercase;
	font-size: 167%;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	border-bottom: 1px dotted #666666;
}

/* Footer */
#footer { width: 1000px;
	        height: 125px;
	        margin: 10px auto;
	        padding: 10px 20px 40px 0px;
	        background: #FFF;
	        color: #9b9b9b;
          border-top: 1px dotted #ccc;
}
	
#footer p {	background: #FFF;	
            margin: 0;	
            text-align: center;	
             font-size: 105%; 
}

#footer a { color: #808080; 
            background: #fff; 
            font-weight: bold; 
}

	


#links {
}