body {
	margin:0;
	padding:0;
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.04em;
	text-align: center;
	color:#29303B;
	line-height:1.3em;
	background: #999999;
}

p {
	font-family: Tahoma, sans-serif;
	font-size: 10pt;
	letter-spacing: 0.04em;
}

#rap {
	width: 992px;
	text-align: left;
	margin:0 auto;
	background:#fff;		
}

a {
	color: #0000ff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #2A94AA;
	font-weight: bold;	
	text-decoration: none;
}

#title {
    width:100%;
    height: 80px;
    background:#FFFFFF url("logo.php")
      no-repeat left;
    line-height:normal;
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-weight: bold;
		border-right:#000000 solid 4px;
		border-left: #000000 solid 4px;	    
}

#title #main {
    font-size:20pt;
	  font-family: Georgia, Times, Tahoma, sans-serif;    
    padding: 0 0 0 250px;
    font-weight: bold;
    margin: 0px;
    color: #b46a67;	  
}

#title #info {
    font-size:10pt;
    padding: 0 0 0 250px;
	  font-family: Tahoma, Tahoma, sans-serif;    
    font-weight: bold;
    margin: 0px;
    color: #000000;	  
}

#header {
    float:left;
    width:100%;
    background:#FFFFFF url("images/tabs_bg.png")
      repeat-x bottom;
    font-size:11pt;
	  font-family: Georgia, Times, Tahoma, sans-serif;    
    line-height:normal;
		border-right:#000000 solid 4px;
		border-left: #000000 solid 4px;	 
		letter-spacing: 0;   
}

#header ul {
    margin:0;
    padding:0;
    list-style:none;
}

#header a {
    display:block;
    background:url("images/left_norm.png")
      no-repeat left top;
    padding:5px 15px 4px;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

#header a:hover {
    display:block;
    background:url("images/left_norm.png")
      no-repeat left top;
    padding:5px 15px 4px;
    text-decoration: underline;
    color: #ffffff;
    font-weight: bold;
}

#header li {
    float:left;
    background:url("images/right_norm.png")
      no-repeat right top;
    margin:0;
    padding:0;
}

#header #current {
    background-image:url("images/right_sel.png");
}
#header #current a {
    background-image:url("images/left_sel.png");
    padding-bottom:5px; 
   color: #000000;    
    font-weight: bold;      
}

#menu {
    float:left;
    width:100%;
    background:#FFFFFF;
    font-size:9pt;
	  font-family: Tahoma, Tahoma, sans-serif;   
	  font-weight: bold; 
    line-height:normal;
		border-right:#000000 solid 4px;
		border-left: #000000 solid 4px;	 
}

#menu a {
	margin: 6px 2px 6px 6px;
	padding: 3px 15px 3px 15px;
	display: block;
	text-align: center;
	border: 2px outset #aaaaaa;
	text-decoration: none;
	color: #b46a67;
	background: #e4e4e4;
}

#menu a:hover {
	background: #E6C470;
}

#menu a:active {
	background: #E6C470;
	border: 2px inset #aaaaaa;	
}

#menu #current a {
	margin: 6px 2px 6px 6px;
	padding: 3px 15px 3px 15px;
	display: block;
	text-align: center;
	border: 2px outset #aaaaaa;
	text-decoration: none;
	color: #b46a67;
	background: #f4f4f4;
}

#menu #current a:hover {
	background: #E6C470;
}

#menu #current a:active {
	background: #E6C470;
	border: 2px inset #aaaaaa;		
}

#menu ul {
		float: left;
		width: 96%;
    margin: 10px;
    padding: 0;
    list-style:none;
    background: #9D99A2;    
    border: 1px solid #545454;
}

#menu li {
    float:left;
    margin:0;
    padding:0;
}

#submenu {
    float:left;
    width:100%;
    background:#FFFFFF;
    font-size:9pt;
	  font-family: Tahoma, Tahoma, sans-serif;   
	  font-weight: bold; 
    line-height:normal;
		border-right:#000000 solid 4px;
		border-left: #000000 solid 4px;	 
}

#submenu a {
	margin: 2px 2px 2px 2px;
	padding: 3px 5px 3px 5px;
	display: block;
	text-align: center;
	border: 2px outset #aaaaaa;
	text-decoration: none;
	color: #000000;
	background: #e4e4e4;
}

#submenu a:hover {
	background: #E6C470;
}

#submenu a:active {
	background: #E6C470;
	border: 2px inset #aaaaaa;	
}

#submenu #current a {
	margin: 2px 2px 2px 2px;
	padding: 3px 5px 3px 5px;
	display: block;
	text-align: center;
	border: 2px outset #aaaaaa;
	text-decoration: none;
	color: #000000;
	background: #f4f4f4;
}

#submenu #current a:hover {
	background: #E6C470;
}

#submenu #current a:active {
	background: #E6C470;
	border: 2px inset #aaaaaa;		
}

#submenu ul {
		float: right;
    margin: 10px;
    padding:0;
    list-style:none;
    background: #ffffff;    
    text-align: right;
}

#submenu li {
    float:left;
    margin:0;
    padding:0;
}

