/* Page Elements */
    a {
	    font-family: 120% helv, arial, verdana, sans-serif;;
	    font-size: 14px;
	    color: #1094ee;
	    font-weight: strong;
	    line-height: 1.5em;
    }
    a:link {
	    text-decoration: none;
	    padding-left: 0em;
	    padding-right: 0em;
        letter-spacing: 1px;
    }
    a:visited {
        font-family: 120% helv, arial, verdana, sans-serif;;
	    font-size: 14px;
	    text-decoration: none;
	    padding-left: 0em;
	    padding-right: 0em;
	    color: #1094ee;
	    font-weight: none;
    }
    a:hover {
        font-family: 120% helv, arial, verdana, sans-serif;;
	    font-size: 14px;
	    padding-left: 0em;
	    padding-right: 0em;
	    color: #FFF;
	    position: relative;
        z-index: 102;
        background: #0160a1;
        font-weight: none;
	    text-decoration: none;
    }
    a:active {
        font-family: 120% helv, arial, verdana, sans-serif;;
	    font-size: 14px;
	    padding-left: 0em;
	    padding-right: 0em;
	    color: #FFF;
	    position: relative;
        z-index: 102;
        background: #1094ee;
        font-weight: none;
	    text-decoration: none;
    }

    a img {
	    border-width: 0; 
	    border-style: none;
    }
	body {
		font-family:		helv, arial, verdana, sans-serif;
		font-size:			13px;
		color:				#666666;
		background:			#ffffff url(pagebg.jpg) repeat center center;
		margin:				0;
		padding:			0;
	}
	p {
	    margin: 5px 0px 0px 0px; 
		color:  #666666;
	    padding-top: 0;
	    padding-left: 1em;
	    padding-right: 1em; 
	    line-height: 130%;
    }
	#content {
		position:			relative;
		width:				761px;
		margin:				0 auto;
		padding:			0;
		background:			transparent url(contentbg.gif) repeat-y top left;
	}
	#footer {
		position:			relative;
		width:				761px;
		margin:				0 auto;
		padding:			0;
		margin-top:			-20px;
		line-height:		80px;
		color:				#493F0B;
		height:				100px;
		text-align:			center;
		background:			transparent url(footerbg.gif) repeat-y top left;
	}	
	#content form {
		margin-left:		30px;
		margin-right:		30px;
	}
	h1 {
		padding:			0;
		margin:				0;
		positon:			relative;
		height:				100px;
		line-height:		100px;
		text-indent:		30px;
	/*	background:			transparent url(headbg.gif) no-repeat bottom left; */
		font-size:			1.5em;
		font-weight:		100;
	}
	.background1 { 
        background-image: url(Content.jpg); 
        background-repeat: no-repeat; 
    }
	
	.background2 { 
        background-image: url(img_pages/LINE.jpg); 
        background-repeat: no-repeat; 
    }
	
		
/* End Page Elements */

/* Begin Form Elements */

	

	fieldset {  
		margin: 			10px 0 0 0;  
		padding: 			0;
		background:			transparent url(fieldsetbg.gif) no-repeat bottom right;
	}

	legend {  
		text-transform:		uppercase;
		font-size:			1.3em;
		padding:			5px;
		margin-left:		1em;
		color:				#ffffff;
		background:			#517D97;
	}
	
	fieldset ol {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	1em;
		line-height:		3.4em;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}
	
	label {
		position:			relative;
		clear:				left;
		float:				left;
		width:				15em;
		margin-right:		5px;
		padding-right:		30px;
		line-height:		3.4em;
		text-align:			right;
	}
	
	label.required {
		background:			transparent url(required.gif) no-repeat center right;
	}
	
	label span {
		position:			absolute;
		left:				-10000px;
		top:				0px;
	}
	
	p span.required {
		display:			inline-block;
		vertical-align: 	middle;
		line-height:		3.4em;
		width:				25px;
		line-height:		3.4em;
		text-indent:		-10000px;
		overflow:			hidden;
		background:			transparent url(required.gif) no-repeat center right;		
	}
	
	input {
		padding:			3px;
		font-size:			1.4em;
		border:				1px solid #0b3c55; 
		color:				#517D97; 
		background:			#CCDEE4;
	}
	
	textarea {
		padding:			3px;
		font-size:			1.4em;
		border:				1px solid #0b3c55; 
		color:				#517D97; 
		background:			#CCDEE4;
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}
