* {
	margin:0;
	padding: 0;
}
body, div, span, p, a, img, ul, ol, li, table, th, tr, td, form, fieldset, legend, dl, dt, dd, blockquote, applet, object { border:0; }
body {
	font-family: arial, sans-serif;
	line-height:24px;
}

/* links --------------------------------------------------------------- */

a {color:#666;}
a:link {color:#000;}
a:hover {color:#900;}

/* headings --------------------------------------------------------------------- */

h1 {
	text-align: right;
	line-height:10px;
	font-weight: normal;
	color: #666;
}

h2 { font-size:160%; }
h3 { font-size:120%; }
h4 { font-size:120%; }

h5 {
	font-size:9px;
	font-family: arial, sans-serif;
	line-height: 13px;
	font-weight: lighter;
	text-align: left;
	letter-spacing: 0.5px;
	padding-left: 10px;
}

h6 {
	font-size:11px;
	line-height: 15px;
	font-family: arial, sans-serif;
	border-bottom-width: 1px;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	margin-right: 15px;
	font-weight: lighter;
	text-align: left;
	letter-spacing: 1px;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

/* layout ---------------------------------------------------------------------- */
  #layout {
	width:930px;
	margin:0 auto;
	text-align:left;
}
  #container { 
  padding-top: 0px;
  }


  	/* header ------------------------------------------------------------------ */
  	#header {
	position:relative;
	text-align: right;
	font-size: 15px;
	color: #666;
	width: 930px;
	margin-top: 10px;
}

  	#titlebox {
	float:right;
	width:200px;
	padding-right: 20px;
	height: 18px;
	font-size: 16px;
	padding-top: 8px;
}

        
    /* navigation --------------------------------------------------- */
    #nav {
	border-top: none;
	border-right: none;
	border-left: 1px solid #CCC;
	width: 400px;
	position: relative;
	margin-left: 189px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
      #nav ul {margin:0; padding:0; list-style:none;}
      	#nav ul li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #900;
	padding-left: 15px;
}
      	#nav ul li a {
	font-size: 11px;
	font-weight: normal;
	display: block;
	color: #666;
	text-decoration: none;
	float: left;
	line-height: 18px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
        }
        
        #nav ul li a span {
      	  font-size: 11px;
      	  font-weight: normal;
      	  color: #666;
        }
        
        #nav ul li a:hover {
	color: #900;
        }
      	#nav ul li#active a {
        }
  
  
  
    .content {
	float: right;
	width:720px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	padding-right: 20px;
    }
 
  
  	/* columns ----------------------------------------------------------------- */
  	#panel-left {
	float:left;
	width:169px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-color: #CCC;
	border-top-style: solid;
	padding-right: 10px;
	padding-left: 10px;
}
    

    
    #panel-left p  {
	margin-top: 0px;
	font-size: 11px;
	color: #900;
	font-weight: lighter;
	font-family: arial, sans-serif;
	text-align: left;
	padding-top: 3px;
}
  
  	/* footer ----------------------------------------------------------------- */
  	#footer {
	clear:both;
	height: 77px;
	margin-top: 0px;
	border-top: 1px solid #CCC;
	padding:10px 3px;
	color: #666;
	font-size: 11px;
	text-align: right;
    }
    
    #footer a {
      color: #666;
    }
    
      #footer p { margin:0; padding-top:10px; }




/* paragraphs -------------------------------------------------------------------- */
p {
	margin:15px 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #666;
	letter-spacing: 1px;
	line-height: 18px;
}

/* tables --------------------------------------------------------------------- */
table { margin:15px 0; border: 1px solid #324455; border-collapse:collapse; border-spacing:0; font-size:100%; width: 100%;}
th { text-align:center; font-weight:bold; border: 1px solid #324455;}
th, td { padding:4px 6px; border: 1px solid #324455;}
tr.table-top {background: #425364; font-weight: bold;}

/* lists --------------------------------------------------------------------- */
ul, ol { display:block; margin:15px 0 15px 40px; }
ul ul, ul ul ul, ol ol, ol ol ol { margin:0; margin-left:20px; }
ol { list-style-type:decimal; }
ol ol { list-style-type:upper-alpha; }
ol ol ol {list-style-type:lower-alpha; }
li { display:list-item; }
ul li a { text-decoration:underline; }

/* definitions -------------------------------------------------------------------- */
dl { margin:15px 0; }
dt { font-weight:bold; }
dd { margin-left:30px; }

/* universal --------------------------------------------------------------------- */


abbr, acronym, .help { border-bottom:1px dotted #CCC; cursor:help; }
blockquote { margin:15px 20px; font-style:italic; }
del, .del { text-decoration:line-through; }
strong, .strong { font-weight:bold; }
cite, em, q, var { font-style:italic; }
code, kbd, samp  {font-family:monospace; font-size:110%; }
hr { display:block; height:1px; margin:10px 0; padding:0; border:0 solid #CCC; background:#CCC; color:#CCC;} 
.f-left {
	float:left;
	position: inherit;
}
.f-right {
	float:right;
	text-align: right;
	padding-right: 20px;
	height: 40px;
}
.a-left, tr.a-left td {text-align:left;}
.a-center, tr.a-center td {text-align:center;}
.a-right, tr.a-right td {text-align:right;}
.a-justify {text-align:justify;}
.va-top {vertical-align:top;}
.va-middle {vertical-align:middle;}
.va-bottom {vertical-align:bottom;}
.clear { clear:both; }
.box {
	text-align: left;
	color: #900;
	margin-top: 5px;
}
.boxred {
	color: #900;
}
.box:after { display:block; visibility:hidden; clear:both; line-height:0; font-size:0; content:"."; }
.noscreen { display:none; }

#layout #header h1 br {
	font-family: Arial, Helvetica, sans-serif;
}
.name {
	width: 251px;
	position: fixed;
	left: 630px;
	top: 48px;
	height: 50px;
	font-size: 90%;
	text-align: center;
}
.thumbs {
	height: 197px;
}
.title {
	font-size: small;
	text-align: left;
	height: 571px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: -15px;
	width: 700px;
}
