/*
--------------------
*/


* {margin: 0; padding: 0;}
html {height: 100%; margin-bottom: 1px;}
body {height: 100%;}

/* Body Typeset
-------------------------- */
body {
	font: 76%/1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	background: #0033ff;
	color: #000000;}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address, horline {
    margin:  .5em 0;
    padding: 0;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000000;
	color: #0000ff;
	}

h1 { font-size: 218%; }
h2 { font-size: 164%; }
h3 { font-size: 145%; border-width: 1px }
h4 { font-size: 118%; }
h5 { font-size: 100%; font-weight: bold; }
h6 { font-size: 86%; font-weight: bold; }

/* Layout
-------------------------- */

#container {
	width: 760px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0 auto;
	background: #ffffff;
	}
#header {
	height: 100px;
	background: url(bg.jpg);
	color: #000000;
	border-bottom: 2px solid #cc0;
	}
#header h1 {
	border: 0;
	color: #0000ff;
	margin: 0;
	padding: 0;
	padding-top: 30px;
	text-align: center;
	}
.logo {text-align: center;}
#content {
	padding-left: 5px;
	padding-right: 5px;
	}
#footer {
	clear: both;
	background: url(bg.jpg);
	color: #000000;
	margin-top: 10px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
	border-top: 2px solid #0000ff;
	line-height: 1.2em;
	}
.box {
    background: url(boxbg.gif);    border: 1px dotted #0000ff;
    margin:40px;
    padding-left:5px;
    }
.horline {
    background: url(horline.gif) no-repeat;    height: 24px;    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 70px;
   }
/* Links
-------------------------- */
a, a:link, a:active {
	color: #0000ff;
	border-bottom: 1px solid #cc0;
	text-decoration: none;
	}
a:hover {
	color: #333;
	border-bottom: 1px solid #003300;
	}
#header h1 a, #header h1 a:link, #header h1 a:visited {
	border: 0;
	color: #000000;
	}
#header a:hover {
	background: none;
	}
#footer a, #footer a:link, #footer a:active {
	color: #0000ff;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	}
#footer a:hover {
	background: #ffc;
	color: #000;
	border-bottom: 1px solid #0000ff;
	}

/* style features
-------------------------- */
#nav {
	border-bottom: 2px solid #0000ff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 110%;
	padding-top: 5px;
	padding-bottom: 5px;
	background: transparent url(bg.jpg) 0 -30px;
	text-align: center;
	}

#nav ul {
	margin: 0;
	padding: 0;
	}

#nav li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
	}

#nav li a {
	padding: 5px 10px 5px 10px;
	margin-bottom: 0;
	border: 0;
	color: #000000;
	}

#nav li a:hover {
	background: transparent url(bg.jpg) bottom left;
	color: #0000ff;
	border-bottom: 5px solid #000000;
	}

#nav li.here a:hover {
	background: #fff;
	color: #0000ff;
	}

#nav li.here a {
	background: #fff;
	color: #0000ff;
	}
	
/* style features
-------------------------- */

.center {text-align: center;}


/* Lists
-------------------------- */
ul, ol {
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	}
li {
	padding-top: 3px;
	padding-bottom: 3px;
	}
cite {
      display: block;      background: url(img/quote.gif) no-repeat;      color: #56562b;      font: normal 1.1em cursive;      padding-left: 28px;
      }
