/* RCPONT */
/* Clear all margins and padding this provides consistent results across browsers */
/* (Because browsers have different default settings ) */
* {
	margin:0;
	padding:0;
	}

body {	background-color:#fff;
	padding:10px 0 10px 5px;
	width:95%; /* This is to get rid of bottom scrollbar */
	}

div, p, th, td, li, dd  {
    /* redundant selectors for NS4 */
    font-family:Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
    /*font-size:x-small;*/
    }

/* Logo  */

#logo {	position:absolute;
	float:left;
	top:5px;
	left:10px;  
	padding:5px;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

/**************** content ****************/

#content>p {margin:0px;}
#content>p+p {text-indent:0px;}

#content {	margin: 60px 15px 15px 215px;
		padding: 10px;
	}

#content p {
	padding:0px 5px 5px 10px;
	font-size:0.8em;
	}

#content h1 {
	margin:15px 5px 20px 0px;
	font-size: 1.2em;
	font-weight: bold;
	}
	
#content h2 {
	margin:20px 5px 15px 0px;
	/*border-bottom:1px solid #737373;*/
	font-size: 1em;
	}
	
#content h3 {
	color:#737373;
	margin: 15px 0px 10px 10px;
	font-size: 0.9em;
	}
	
#content li {
	color:#737373;
	padding: 15px 0px 5px 0px;
	font-size: 0.8em;
	}

fieldset {	padding: 10px;
		border: #999999 1px solid;
		margin: 0px 15px 15px 0px;
	 }

legend	{	font-size: 1.8em;
		font-weight: bold;
		color: #737373;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin-bottom: 6px;
	}


/* Add a little bit of padding to bottom of forms */
form {
	margin-bottom:15px;
	}


/**************** END content ****************/

/*********** MENU *****************************/

#menu {
	position:absolute;  
	top:85px; 
	left:15px;
	padding:10px;
	background-color:#fafafa;
	border:1px solid #999;
	line-height:13px; 
	voice-family: "\"}\"";
	voice-family:inherit;
	width:180px;
	}

/* "be nice to Opera 5" */

body>#menu {width:180px;}

#menu ul {
	list-style:none;
	padding:0 0 5px 0;
	 }

#menu li {
	font-size: 0.8em;
	padding:1px 0 2px 0;
	 }

#menu h3 {
	margin:15px 5px 5px -8px;
	border-bottom:1px solid #999;
	}
	
#menu h3 span {
	color:#fff;
	padding: 5px 10px 0 8px;
	background-color:#00087b;
	font-size: 0.8em;
	/*background-image:url(../images/rtcorner_right.gif);*/
	/*background-repeat:no-repeat;*/
	/*background-position:top right;*/
	}


/*********** END MENU  *****************************/


/************ LINKS ****************************************/
a				{color: #003399; text-decoration: none; cursor: pointer;  cursor: hand; }
*/
a:link				{color: #003399; text-decoration: none; } 
a:visited			{color: #996633; text-decoration: none; } 
a:hover 			{color: #003399; text-decoration: underline; } 
a:active			{color: #996633; text-decoration: none; } 
/************ END LINKS *************************************/


/***************** MISC ***************************************/

/* We don't want links that are images to display a border by default */
a img {
	border:0;
	}