body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-repeat: repeat-x;
	font-family: Tahoma, verdana, arial, helvetica;
	font-size:12px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}

a	{
	font-size:12px;
	text-decoration:none;
}

a:hover	{
	font-size:12px;
	text-decoration:underline;
}


	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{
		width:760px;
		height:600px;
		border:1px solid #000000;
		margin:0 auto;
		background-image:url('../../images/heading3.gif');
		background-repeat:no-repeat;
		padding-top:85px;			
	}
	#mainMenu{

		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:1.2em;	/* Font size of main menu items */
		border-bottom:1px solid #000000;	/* Bottom border of main menu */
		height:30px;	/* Height of main menu */
		
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:10px;	/* Spaces at the left of main menu items */
		padding-right:10px;	/* Spaces at the right of main menu items */
		font-size:1.1em;	/* Font size of main menu items */		
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font  of sub menu items */
		background-color:#FFD3A8;	/* Background color of sub menu items */
		font-size:1.1em;
		padding:5px;	
		width:100%;	/* Don't change this option */
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #000000;
		border-top:1px solid #000000;
		border-right:1px solid #000000;		
		background-color: #FFD3A8;	/* Background color */
		
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:0.9em; 
	}
	
	#submenu a:hover{
		color: #CC6600;	/* Red color when the user moves the mouse over sub menu items */
	}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color:#CC6600;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #D3A901;
text-decoration: none;
}
.labelreq	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #CC3300;
}

.optional	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #666666;
}
input.textbox {
	padding:				2px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#000000;
	border:				1px #666666 solid;
	text-decoration:		none
}

input.pass-box {
	padding:				1px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			11px;
	color:				#000000;
	background-color:		#EEEEEE;
	border:				1px #666666 solid;
	text-decoration:		none
}

.articletitle {
	font-size:15pt;
	color:#996600;
	padding:2px;
	line-height:18pt;
	text-indent:5px;
	}
	
	#pop {
	font-size:15pt;
	font-weight:bold;
	color:#333333;
	}
	.datapop {
	font-size:10pt;
	font-weight:bold;

	color:#333333;
	}
	
#emsg {
	background: #FFFFCC;
	border: 1px solid #FF9900;
	color:#CC0000;
	align:left;
}

#pmsg {
	background:#F0FFE1;
	border: 1px solid #009900;
	color:#009900;
	align:left;
}

.graybutton {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#FFD9D9;
	clip:  rect(1px 1px 1px 1px);
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.greenbutton {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#F0FFE1;
	clip:  rect(1px 1px 1px 1px);
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}