/***** GENERAL *****/

body	{
	background-color: #4C4D50;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url("images/bg.gif");
	font-size: 10px;
	}
	
hr	{
	width: 80%;
	color: #34C4D50;
	background-color: #4C4D50;
	height: 1px;
	}
	
table	{
	border-width: 0px;
	border-style: solid;
	background-color: white;
	font-family: verdana,arial,times, sans-serif; 
	color: #656565;
	font-size: 12px;
	text-align: justify;
	}
	
img	{
	border: 0px;
	}


h1	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #656565;
	text-align: center;
	}
	
h2	{
	font-family: verdana,arial,times, sans-serif;  
	font-size: 11px;
	color: #656565;
	}

h3	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #656565;
	text-align: center;
	}

	
ul	{
	font-family: verdana,arial,times, sans-serif; 
	color: #656565;
	font-size: 10px;
	}

li	{
	font-size: 10px;
	}

ol	{
	font-family: verdana,arial,times, sans-serif; 
	color: #656565;
	font-size: 11px;
	}




/***** LINKS *****/

a:link	{
	color: #656565;
	}
	
a:active{
	color: #656565;
	}
	
a:hover	{
	font-weight: bold;
	}
	
a:visited	{
		color: #656565;
		}


/***** PARAGRAPHS *****/

p	{
	font-family: verdana,arial,times, sans-serif; 
	color: #656565;
	font-size: 12px;
	text-align: justify;
	}
	
p.tiny	{
	text-align: center;
	font-size: 9px;
	}
	
p.small	{
	font-size: 10px;
	}
	
p.smallc	{
		font-size: 10px;
		text-align: center;
		}

p.color	{
	font-size: 10px;
	color: #656565;
	}
	

/***** CLASSES *****/


.center	{
	text-align: center;
	}
	
.right	{
	text-align: right;
	float: right;
	}
	

.small	{
	font-size: 10px;
	}

.scenter	{
	text-align: center;
	font-size: 10px;
	}

/***** IDS *****/


#logo		{
		position: absolute;
		top: 385px;
		left: 32px;
		padding: 0px;
		border-style: solid;
		border-width:0px;
		border-color: white;
		background-color: #4C4D50;
		width: 280px;
		height:56px; 
 		}


#photo		{
		position: absolute;
		top: 73px;
		left: 0px;
		padding: 0px;
		border-style: solid;
		border-width:0px;
		border-color: white;
		background-color: #4C4D50;
		width: 345px;
		height:287px; 
		}
 		
 #nav		{
 		position: absolute;
 		top: 47px;
 		left: 0px;
 		padding: 0px;
 		border-style: solid;
 		border-width:0px;
 		border-color: white;
 		background-color: #4C4D50;
 		height:26px;
 		width:800px;
 		}
 		
 #main		{
 		position: absolute;
 		top: 73px;
 		left: 345px;
 		padding: 40px;
 		border-style: solid;
 		border-width:0px;
 		border-color: white;
 		background-color: white;
 		width:375px;
 		} 		
 		
 /* for Mozilla/Safari/Opera */
 *>#main {
  padding-top: 324px;
  min-height: 1px;
 }
 *>#main .box {
  margin-top: -284px;
  }
 /* for IE, with IE5/Mac backslash filter \*/
 * html #main {
  height: 324px;
 }
/* end filter */

.mainnav_on, a.mainnav_on:link, a.mainnav_on:visited, a.mainnav_on:active, a.mainnav_on:focus 
	{
	color: #C4D2D1;
	font: 12px Arial, sans-serif;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	}

.mainnav_off, a.mainnav_off:link, a.mainnav_off:visited, a.mainnav_off:active, a.mainnav_off:focus 
	{
	color: #EEECF1;
	font: 12px Arial, sans-serif;
	text-align: center;
	font-weight:bold;
	text-decoration: none;
	}

.subnav_on, a.subnav_on:link, a.subnav_on:visited, a.subnav_on:active, a.subnav_on:focus 
	{
	color: #C4D2D1;
	font: 12px Arial, sans-serif;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	}

.subnav_off, a.subnav_off:link, a.subnav_off:visited, a.subnav_off:active, a.subnav_off:focus 
	{
	color: #EEECF1;
	font: 12px Arial, sans-serif;
	text-align: left;
	font-weight:bold;
	text-decoration: none;
	}




/* Borders used by some items */

.itemBorder {
 border: 1px solid #666666;
}
.itemBorderBlank {
 border: 1px solid #CCCCDD;
}

/* The "button" demo menu styles, as used by the "File-Reopen" menu. Delete if not using */

.buttonText, a.buttonText:link, a.buttonText:visited, a.buttonText:active, a.buttonText:focus {
 text-decoration: none;
 color: #FFCC99;
 font: Bold 12px Arial, Helvetica;
}
.buttonHover, a.buttonHover:link, a.buttonHover:visited, a.buttonHover:active, a.buttonHover:focus {
 text-decoration: none;
 color: #99CCFF;
 font: Bold 12px Arial, Helvetica;
 padding: 1px;
}
.buttonBorder {
 border: 1px outset #339966;
}
.buttonBorderOver {
 border: 1px inset #CC9966;
}