body {
	margin: 0;
	padding: 0;
	width:660px;
	color: #000000;
	font: 12px "Arial", Helvetica, Verdana, sans-serif;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em;

}

a {
	text-decoration: none;
	color:#FF6600;
	font-size:11px;
}

a:hover {
	color:#FF6600;
	text-decoration: underline;
}

p {
	color:#666666;
	margin: 0;
	padding: 0;
	letter-spacing:0.05px;
}

h1 {
	color:#660000;
	margin:0;
	margin-bottom:2px;
	font-size: 16px;
	font-weight:bold;
}

h2 {
	color:#FFFFFF;
	font-size: 16px;
	font-weight:bold;
	margin:0;
	margin-bottom:2px;
}

h3 {
	color:#330000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	margin-bottom: 2px;
	padding: 0;
	margin-bottom: 10px;
}

.menu {
	height: 82px;
	position: relative;
	width: 100%;
	
}

.menu .logo {
	position: absolute;
	top: 5px;
	left:0px;
	right:0px;
	bottom:0px;
	width: 105px;
	height: 51px;
	background: url(../images/logo.gif) no-repeat;
	z-index: 2;
}

.menu .topright {
	position:relative;
	top: 5px;
	float:right;
	height: 0px;
	display: block;
}
.menu .flags {
	position:relative;
	top: 55px;
	left:600px;
	float:right;
	height: 0px;
	display: block;
}


.menu .start {
	height: 50px;
	position: relative;
	float: left;
}

.menu .items {
	height: 24px;
	margin-top:60px;
	position: relative;
	padding-left: 0px;
	float: left;
}

/* @group PNM SNM */

.PNM {
	
	height: 24px;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
}

.PNM img {
	border: 0;
}

.PNM a {
	border: 0;
	margin: 0;
	padding: 0;
	height: 30px;
	margin-right: 2px;
}

/* @end */




#header {
	background: #8fd400;
	/*padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*margin-bottom: 28px;*/
	
}


.main {
	width: 100%;
	position: relative;
	min-height: 500px;
	min-height: auto !important;
	
}

.puff_top {

	background:url(../images/puff_top.gif) no-repeat;
	height:64px;
	width:335px;
	padding:10px;
	padding-bottom:30px;
}
.puff_bottom {

	background:url(../images/puff_bottom.gif) no-repeat;
	height:64px;
	width:335px;
	padding:10px;
	padding-bottom:30px;
}

.footer {
	color:#999999;
	background: url(../images/footer.gif) no-repeat;
	margin-bottom: 0;
	font-size: 10px;
	font-weight:bold;
	height: 30px;
	display: block;
	bottom: -50px;
	position: absolute;
	background-color: white;
	width: 100%;
	line-height: 15px;
	text-align:center;

}

.footer a{
	color:330000;
}
.footer img{
	color:330000;
	border:none;
}


.textpage {
	width: 100%;
	padding:10px;
	padding-right:0px;
}

.tob {
	width:50%;
	vertical-align:top;
	padding-right:30px;
	padding-left: 10px;
}

.toc {
	width:50%;
	vertical-align:top;
	padding-right:0px;
	padding-left: 0px;
}
.contact{

	border-width:0px;
	}
.contact td{
	
	vertical-align:top;
	border:none;
}

/*.toc ul{
	
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}*/

.button {
	background: url(../images/arrow.gif) no-repeat;
	float: right;
	height:18px;
	width:21px;
}


/* @group TABLE 

.table {
	
	border: 1px solid #bcbec0;
	margin-top: 10px;
}

.table .header {
	background-image: url(../images/table_head_01.gif);
	width: 700px;
	height: 20px;
}

.table .header td {
	height: 20px;
}

.table .items {
	background-image: url(../images/table_head_02.gif);
	width: 700px;
	height: 20px;
	font-size: 9px;
}

.table .header td {
	height: 20px;
}

.table thead {
	font-weight: bold;
	color: #FFFFFF;
}

.table thead td {
	padding-left: 3px;
}

.table tbody td{
	border-left: 1px solid #bcbec0;

	padding: 3px;
}

.table tbody td.first {
	border: 0;
	background-color: #e5e5e5;
}

.table tbody tr.alt {
	background-color: #eee;
}

.table tbody tr:hover {
	background-color: #fc9;
}

.table tbody td.first:hover {
	background-color: #fc9;
}

.table .button {

}*/

/* @end */

/* .clip {
	border-top: 4px solid #f93;
	border-right: 1px solid #f93;
	border-bottom: 1px solid #fc9;
	border-left: 1px solid #fc9;
	padding: 10px;
}

.clip .form label {
	width: 99%;
	display: block;
	margin-right: 5px;
}

.clip .form input {
	border: 1px solid #ddd;
	border-bottom: 1px solid #999;
	width: 99%;
}

.clip .form select {
	width: 99%;
}

.clip .form .button {
	color: #fff;
	background-image: url(../images/btn_20.gif);

	cursor: pointer;
	border: 0;
}*/

/* @group NAV */

/*.nav {
	width: 100%;
	margin-top: 20px;
	display: block;
	height: 20px;
}

.nav .btn_left{
	position: relative;
	float: left;
	
	height: 20px;
	display: block;
	background: url(../images/btn_yellow_left.gif) no-repeat;
	padding-left: 25px;
	line-height: 20px;
}

.nav .btn_right{
	position: relative;
	float: right;
	height: 20px;
	display: block;
	background: url(../images/btn_yellow_right.gif) no-repeat right;
	padding-right: 25px;
	line-height: 20px;
}*/

/* @end */