#body {
	background: #ffffff;
	float: left;
	width: 100%;
	text-align: left;
	border-right:#000000 solid 4px;
	border-left: #000000 solid 4px;		
}

#popup_body {
	background: #ffffff;
	width: 100%;	
	float: left;
	text-align: left;

}
#popup_body #form {
	margin: 10px;
}

#content {
	float: left;
	width: 96%;
	min-height: 750px;
	margin: 10px;
	padding: 10px;
	text-align: left;
	border: 0px solid #000000;
	font-size: 10pt;
}

#content h3 {
	font-size: 20px;
	border-bottom: 2px solid blue;
	padding-bottom: 4px;
	margin: 0px 0px 5px 0px;
	color: #6C6278;
}

.box {
	border: 1px #000000 solid;
	width: 300px;
	text-align: center;
	padding: 20px;
	font-size: 24pt;
	color: #6C6278;
}

#list {
	width: 100%;
	border-spacing: 2px;
	font-size: 10pt;	
}

#list td {
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #000000;
}

#stats {
	width: 100%;
	border-spacing: 2px;
	font-size: 10pt;	
}

#stats td {
	padding: 3px;
	margin: 0px;
	border-bottom: 1px solid #000000;
	font-size: 10pt;	
}

#stats th {
	background: #EEF2FB;
	padding: 3px;
	margin: 0px;	
	font-size: 10pt;
	font-variant: small-caps;
}

#stats th a {
	color: #000000;
}

#stats th a:hover {
	color: #808080;
}

#highlight {
	background-color: #ABA000;
	color: #000;
	font-weight: bold;
}

#list th {
	background: #EEF2FB;
	padding: 5px;
	margin: 0px;	
	font-size: 11pt;
	font-variant: small-caps;
}

#list th a {
	color: #000000;
}

#list th a:hover {
	color: #808080;
}

#nav {
	font-size: 10pt;	
}

#leftbar {
	font-size: 10pt;	
}

#leftbar ul {
  list-style:none;	
  padding: 0;
  margin: 0;
}

#leftbar h4 {
	margin: 10 0 0 0;
	font-variant: small-caps;
}

#leftbar ul li {
  padding: 0;
  margin: 0;
  
}

#leftbar ul li img {
	vertical-align: middle;
	padding: 0;
  margin: 0;
  border: 0;
}

#leftbar ul li span {
	border: 1px black solid;
  padding: 0;
  margin: 0;
}

#leftbar h4 {
	font-size: 11pt;	
}

fieldset legend {
	padding: .1em .3em;
	font-size: 11pt;
}

fieldset {
	border: 2px solid #dddddd;
	-moz-border-radius: 5px;
	padding: 15px 15px 15px 15px;
	margin-bottom: 10px;
	font-size: 10pt;
}

#form table {
	font-size: 10pt;
	width: 100%;
}

#form th {
	padding-top: 5px;
}

textarea, input, select {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font-family: Tahoma, "Tahoma", Times, serif;
	margin: 1px;
	padding: 3px;
	font-size: 10pt;
}

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
}
.submit {
	text-align: right;
}

.submit input, .submit input:focus {
	background: #e4e4e4;
	border: 3px double #999;
	border-left-color: #ccc;
	border-top-color: #ccc;
	color: #333;
	padding: 3px 40px 3px 40px;
	margin : 0px;
	text-align: center;
	font-weight: bold;
}

.submit input:active {
	background: #f4f4f4;
	border: 3px double #ccc;
	border-left-color: #999;
	border-top-color: #999;
}

#popup {
	float: left;
	background: #ffffff;
	margin: 0px;
}

#popup table {
	margin: 10px;
	width: 96%;
	border: 0px solid #000000;
	font-family: Tahoma;
	font-size: 10pt;
	border-spacing: 1px;
	background: #cccccc;
}

#popup th {
	background: #537AA9;
	color: #FFFFFF;
	width: 35%;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

#popup td {
	background: #EEF2FB;
	color: #000000;
	text-align: left;
	padding: 5px 10px 5px 10px;
}

#popup h2 {
	width: 96%;
	text-align: left;
	font-size: 20px;
	color: #6C6278;
	margin: 10px 10px 0px 10px;
	padding-bottom: 4px;
	border-bottom: 2px solid blue;
}

#links {
	font-size: 10pt;
	margin: 0px;
}

#links ul {
  list-style:none;	
  margin: 0px;
  padding: 0px;
}

#links li {
	padding: 3px;
	margin: 0px;
}

#links a {
	margin: 0px 1px 0px 1px;
	font-weight: bold;
	padding: 3px 15px 3px 15px;
	display: block;
	text-align: center;
	border: 1px dotted #000000;
	text-decoration: none;
	color: #565458;
	background: #ffffff;
}

#links a:hover {
	background: #E6C470;
}

#links a:active {
	background: #E6C470;
	border: 2px inset #aaaaaa;	
}

.float {
	margin: 50px;
	width: 800;
	padding: 10px;
	position: absolute;
	z-index: 10;
	border: solid 2px black;
	background: #eee;
}

