

/**************** Page and tag styles ****************/

body {
	margin:0; 
	padding:0; 
	color:#303030; 
	background:#fafafa url(../images/bodygradient.jpg) top left repeat-y;

	font:76% Verdana,Tahoma,sans-serif;
}

div#Container
{
	width: 915px;
	position: relative;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul {
	list-style:circle; 
	margin:15px 0 20px 0; 
	font-size:0.9em;
}

li {
	margin:0 0 8px 25px;
}

a {
	color:#E86A06; 
	text-decoration: underline; 
	text-underline-style: dotted;
}

a:hover {
	color:#F39C3F; 
	text-decoration:underline;
}

img {
	border: 0px;

}
/*  a img {
	padding:1px; 
	background:#ffffff; 
	border:1px solid #d0d0d0;
	float:left
		
}



/**************** Sidebar area styles ****************/

#sidebar {
	position:absolute; 
	top:0; 
	left:0; 
	width:220px; 
	height:100%; 
	overflow:hidden; 
	background:#ED7006 url(../images/leftgradient2.jpg) top right repeat-y; 
	text-align:right;
}

body > #sidebar {
	position:fixed;
}

#sidebar h1 {
	margin:20px 0px 0 5px; 
	color:#ffffff; 
	font-size:1.6em; 
	letter-spacing:-2px; 
	text-align:right;
}

#sidebar h2, #sidebar h3 { 
	margin:0 20px 0px 5px; 
	color:#ffffff; 
	font-size:1.1em; 
	font-weight:bold; 
	letter-spacing:-1px; 
	text-align:right;
}

#sidebar h3 {
	margin:20px 18px 4px 5px; 
	color:#ffffff;
}

#sidebar p {
	margin:0 18px 18px 5px; 
	color:#ffffff; 
	font-size:0.8em;
}

#sidebar a {
	color:#ffffff;
}

#disclaimer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	
	vertical-align: bottom;
}


/**************** Navigation menu styles ****************/


 #navigation {
	padding-top: 80px;
}

 #navigation a {
	display:block; 
	 
	padding:5px 18px 5px 0; 
	color:#606060; 
	background: url(../images/sidebarbg.gif) top right repeat-y; 
	font-size:1.8em; 
	font-weight:normal; 
	text-decoration:none; 
	
	
	background:#fafafa; 
}

 #navigation a.toplevel {
	
	width:192px; 
	padding:5px 18px 5px 0; 
	color:#606060; 
	background: #fafafa url(../images/gradient3.jpg) top right repeat-y; 
	font-size:1em; 
	font-weight:normal; 
	text-decoration:none; 
	margin-top: 10px;
	margin-left: 10px;
}

 #navigation a.toplevelactive {
	
	width:192px; 
	padding:5px 18px 5px 0; 
	color:#606060; 
	background: #ffffff; 
	font-size:1em; 
	font-weight:normal; 
	text-decoration:none; 
	margin-top: 10px;
	margin-left: 10px;
}

 #navigation a.secondlevel {
	
	width:150px; 
	padding:5px 18px 5px 0; 
	color:#606060; 
	background: #eeeeee url(../images/gradient4.jpg) top right repeat-y; 
	font-size:1em; 
	font-weight:normal; 
	text-decoration:none; 
	margin-top: 2px;
	margin-left:52px;
	
	
}

#navigation a:hover {
	color:#303030; 
	background: #ffffff;
}



#navigation a {

	
	
	
}

#navigation a.active:hover {
	color:#505050; 
	background:#fafafa;
} 




/**************** Content area styles ****************/

#content {
	width: 520px; 
	margin:0 0 0 220px; 
	padding:20px;; 
	
	background: #fff;
	background:url(../images/logo.jpg) top left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	
}

#content p {
	margin:0 0 20px 0; 
	line-height:1.5em;
}

#content h1 {
	color:#E86A06; 
	
	}

#content h2 {
	margin:10px 0 10px 0; 
	color:#E86A06; 
	font-weight:normal; 
	font-size:2em; 
	 
}

#content h3 {
	clear:both; 
	margin:10px 0 10px 0; 
	color:#E86A06; 
	font-weight:normal; 
	font-size: 1.2em; 
	
}

#content h4 {
	clear:both; 
	paddin-top: 10px;
	margin:10px 0 10px 0; 
	color:#666666; 
	font-weight:bold; 
	font-size: 1em; 
	
}

.quote {
	background:url(../images/quotegradient.jpg) top left;
	color: #ffffff;
	padding: 20px;
}

/*#images a img {
	padding:1px; 
	background:#ffffff; 
	border:1px solid #d0d0d0;
	float:left
	color: #ffffff;
	margin: 20px;
		
}
	*/
	 
	


.images-center {
	color: #ffffff;
	text-align:center;
	
	padding:1px; 
	background:#ffffff; 
	}

.name {
	font-weight:bold; 
	font-size: 1.5em; 
}

.position {
	font-weight:bold; 
}



#content .formcontent {
	margin: 0px;
}

#content .buttons {
	margin:10px 0 10px 0; 
}

#content td {
	vertical-align: top;
	padding-right: 5px;
	padding-bottom: 5px;
	font-size: 0.9em;
}

#content th {
	border: 0px;
	text-align: left;
	border-bottom: 1px solid #000000;
	margin-bottom: 5px;
}

#content th.ref {
	width: 40px;
}

#content th.name {
	width: 180px;
}

#content th.size {
	width: 80px;
}

#content table {
	width: 510px;
}

#content a img {
	margin:0px 5px 5px 0;
	padding:1px; 
	background:#ffffff; 
	border:1px solid #d0d0d0;
	float:left
	color: #ffffff;
	/*margin: 20px;*/
}


#main_textarea {
	width: 510px;	
	height: 118px;
}


/**************** Right Sidebar area styles ****************/

#sidebar_right {
	background: url(../images/gradient6.gif) top left repeat-y;
	position:absolute; 
	top:0; 
	left:780px; 
	width:500px; 
	height:100%; 
	overflow:auto; 
	vertical-align: bottom;
}

body > #sidebar_right {
	position:fixed;
}


#sidebar_right h1 { 
	margin:0 20px 18px 20px; 
	color:#666666; 
	font-size:1.2em; 
	font-weight:bold; 
	letter-spacing:-1px; 
	text-align:left;
}

#sidebar_right h2, #sidebar_right h3 { 
	margin:0 20px 18px 20px; 
	color:#666666; 
	font-size:1.1em; 
	font-weight:bold; 
	letter-spacing:-1px; 
	text-align:left;
}

#sidebar_right h3 {
	margin:20px 18px 4px 20px; 
	color:#666666;
}

#sidebar_right p {
	margin:0 18px 18px 20px; 
	color:#666666; 
	font-size:0.8em;
}

#sidebar_right a {
	color:#666666;
}

#sidebar_right a:hover {
	color:#333333; 
}


#sidebar_right p{

	
}


#contact {
	position: absolute;
	top: 0px;
	width: 220px;
	vertical-align: top;
}
#contact a img {
}

