@charset "UTF-8";
/* CSS Document */

body {margin: 0px; background-image:url(images/body_bg.jpg); background-repeat: repeat-x; background-color: #f8f8f8;}

img {border: 0px;}

p {margin: 0px; padding: 12px 0px 12px 0px;}

h3 {font-size: 22px; color: #002b7c; margin: 0px 0px 15px 0px;}

#glow {width: 935px; background-image:url(images/glow.png); margin-left: auto; margin-right: auto;}

  #wrap {width: 903px; margin-left: auto; margin-right: auto;}
  
    #top {width: 903px; height: 155px; background-image:url(images/top_bg.jpg); position: relative;}
	
	  #logo {width: 295px; height: 134px; position: absolute; top: 13px; left: 24px; cursor: pointer;}
	
	#nav {height: 41px;}
	  #nav img {display: block;}
	  
	  .nav_img {float: left;}
	  
	#content {width: 866px; min-height: 500px; padding: 32px 15px 17px 22px; position: relative;}
      #content a:link {text-decoration: underline; color: #000000;}
	  #content a:active {text-decoration: underline; color: #000000;}
	  #content a:visited {text-decoration: underline; color: #000000;}
	  #content a:hover {text-decoration: none; color: #000000;}
	
	  #content_text {width: 512px; padding-top: 10px; font-family: arial; font-size: 15px; color: #000000; line-height: 22px;}
	    #content_text span {font-weight: bold; color: #002b7c;}
	
	  .main_img {position: absolute; top: 32px; right: 15px;}
	  
	#sub_content {width: 866px; padding: 32px 15px 17px 22px; font-family: arial; font-size: 15px; color: #000000; line-height: 22px; position: relative;}
      #sub_content a:link {text-decoration: underline; color: #000000;}
	  #sub_content a:active {text-decoration: underline; color: #000000;}
	  #sub_content a:visited {text-decoration: underline; color: #000000;}
	  #sub_content a:hover {text-decoration: none; color: #000000;}
	  
#bottom {width: 935px; height: 42px; background-image:url(images/bottom_bg.png); background-repeat: no-repeat; margin-left: auto; margin-right: auto;}

  #copy {padding: 44px 0px 0px 17px; font-family: arial; font-size: 10px; color: #002c7e; float: left;}
  
  #ptc {float: right; padding: 38px 16px 10px 0px;}
  
  input, select {border: 1px solid #ccc;}
