/* CSS Document */

	html {
		height:100%;
		overflow:scroll;
		}

	body {			
		margin-top:0px;
		margin-bottom:0px;
		background-color:#81AACA;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:14px;
		line-height:18px;
		text-align:center;
		}
		
	label {
        width: 10em;
        float: left;
        text-align: right;
        margin-right: 0.5em;
        display: block
        }

    .submit input
        {
        margin-left: 10.5em;
        color: #000;
        background: #CCCCCC;
        border: 2px outset #d7b9c9;
        width: 50px;
        }

    input, select, textarea
        {
        color: #781351;
        background: #fee3ad;
        border: 1px solid #781351;
        width: 250px;
        margin-bottom: 2px;
        }

	#pagewrapper {
		width:1024px;
		min-height:950px;
		text-align:center;
		background-image:url(images/mainbg.gif);
		background-repeat:repeat-y;
		background-position:top center;
		}
		
	#maincontent {
		width:1024px;
		text-align:center;
		background-image:url(images/QISS_background.jpg);
		background-repeat:no-repeat;
		background-position:top center;	
		}
		
	a:link { 
		color:#3858A1;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold; 
		text-decoration:none;
		}  
		
	a:visited { 
		color:#3858A1;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px; 
		font-weight:bold;
		text-decoration:none;
		} 
		
	a:hover { 
		color: #333333;
		}
		
	a.navselected:link { 
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:bold; 
		text-decoration:none;
		}  
		
	a.navselected:visited { 
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px; 
		font-weight:bold;
		text-decoration:none;
		} 
		
	a.navselected:hover { 
		color: #CCCCCC;
		}
				
	a.footer:link { 
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:normal; 
		text-decoration:none;
		}  
		
	a.footer:visited { 
		color:#333333;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px; 
		font-weight:normal;
		text-decoration:none;
		} 
		
	a.footer:hover { 
		color: #3858A1;
		}
		
	p.content {
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		color: #CCCCCC;
		font-size:12px;
		font-weight:normal;
		line-height:24px;
		}
		
	.smallform {
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		font-size:14px;
		font-weight:normal;
		}
				
	.header {
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		color: #3858A1;
		font-size:18px;
		font-weight:bold;
		}
		
	.header2 {
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		color: #3858A1;
		font-size:18px;
		font-weight:bold;
		font-style:italic;
		}
						
	.subheader {
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		color: #333333;
		font-size:16px;
		font-weight:bold;
		font-style:italic;
		}
								
	.purplesubheader {
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		color:#330066;
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		}
						
	.emphasis {
		text-align:left;
		font-family:Arial, Helvetica, sans-serif;
		color: #333333;
		font-size:14px;
		font-weight:bold;
		font-style:italic;
		line-height:18px;
		}
		
	.newsdate {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:14px;
		line-height:18px;
		color:#cc0000;
		}
		
	.caption {
		font-family:Arial, Helvetica, sans-serif;
		font-weight:normal;
		font-size:11px;
		color:#000000;
		}
			
	.tbl a {
	text-align: center;
	display:block;
	text-decoration: none;
	color:#ffffff;
	    }
		
	.tbl a:hover {
	text-decoration: none;
	background-color: #D8E0DE;
	line-height:40px;
	color: #3858A1;
	    }
		
				
	#dropmenudiv{
		position:absolute;
		border:1px solid black;
		border-bottom-width: 0;
		font:normal 12px Arial, Helvetica, sans-serif;
		line-height:18px;
		z-index:100;
		}

	#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 6px;
		border-bottom: 1px solid black;
		padding: 3px 0;
		text-decoration: none;
		font-weight: normal;
		text-align:left;
		color:#333333;
		}

	#dropmenudiv a:hover{ /*hover background color*/
		background-color: #3858A1;
		color:#FFFFFF;
	}
