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

/* No list-markers by default -
 * must redefine bullets w/ bg graphics
 ********************************************************/
ul,ol {
        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: Georgia, "Times New Roman", Times, serif;
        font-size:14px;
        color: #333333;
        background-color: #990000;
}

html,body {
        height:100%;
}

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

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.nav li.bold {
        font-weight: bold;
}

ul.content {
        margin-left: 3em;
        text-indent: 1em;
        width: 80%;
}

ul.content li {
        list-style-image: url(/images/arrowSmall.gif);
        padding-top: 1.0em;
        padding-left: 0em;
        font-size: 0.8em;
        margin-left: 1.5%;
        margin-right: 1.5%;
}

h1 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: bold;
        color: #990000;
        text-indent: 0.6em;
}

h2 {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        border-bottom: 1px solid #C6EC8C;
}

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

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

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

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

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

/************************* ID's *************************/
 
#pagewidth { 
	max-width:90%;  
	min-width:90%;  
}
 
#header {
	position:relative; 
	height:292px; 
	width:100%;
        background-color: #990000;
} 

#slogan {
        position: absolute;
	width: 100%;
	text-align: center;
        background-color: #FFFFFF;
}

#iframe1 {
        position: absolute;
        top: 46px;
	width:100%;
        background-color: #FFFFFF;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
}

#main-menu {
        text-align: center;
        position: absolute;
	width:100%;
        top: 20px;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
        font-weight: normal;
        background-color: #FFFFFF;
}
 
#maincol {
	float: right; 
	display:inline; 
	position: relative; 
 	width:79.7%; 
        border-left: 1px solid #990000;
        border-bottom: 1px solid #990000;
        background-color: #FFFFFF;
}
 
#leftcol {
	float: left; 
	display:inline; 
	position: relative; 
 	width:20%; 
}

#sidebar1 {
        font-weight: normal;
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-bottom: 1px solid #990000;
        background-color: #FFFFFF;
}

#sidebar2 {
        font-weight: normal;
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
        background-color: #FFFFFF;
}



#sidebar3 {
        font-weight: normal;
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
        background-color: #FFFFFF;
}
 
#footer {
        font-weight: normal;
        text-align: center;
	height:20px; 
	clear:both;	
        border-right: 1px solid #990000;
        border-left: 1px solid #990000;
        border-top: 1px solid #990000;
        border-bottom: 1px solid #990000;
        background-color: #FFFFFF;
} 
 
.vert-spacer {
	height:4px;
}

.clearfix:after {
	content: "."; 
 	display: block; 
	height: 0; 
 	clear: both; 
 	visibility: hidden;
}
 
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */  

