/* undo some default styling of common (X)HTML browsers
 ************************************************************/

/* No list-markers by default -
 * must redefine bullets w/ bg graphics
 ********************************************************/

ul {
        list-style:none;
}

/* Avoid browser default inconsistent heading,
 * font-sizes and pre/code
 ********************************************************/
body,h1,h2,h3,h4,h5,h6,pre,code,td {
        font-size:1em;
}

/* Remove inconsistent (among browsers) -
 * default padding or margin
 ********************************************************/
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,img,hr {
        margin:0; padding:0;
}

/* prevent blue linked image borders
 ********************************************************/
a img,:link img,:visited img,fieldset {
        border:none;
}

/* Generic Selectors */

body {
        font-family: Verdana;
        font-size:14px;
        color: #FFFFFF;
        background-color: #000000;
}

html,body {
        height:100%;
}

p {
        margin-left: 1em;
        text-indent: 2em;
        width: 90%;
}

p.title{
	text-align:left;
        text-indent: 0em;
        width: 90%;
}

ol {
        width: 86%;
}

ul li {
	list-style: disc;
	text-align:left;
        margin-left: 2em;
        font-size: 0.8em;
}

h1 {
        font-size: 14px;
        font-weight: normal;
        color: #FFFF00;
        text-indent: 0.6em;
}

h2 {
        font-size: 14px;
        font-weight: bold;
        color: #FFFF00;
}

/**************** Links ****************/

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

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

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

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

/************************* ID's *************************/
 
#pagewidth { 
	max-width:900px;  
	min-width:900px;  
}
 
#header {
	position:relative; 
	height:150px; 
	width:100%;
} 

#start {
	position:relative; 
	top:80px;
	width:100%;
} 

#logo {
        position: absolute;
	left: 10px;
}

#bookmark {
        position: absolute;
	left: 330px;
	top: 17px;
	font-weight: bold;
	color: #FFFF00;
}

#yourlink {
        position: absolute;
	left: 490px;
	top: 17px;
	font-weight: bold;
	color: #FFFF00;
}

#topsearch {
        position: absolute;
	left: 660px;
	top: 17px;
}

#footer {
	top: 100px;
	position: relative;
        font-weight: normal;
        text-align: center;
        height:22px;
        clear:both;
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
}

.copy {
        font-weight: bold;
        font-size: 12px;
}

ul.nav li {
        display: inline;
        line-height: 200%;
        background-image: url(/images/arrowSmall.gif);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: .8em;
        font-size: 0.8em;
        margin-left: 1.5%;
        margin-right: 1.5%;
}

ul.nav2 li {
        display: inline;
        line-height: 160%;
        background-image: url(/images/arrowSmall.gif);
        background-repeat: no-repeat;
        background-position: center left;
        padding-left: .8em;
        font-size: 0.8em;
        margin-left: 1.1%;
        margin-right: 1.1%;
}

.small {
        text-align:left;
        font-weight: normal;
        font-size: 0.8em;
}


