/* CSS Document */

/***********************************************/
/* HTML tags                                   */
/***********************************************/   

	body {
		background-color: #D6D6D6;
		margin: 0;}

	p, td, th, option, div {		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #1C3B72;
		line-height: 15px;}
		
	input, textarea, select, button  {		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #1C3B72;
		border: 1px solid silver; 
		background-color: #F0F0F0;}	
	
/***********************************************/
/* Layout IDs                                  */
/***********************************************/

	#layout {
		width: 760px;
		padding: 0;
		background: #FFFFFF;
		border-left: 1px solid #17305E;
		border-right: 1px solid #17305E;
}
		
	#content {
		margin-left: 25px;
		margin-right: 25px;
		text-align: left;}

	#footer {
		width: 760px;
		height: 19px;
		padding-top: 5px;
		background-color: #1C3B72;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 7pt;
		text-align: center;
		color: #FFFFFF;
		border-left: 1px solid #17305E;
		border-right: 1px solid #17305E;}			
	
/***********************************************/
/* Class styles                                  */
/***********************************************/   
	
	.bg_white {background-color: #FFFFFF;}  		
	
	.pagetitle {
		font-size:12pt;
		border-bottom:1px solid #D3DAE7;
		margin-bottom:15px;
		padding-bottom:3px;
		font-weight: bold;}
		
	.boxtitle {
		padding:3px;
		font-size:10pt;		
		font-weight: bold;
		background-color: #A9B7D0;}	
		
	.box {
		display:block;
		padding:8px;
		border:1px solid #A9B7D0;
		background-color:#EEEEEE;}					
		
	.smtext	{
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size:7.5pt;
		color:#1C3B72;}
		
	.grayheading  {
		font-size : 12pt;
		color : #808CA3;
		font-weight: bold;}
	
	.rednotice  {
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		color:#CC3333; 		
		font-size:10pt;
		font-weight: bold;}				
		
	.header  {
		font-family : Arial, Helvetica, sans-serif;
		font-size : 10pt;
		color : #1C3B72;
		text-decoration : none;
		font-weight: bold;}
	
	.headerhome  {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 10pt;
		font-weight: bold;}
				

/***********************************************/
/* Links                                       */
/***********************************************/   
		
	a:link {
		color: #1C3B72;
		text-decoration: underline;}

	a:visited {
		color: #1C3B72;
		text-decoration: underline;}

	a:hover {
		color: #808CA3;
		text-decoration: none;}

	a.headerlink {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 7.5pt;
		color : white;
		text-decoration: none;}

	a.headerlink:visited {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 7.5pt;
		color : white;
		text-decoration: none;}

	a.headerlink:hover {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 7.5pt;
		color : #A1AFCA;
		text-decoration: none;}

	a.subheaderlink {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 7.5pt;
		color : #1C3B72;
		text-decoration: none;}

	a.subheaderlink:visited {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 7.5pt;
		color : #1C3B72;
		text-decoration: none;}

	a.subheaderlink:hover {
		font-family : Verdana, Arial, Helvetica, sans-serif;
		font-size : 7.5pt;
		color : white;
		text-decoration: none;
}

/***********************************************/
/* Home Styles                                 */
/***********************************************/   

#home_main_content {
		float: left;
		width: 457px;
}

#home_sidebar {
		float: right;
		width: 215px;
}		

.home_sidebar_title
 {
		padding: 3px;
		font-size: 10pt;		
		font-weight: bold;
		background-color: #A9B7D0;
		text-indent: 5px;
}	

.home_sidebar_text {
		padding: 8px;
		border: 1px solid #A9B7D0;
		background: #EEEEEE;
		margin-bottom: 25px;
}	

#home_bottom_content {
		clear: both;
		text-align: center;
		font-size: 7.5pt;
		color: #1C3B72;
		margin: 10px 25px 0 25px;	
		padding: 10px; 
}	
