﻿/* CSS Document */

body {
background: #FFEBCD url('../images/bg.jpg');
background-position: 0em 0em;
margin: 0;
padding: 0;
font-family: "Futura Lt BT, Helvetica, sans-serif, Arial", Helvetica, sans-serif;
background-color: #DCDCDC;
background-attachment: fixed;
}

img {
display: block;
}
.imgBorder {
	border: 3px solid #fff;
	border-top-style: wave;
	border-right-style: wave;
	border-bottom-style: wave;
	border-left-style: wave;
}
		
		
A           { text-decoration: none }
                            a:link {color:white; }
                            a:visited {color:wite; }
                            a:active {color:FFFF99; }
                            a:hover {color: FFFF99; border-bottom: 1px dotted; }
                            
p 	        { font-size: small; }

h1 	        { font-size: 150%; font-weight: normal; color: #cc0000; z-index: -100; }   
                         
h2          { font-size: 1.5em; font-weight: normal; color: #333333; }

h3          { font-size: 1.3em; font-weight: normal; color: #333333; }

h4          { font-size: 1em; color: #333333; }

h5          { font-size: .9em; font-weight: 100; color: #ffffff; }

h6          { font-size: .7em; font-weight: normal; color: #ffffff; text-decoration: none; color: #363636}.descriptiveText; }

.style1 {
color: #FFEBCD;
font-weight: bold;
letter-spacing: 3px;
}
.style2 {
font-size: xx-large;
color: #DC7678;
}
.style3 {
color: #6666FF;
}
.style4 {
	text-align: center;
	color: #ffffff;
}
.style5 {
	letter-spacing: 3px;
	color: #0033CC;
}
.style6 {
background-image: url('../images/bg_white.png');
}
.style9 {
color: #FFEBCD;
font-weight: bold;
}
.style10 {
color: #CC0000;
font-weight: bold;
}
.style11 {
background-image: url('../images/bg_white.png');
background-color: #CC0000;
}

		#sidecolumn {
			position: fixed;
			padding: 30px;
			top: 0px;
			left: 0;
			width: 17%;
			background: transparent;
     		font-size: 1em;
		}
		#content {
			top: 0px;
			margin-right: 5%;
			margin-left: 20%;
			padding-top: 30px;
		}

		#footer {
			margin-right: 0%;
			padding: 0px;
			background: transparent;
		}
ul {
	list-style: circle 
}



