  * {
    margin:0;
    padding:0;
  }
  
  BODY {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Tahoma, Arial, sans-serif;
    color: #000000;
    background: #ffffff;
    text-align: center;
  }
  
  H3 {
    color: #1B5A8A;
    font-size: 14px;
  }
  
  H4 {
    color: #1B5A8A;
    font-size: 12px;
  }
  
  TD {
    font-size: 12px;
  }
  
	A:link { text-decoration: none;color: #1B5A8A;}
	A:visited { text-decoration: none;color: #1B5A8A;}
	A:hover { text-decoration: underline;color: #1B5A8A;}
	
	#top_pane {
    width: 100%
    height: auto;
    border-bottom-style: solid;
    border-bottom-color: #539DD5;
    border-bottom-width: 2px;
    text-align:right;
    color: #1B5A8A;
    padding: 5px;
    min-width: 780px;
    width:expression(document.body.clientWidth < 780? "780px": "auto" );
    background: url(http://www.gpthq.com/images/bar_background.jpg) repeat-x;
	}
	
	#top_pane A:link { text-decoration: none;color: #1B5A8A;}
	#top_pane A:visited { text-decoration: none;color: #1B5A8A;}
  #top_pane A:hover { text-decoration: underline;color: #1B5A8A;}
  
  #page_nav A:link { text-decoration:none; color: #539DD5;}
  #page_nav A:visited { text-decoration:none; color: #539DD5;}
  #page_nav A:hover { text-decoration:underline; color: #539DD5;}
	
  #pane_wrap {
    margin: 10px;
    margin-bottom: 20px;
  }
	
	#pane {
    width: 950px;
	}
	
	#header_wrap {
    width: 100%;
	  height: 90px;
    background: url(http://www.gpthq.com/images/blue_bar.jpg) repeat-x;
    background-position: center bottom;
    text-align: left;
	}
	
	#header {
	  width: 100%;
	  height: 78px;
    background: url(http://www.gpthq.com/images/gpthq_logo_tm.jpg) no-repeat;
    background-position: left bottom;
    text-align: right;
    padding-top: 0px;
	}
	
	#mid_page {
    width: 100%;
	  height: 450px;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  text-align:left;
	}
	
	html>body #mid_page {
    height: auto;
    min-height: 450px;
  } 
	
	#footer {
    width: 100%;
    background: url(http://www.gpthq.com/images/blue_bar.jpg) repeat-x;
    background-position: center top;
    text-align: center;
    padding-top: 10px;
    color: #1B5A8A;
	}
	
	.content {
    float: left;
    border-left-width: 2px;
	  border-left-style: solid;
	  border-left-color: #539DD5;
	  margin-left: -1px;
	  padding: 10px;
    text-align: justify;
    height: 450px;
	}
	
  html>body .content {
    height: auto;
    min-height: 430px;
  } 
	
	.side_box {
	  background: #CDE4F5;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #1B5A8A;
	  text-align: left;
	  padding: 5px;
	}
	
  .nav_box {
	  text-align: left;
	  padding: 10px 13px 10px 5px;
    float: left;
    width: 200px;
    color: #1B5A8A;
    font-size: 12px;
  }
	html>body .nav_box {
    width: 185px;
  }
  
  .msg_box {
	  background: #CDE4F5;
	  border-width: 1px;
	  border-style: solid;
	  border-color: #1B5A8A;
	  text-align: center;
	  width: 400px;
	  padding-top: 10px;
    padding-bottom: 10px;
	}
  
  .white_box {
    
  }
  
  .heading_box {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #CDE4F5;
    background: url(http://www.gpthq.com/images/bar_background.jpg) repeat-x;
    border: 1px solid #1B5A8A;
	  text-align: center;
	  width: 100%;
  }
  
  .white_sub_box {
    border-left: 1px solid #539DD5;
    border-right: 1px solid #539DD5;
    border-bottom: 1px solid #539DD5;
    width: 100%;
    overflow: hidden;
  }
  
  .white_sub_box_margins {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
  }
  
  .form_column_left {
  float:left;
  text-align:right;
  width: 315px;
  height: 22px;
  line-height: 22px;
  font-size: 1em; 
  }
  
  .form_column_right {
  float:left;
  text-align:left;
  height: 22px;
  line-height: 22px;
  font-size: 0.75em;
  padding-left: 5px;
  }
  
  .form_input_field {
  border-width: 1px;
  border-style: solid;
  border-color: #1B5A8A;
  width: 150px;
  height: 20px;
  }
  
  .user_form_field {
  border-width: 1px;
  border-style: solid;
  border-color: #1B5A8A;
  height: 20px;
  }
  
    #members_home .members_home, #profile .profile, #account_history .account_history, #admin_home .admin_home
  {
      font-weight: bold;
  } 