/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 2px 0 0 0;
	padding: 0;
	background: #E6E6E6 url(images/img01.gif);
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 167%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ol, ul {
	line-height: 180%;
}

p {
}

ol {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}
/*
ul {
	margin-left: 25px;
	padding-left: 25px;
	list-style-type: none;
}*/
/*
ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}
*/
blockquote {
	margin: 0;
	padding-left: 20px;
	font-style: italic;
}

blockquote * {
	line-height: normal;
}

<style type="text/css">

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

</style>


img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 950px;
	height: 40px;
	margin: 0 auto;
	background: url(images/nav_bg_2.jpg);
}

#menu ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu  a {
	display: block;
	float: left;
	padding: 10px 17px 0 17px;
	text-decoration: none;
	font-size: 100%;
	color: #000000;
}

#menu a:hover {
	text-decoration:none;
	background:#000000 url(images/nav_bg_over.jpg);
	color:#FFCC33;
}

#active a:link, #active a:visited, #active a:hover
{
	text-decoration:none;
	background:#000000 url(images/nav_bg_over.jpg);
	color:#FFCC33;
	
}

#sitemap_menu {
float:left;
width:100%;
height:20px;
text-align:center;
font-size:12px;
color:#CC9900;
}

#sitemap_menu a {
	text-decoration:none;
	colour:#CC9900;
	}
/* Logo */

#logo {
	width: 950px;
	height: 195px;
	margin: 0 auto;
	background: #2A2A2A url(images/header.jpg);
}
/*
#logo h1, #logo h2 {
	margin-right: 440px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}

#logo h1 {
	padding-top: 250px;
	font-size: 250%;
}

#logo h2 {
	font-size: 85%;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
*/
/* Page */

#page {
	width: 950px;
	height:inherit;
	margin: 0 auto;
	background:#FFFFFF url(images/white_bg.jpg);

}

/* Content */

#content {
	float: right;
	width: 600px;
	height:100&;
	padding: 10px;
	background-color:#FFFFFF;
/*	background: url(images/white_bg.jpg) repeat-y;*/
	border: 1px solid #E6E6E6;
}
#contact_form {
	float: left;
	width: 725px;
	padding: 10px;
	border: 1px solid #E6E6E6;
}

#contact_form_dividers {
	float: left;
	width: 580px;
	height:auto;
	padding: 0px;
}

#contact_form_dividers_2 {
	float: left;
	width: 700px;
	height:300px;
	padding: 10px;
	background:url(images/fom_bg.jpg) repeat-x;
	border:thin #FF9900;
}
#content_2 {
	float: right;
	width: 850px;
	padding: 10px;
	background: url(images/white_bg.jpg) repeat-y;
	/*border: 1px solid #E6E6E6; */
}

#login_page {
	float: left;
	width: 920px;
	height:400px;
	padding: 10px;
	background: url(images/white_bg.jpg) repeat-y;
	/*border: 1px solid #E6E6E6; */
}

#content_2_inside {
	float: left;
	width: 750px;
	padding-right:30px;
		font:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*border: 1px solid #E6E6E6; */
}

#content_2_inside h1 {
	font:Arial, Helvetica, sans-serif;
	font-size:175%;
	color:#000000;
	text-align:left;
	}

#content_2_inside p {
	font:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#000000;
	text-align:left;
	word-spacing:2em;
	letter-spacing:.02em;
	line-height: 130%; 
	}
#content_2_inside h2 {
   font:"Times New Roman", Times, serif;
   font-size:1.2.em;
   font-style:italic;
   color:#CC9900;
}
#content_2_inside h3 {
}

#content_2 p {
word-spacing:normal;
line-height:100%;
}

#content h1 {
font-size:200%;;
font-weight:bold;
}

#content_2 ul {
	margin-left: 25px;
	padding-left: 25px;
	list-style-type: none;
}

#content_2 ul li {
	padding-left: 15px;
	background: url(images/img07.gif) no-repeat 0px 7px;
}
#ooManual {
float:left;
width:833px;
height:auto;
padding:5px;
}

.twocols {
}

.twocols .col1, .twocols .col2 {
	width: 168px;
	padding: 10px;
	background: url(images/img05.gif) repeat-x 0px 30px;
}

.twocols .col1 {
	float: left;
}

.twocols .col2 {
	float: right;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 316px;
	height:100%;
	padding-left:10px;
	background-color:#FFFFFF;
	/*background: url(images/img05.gif) repeat-x;*/
	border: 1px solid #E6E6E6;
}

.boxed {
}

.boxed .title {
	height: 29px;
	margin: 0;
	padding: 12px 0 0 20px;
	background: #656464 url(images/img06.gif) repeat-x;
	text-transform: uppercase;
	font-size: 122%;
	font-weight: bold;
	color: #FFFFFF;
	
}

.boxed .content {
	padding: 20px;
	background: url(images/img05.gif) repeat-x;
}

.boxed h3 {
	margin: 0;
}

.boxed p, .boxed ul, .boxed ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.boxed ul {
}

.boxed ul li {
	padding: 10px 15px;
	background-position: 0 13px;
	border-top: 1px solid #CFCFCF;
}

.boxed ul li.first {
	border: none;
}

/* Search */

#search {
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search p {
	margin: 0;
	font-size: 85%;
}

#searchinput {
	width: 180px;
}

#searchsubmit {
}

/* Footer */

#footer {
	width: 950px;
	margin: 0 auto;
	height: 100px;
	padding: 20px 0 0 0;
	background: url(images/img09.gif) repeat-x;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 85%;
}

#footer a {
	color: #666666;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#footer_statement {
    clear:both;
	/*float:left;*/
	width:100%;
	height:50px;
	font-size:150%;
	text-align:center;
}

#footer_statement h1 {
  text-align:center;
  color:#CC9C1E;
  font-size:100%;
  }


/* =fieldset */
/* =fieldset */
fieldset { 
float : left;
width :775px;
/*height : 200px; */

margin : 0 20px 10px 0; 
padding : 20px; 
/*background : url(images/fieldset.png) repeat-x; */
border : 1px solid #a23668;
overflow : hidden; }

fieldset:hover { border-color : #722549; }



span { display : block; font-size: 10px; }
/*label { float : left; width : 35%; }
label span { float : left; width : 500px; text-align : left; }*/

/*fieldset input { float : left; width : 150px; border : 1px solid #e590b8; }*/
fieldset input { border : 1px solid #e590b8; }
fieldset input:hover { border-color : #000; }
fieldset input:active, input:focus { border-color : #900; }
fieldset select {border : 1px solid #e590b8; }
fieldset table td {vertical-align:top; padding-left:5px; padding-right:5px; padding-top:5px;}


input.txtbx {   
   color:#050;   
   font: bold 12px arial, sans-serif;   
   background-color:#fed;   
   border: 1px solid;   
   border-color: #696 #363 #363 #696;   
   filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
 }   


input.txtbxhov {
  border-color: #c63 #930 #930 #c63;
}

input.btn {   
   color:#050;   
   font: bold 12px arial, sans-serif;   
   background-color:#fed;   
   border: 1px solid;   
   border-color: #696 #363 #363 #696;   
   filter:progid:DXImageTransform.Microsoft.Gradient   
   (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa');   
 }   


input.btnhov {
  border-color: #c63 #930 #930 #c63;

}

.style1 {color: #666666}


}

