

html
	{
	overflow-y: auto;
	overflow-x: hidden;
	height: 600px;
	}

/* body background
----------------------------------------------- */


body
	{
	background-color: #fbfbef;
	}



/* divs
----------------------------------------------- */

div.header
	{
	border-style: none;
	background-color: black;
	background-image: url('banner1.jpg');
	width: 99%;
	height: 120px;
	position: relative;
	top: 0px;
	margin-left: 0px;
	}
	
div.header2
	{
	border-style: none;
	background-color: #65698F;
	width: 99%;
	height: 5px;
	position: relative;
	top: 0px;
	margin-left: 0px;
	}

div.left
	{
	width:130px;
	background-color: #fbfbef;
	height:400px;
	border: none;
	position:relative;
	top:0px;
	left:0px;
	float:left;
	}

div.container
	{
	background-color: #fbfbef;
	width:79%;
	margin:0px;
	height:99%;
	border: 2px solid #FF5109;
	position: relative;
	top:30px;
	right:30px;
	float:right;
	}

/* paragraph
----------------------------------------------- */

p
	{
	font-size:85%;
	position:relative;
	bottom:20px;
	top:10px;
	text-align:justify;
	color: black;
	font-family: book antiqua, garamond, arial;
	text-indent:30px;
	margin-left:10px;
	margin-right:20px;
	}
	
p.copy
	{
	color: #fbfbef;
	text-align:right;
	font-size:80%;
	position:relative;
	bottom:10px;
	font-family:book antiqua, garamond, arial;
	margin-right:100px;
	}

div.header h1
	{
	font-size:180%;
	font-family: book antiqua, garamond, arial, serif;
	color:#F1F0F3;
	text-align:left;
	position:relative;
	top:20px;
	bottom:40px;
	left:0;
	text-indent:240px;
	}

h1
	{
	font-size: 120%;
	font-family: book antiqua, garamond, arial, serif;
	color: #65698F;
	text-align: left;
	position: relative;
	top: 20px;
	bottom: 40px;
	left: 0;
	text-indent: 50px;
	}

h2
	{
	font-size:100%;
	font-family: book antiqua, garamond, arial, serif;
	color:#4E6C88;
	text-align:left;
	position:relative;
	top:20px;
	bottom:40px;
	left:0;
	text-indent:50px;
	}



/* links
----------------------------------------------- */

a:link
	{
	color: #4E6C88;
	text-decoration:underline;
	font-family: century gothic, garamond, arial, serif;
	}

a:visited
	{
	color: #4E6C88;
	text-decoration:underline;
	font-family: century gothic, garamond, arial, serif;
	}

a:hover
	{
	color: white;
	background-color: #4E6C88;
	font-family: century gothic, garamond, arial, serif;
	}

div.left a:link
	{
	color: #9CB7C0;
	text-decoration:none;
	font-family: book antiqua, garamond, arial, serif;
	font-size:70%;
	}

div.left a:visited
	{
	color: #9CB7C0;
	font-style: italic;
	text-decoration:none;
	font-family: book antiqua, garamond, arial, serif;
	font-size:70%;
	}

div.left a:hover
	{
	color: white;
	background-color: #9CB7C0;
	font-family: book antiqua, garamond, arial, serif;
	font-size:70%;
	}


/* misc
----------------------------------------------- */

span
	{
	font-size:120%;
	font-weight:bold;
	}


/* pics
----------------------------------------------- */

.pic0
	{
	float:left;
	margin-left:2px;
	bottom:2px;
	position:relative;
	top:5px;
	}

.pic1
	{
	float:right;
	margin-left:50px;
	position:relative;
	top:20px;
	}

.pic2
	{
	float:right;
	position:relative;
	margin-right: 0px;
	top:20px;
	}
