/* Reset ------------------------------------------------------------------ */

/*
    reset.css - resets default browser styling
    http://tantek.com/log/2004/09.html#d06t2354
    http://www.vox.com/.shared/css/base.css by beausmith.com
    http://developer.yahoo.com/yui/reset/
*/

:link,:visited {
    text-decoration: none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

/* End reset */

body {
    text-align: center; 
    background: #ffffff;
    margin: 20 auto;
    }

#container {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    font-family: Verdana,Geneva,Arial,Sans-serif; 
    font-size: 12px; 
    line-height: 18px;
    color: #333333; 
    text-align: left;
}

.content {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul  {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }

a {
	color: #666666; 
	text-decoration: none;
	}

a:link {
	color: #666666;
	text-decoration: none;
	}

a:visited {
	color: #666633;
	text-decoration: none;
	}

a:hover {
	color: #CC6633;
	text-decoration: underline;
	}

a:focus {
	color: #CC6633;
	text-decoration: underline;
	}

a:active {
	color: #CC6633;
	text-decoration: underline;
	}


h1 {
	font-size: 14pt;
	margin: 2px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
	}

h2 {
	font-size: 13pt;
	margin: 2px 0px 5px 0px;
	padding: 0px;
	font-weight: normal;
	}
	
h3 {
	font-size: 12pt;
	margin: 2px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	}

h3 {
	font-size: 10pt;
	margin: 2px 0px 5px 0px;
	padding: 0px;
	font-weight: bold;
	}

/*div {border: solid 1px #cfffff;}*/

td,.small	{ font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 12px;
	}

.tiny	{ font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	}

.tdtiny	{ font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 10px;
	}

tt, code {
	font-family: courier;
	}
	
#banner {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	text-align: left;
	}
	
#globalnav {
    /* inspired by Navigational Plone Tabs */
    background-color: transparent;
    border-collapse: collapse;
    padding: 0px 0px 0px 0px;
    border-left: 1px solid #CC6633;
    white-space: nowrap;
    list-style: none;
    height: auto;
    line-height: normal;
    text-align: left;  
    margin: 10px 0px 0px 0px;
}

#globalnav ul {
}

#globalnav li {
    display: inline;
}

#globalnav li a {
    background-color: transparent;
    border-color: #CC6633;
    border-width: 1px; 
    border-style: solid solid solid none;
    color: #CC6633;
    height: auto;
    padding: 0em 2em;
    text-decoration: none;
    text-transform: lowercase;
}

#globalnav li.selected a {
    background-color: #dee7ec;
    border: 1px solid #8cacbb;
    border-bottom: #CC6633 1px solid;
    color: #CC6633;
}

#globalnav li a:hover {
    background-color: #CC6633;
    border-color: #CC6633;
    border-bottom-color: #CC6633;
    color: #FFFFFF;
    
}

/* #box {
	border: 1px solid #CC6633;
    }
*/

#footer {
	font-family: Verdana, Arial, sans-serif;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center; 
	} 
	

