body {
	position:		    relative;
	margin:				0;
	margin-top: 		20px;
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#868686;
}

a {
	color: 				#676767;
	text-decoration: 	none;
}

a:hover {
	color: 				#2E2E2E;
	text-decoration:	underline;
}

select {
	color: 				#868686;
}

input {
	color: 				#868686;
	border:				1px solid #868686;
	font-size:			10px;
}

h1 {
	font-size:		 	16px;
	color: 				#0050AE;
}

h2 {
	font-size:		 	12px;
}

#header {
	color:				#999999;
	font-size:			9px;
	height:				199px;
	background:			url(../../images/header.gif) no-repeat;
	text-align:			right;
	padding-right:		20px;
}

#header a:hover {
	color:				#000000;
	text-decoration:	none;
}


/* -----------------------NAVIGATION START------------------------------------ */

#nav {
	background:  		url(../../images/bg_nav.gif) repeat-y;
	width:				200px;
	padding-top:        20px;
}

#nav ul { /* all lists */
	padding: 			0;
	margin: 			0;
	list-style: 		none;	
	font-size:			10px;
}

#nav a {
	display: 			block;
	color:				#868686;
	padding:			8px;
	padding-left:       20px;
	text-decoration:	none;
}

#nav a:hover {
	background:			#FFFFFF;
	border-right:		10px solid #E5E5E5;
}

#nav li { /* all list items */
	margin:      		0;
	padding:            0;
	white-space:		nowrap;
}

/* --------------------------NAVIGATION END-------------------------------- */


#content {
	padding-left:       20px;
	padding-right:      20px;
	border-right:		1px solid #D5D5D5;
}

#footer {
	font-size:			9px;
	padding:            15px;
	text-align:			right;
	background:			#D5D5D5;
}
