/***********************************************/
/*          Copyright rsalaman 2008            */
/*                General Style                */
/***********************************************/


body {
	background-image:url('../images/body.jpg');
}

p { 
	font-family: Arial,verdana,tohoma,courier;
	font-size: 11pt; 
	margin-left: 3px;
    margin-right: 3px; 
	vertical-align:middle;
}

li {
	font-family: Arial,verdana,tohoma,courier;
	font-size: 11pt; 
	margin-left: 8px;
    margin-right: 3px; 
	vertical-align: middle;
}

img {
	border-color: #000000;
	border-width: 2px;
}

a:link, a:visited, a:active {
	font-family: Arial Narrow;
	font-size:16pt; 
	color:#000000;
	text-decoration:none;
	padding: 0px 0px 0px 0px; /* top, right, bottom, left */ 
} 

a:hover {
	font-family: Arial Narrow;
	font-size:16pt; 
	color:#000000;
	text-decoration:underline;
	padding: 0px 0px 0px 0px; /* top, right, bottom, left */ 
}

.form {
	font-family: Arial,Verdana,sans-serif;
	font-size:11pt; 
	color:#000000;
	text-align:left;
	margin-left: 10px; 
}

.inputtext {
	font-family: Arial,Verdana,sans-serif;
	font-size:10pt; 
	color:#999999
}

div#pic {
	position:absolute;
	left:100px;
	top:150px;
} 

/***********************************************/
/*          Navigation Links Styling           */
/***********************************************/

div#links {
	background: #ffffff; 
}

div#links a {
	display: block; 
	text-align: centre; 
	font:  20px Arial Narrow;
	font-weight: bold;
/*	line-height: 20px; */
	white-space: nowrap;
	padding: 0px 7px 0px 7px; /* top, right, bottom, left */ 
	margin: 0px 2px 0px 2px; 
	border-width: 0px; 
	text-decoration: none; 
	color: #000000;
	background: #ffffff;
	border-right: 2px solid #000000; 
	border-top: 2px solid #000000; 
	border-bottom: 2px solid #000000; 
	border-left: 2px solid #000000;
}

div#links a:hover {
	
	color: #cccccc; 
	background: #ffffff;
	border-right: 2px solid #cccccc; 
	border-top: 2px solid #cccccc; 
	border-bottom: 2px solid #cccccc; 
	border-left: 2px solid #cccccc;
}




/***********************************************/
/*          Navigation Links Styling           */
/***********************************************/

div#content {
	background: #ffffff; 
}

div#content a {
	display: block; 
	text-align: centre; 
	font:  16px Bell Gothic Std Black;
	font-weight: normal;
    font-decoration; underline:
/*	line-height: 20px; */
	white-space: nowrap;
	padding: 0px 15px 0px 15px; /* top, right, bottom, left */ 
	margin: 0px 0px 0px 0px; 
	border-width: 0px; 
	text-decoration: none; 
	color: #000000;
	background: #ffffff;
	border-right: 0px solid #000000; 
	border-top: 0px solid #ffffff; 
	border-bottom: 0px solid #000000; 
	border-left: 0px solid #000000;
}

div#content a:hover {
	
	color: #999999; 
	background: #ffffff;
	border-right: 0px solid #999999; 
	border-top: 0px solid #ffffff; 
	border-bottom: 0px solid #999999; 
	border-left: 0px solid #999999;
}

div#th.active img {
  display: inline;
}

