/* ---- BODY STYLES ----- */

body {
	background: #fff url(../images_new/bg.gif);
	margin: 0;
	padding: 0;
}

body, td {
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 17px;
}

p {
	margin: 5px 0 10px 0;
}

table, td {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}


/* -- 1st HYPERLINK STYLE -- */

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #333;
	
	text-decoration: underline;
}

/* -- 2nd HYPERLINK STYLE -- */

.a2 {
	color: #fff;
	text-decoration: none;
}

.a2:hover {
	color: #fff;
	text-decoration: underline;
}

/* - NAVIGATION STYLES - */

.hidden {
	display: none;
}

#navigation {
	margin: 6px 2px 0 4px;
}

.nav a {
	height: 27px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}	
	
.nav a:link, .nav a:visited {
	color: #000;
	display: block;
	background:  url(../images_new/nav_hat.gif) no-repeat;
	padding: 8px 0 0 30px;
	text-decoration: none;
}
	
.nav a:hover {
	color: #777;
	background:  url(../images_new/nav_hat2.gif) no-repeat;
	padding: 8px 0 0 30px;
	text-decoration: none;
}

.nav_selected a {
	height: 27px;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #777;
	display: block;
	background:  url(../images_new/nav_hat2.gif) no-repeat;
	padding: 8px 0 0 30px;
}

.nav_selected a:hover {
	text-decoration: none;
	color: #777;
}

/* --- CONTENT STYLES --- */

#container { 
	width: 770px;
	margin: 0 auto 0 auto; 
	padding: 0;
	text-align: left;
	height: auto;
}

.content {
	margin: 0 30px 10px 30px;
}

p.center {
	text-align: center;
}

.content_right {
	margin: 12px 10px 15px 10px;
	line-height: 15px;
}

.h1 {
	margin: 6px 0 8px 0;
	padding: 0;
	font: bold 15px Tahoma, Arial, Helvetica, sans-serif;
	color: #dfcd00;
	/*color: #00CC00;*/
}

.h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font: bold 13px Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}

.hr {
	margin: 0 0 10px 0;
	border-top: 1px solid #ccc;
}

.small {
	font-size: 9px;
}

.left {
	float: left;
}
.right {
	float: right;
}

/* --- UL & LI STYLES --- */

ul, ol {
	margin: 0;
	padding: 0;

	list-style: none;
	line-height: 20px;
 }

/* ----- FORM STYLES ----- */

form {
	margin: 0;
	padding: 0;
}

input, textarea, select {
	margin: 1px 0 3px 0;
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #666;
	border: 1px solid #ccc;
	width: 98px;
}

textarea {
	overflow: auto;
	height: 50px;
}

.submit {
	width: auto;
	font-weight: bold;
	border: solid 1px #ccc;
	color: #000;
	width: 23px;
}

/* ---- IMAGE STYLES ---- */

.header1 {
	margin-top: 26px;
}

.header2 {
	margin-top: 28px;
}

/* ---- OTHER STYLES ---- */

.header {
	background: url(../images_new/header_bg.gif) top left repeat-x;
}

.title_experience {
	background: url(../images_new/title_experience.gif) bottom left no-repeat;
}

.nav_bg {
	background: #d8d8d8 url(../images_new/nav_bg.gif) top left repeat-y;
}

.disclaimer {
	margin: 5px 7px 4px 7px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
}

table.table1 tr td { padding: 2px; }