/** / REDEFINED HTML TAGS / **/

body	{
	color: #000;
	background: #FFF;
	margin: 0;
	padding: 0;
	}
	
p, td	{
    font-family: Geneva, Tahoma, sans-serif;
	color: #888;
    line-height: 2;
	background: transparent;
	margin: 0;
	padding: 0;
	}
	
h1, h2, h3, h4, h5, h6	{
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	font-weight: normal;
    line-height: 2;
	color: #888;
	background: transparent;
	margin: 0;
	padding: 0;
	}
		
h1	{
	font-size: 28px;
	}
		
ul, li, ol {
    font-family: Geneva, Tahoma, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #888;
    list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
li {
    padding: 0px 0px 0px 12px;
	}
	
img {
	border: 0;
	}
	
a:link {
	text-decoration : none;
	color: #ED7E37;
	background: transparent;
	}
	
a:visited {
	text-decoration : none;
	color: #ED7E37;
	background: transparent;
	}
	
a:hover {
	text-decoration : underline;
	color: #ED7E37;
	background: transparent; 
	}

a:active {
	text-decoration : none;
	color:  #ED7E37;
	background: transparent;  
	}

    


/** / FOOTER / **/	

#footer {
	width: 720px;
	float: left;
    }
    
#footer p {
    font-weight: normal;
    font-size: 9px;
    color: #CCC;
    padding: 20px 0px 15px 0px;
    text-align: right;
    }



/** / PARTNER LOGIN FORM TREATMENT / **/
	
#formbox {
	width: 465px;
	background: #BBB;
	border: 0;
	margin: 12px 0px 25px 0px;
	padding: 5px;
	}
	
#login {
    font-weight: normal;
    font-size: 10px;
    font-family: Geneva, Tahoma, sans-serif;
	color: #FFF;
	background: transparent;
	margin: 0;
	padding: 0;
	}
	
#forgot {
    font-weight: normal;
    font-size: 10px;
    font-family: Geneva, Tahoma, sans-serif;
	color: #FFF;
    text-align: left;
	background: transparent;
	margin: 0;
	padding: 5px 0px 8px 5px;
	}
	
input {
	font-size: 12px;
	}
	
	
#formbox a:link {
	text-decoration : none;
	color: #FFF;
	background: transparent; 
	}
	
#formbox a:visited {
	text-decoration : none;
	color: #FFF;
	background: transparent; 
	}

#formbox a:hover {
	text-decoration : underline;
	color: #FFF;
	background: transparent; 
	}

#formbox a:active {
	text-decoration : none;
	color:  #FFF;
	background: transparent;  
	}



	
/** / CONTAINER AND BODY CONTENT / **/	

#container	{
	background: transparent;
	}

#bodycontent	{
	background: transparent;
	width: 750px;
	}


/** / HEADER AND NAVIGATION DISPLAY/ **/	
	
#header	{
	width: 100%;
	background: #ED7E37;
	margin: 0;
	padding: 0;
	}
	
#navigation	{
	width: 195px;
	letter-spacing: 0px;
	margin: 0;
	padding: 16px 0px 16px 0px;
	display: block;
	}
	
#mainnav li {
	font-family: Georgia, "New Century Schoolbook", Times, serif;
	color: #D1E430;
	background: transparent;
    font-size: 13px;
    line-height: 18px;
    text-align: right;
    list-style-type: none;
	}
	


/** / LOGO POSITIONING / **/	
	
#logo	{
	position: relative;
	}
	
#logo img {
	position: absolute;
	top: -38px;
	left: 594px;
	}



/** / LEFT SIDE IMAGE / **/
	
#primaryimage	{
	width: 200px;
	background: #FFF;
	margin: 0;
	padding: 0;
	float: left;
	}



/** / PRIMARY CONTENT AREA / **/
	
#primarycontent	{
	width: 475px;
	height: 100%;
	background: #FFF;
	margin: 25px 0px 0px 45px;
	padding: 0;
	float: left;
	}
	
#primarycontent p {
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
    padding: 0px 0px 12px 0px;
	}



/** / POPUP CONTENT AREA / **/
	
#popup	{
	width: 100%;
	background: #FFF;
	margin: 25px;
	padding: 0;
	}
	
#popup p {
    font-weight: normal;
    font-size: 12px;
    line-height: 2;
    padding: 0px 0px 12px 0px;
	}


	
/** / MAIN NAV ROLLOVER / **/
	
#mainnav a:link {
	text-decoration : none;
	color: #FFF;
	background: transparent; 
	}
	
#mainnav a:visited {
	text-decoration : none;
	color: #FFF;
	background: transparent; 
	}
#mainnav a:hover {
	text-decoration : none;
	color: #D1E430;
	background: transparent; 
	}

#mainnav a:active {
	text-decoration : none;
	color:  #B0C210;
	background: transparent;  
	}



/** / DEFINED CLASSES / **/
	
.orangetext {
    color: #ED7E37;
    }    
	
.hide	{
	display: none;
	}
	
.formtext {
    font-weight: normal;
    font-size: 10px;
    font-family: Geneva, Tahoma, sans-serif;
	color: #FFF;
    line-height: 25px;
	background: transparent;
	margin: 0;
	padding: 5px;
	}
    
.textbold {
    font-weight: bold;
    }
    
.contentlist {
    line-height: 2;
	}
