/* Global Styles */

	
p {
	font:80% Arial, Helvetica, sans-serif;
	color:#000000;
}
	
h1 {
	font-size: 140%;
	padding: 7px 0px 2px 389px;
	margin-top: 0px;
}
	
ul, li {
	font-size: 85%;
	list-style: none;
	list-style-type: none;
	padding:  0px;
	margin: 0px;
}	
	
	
a {
	color: #000000;
	text-decoration: none;
}
	
a:hover {
	color: #FF0033;
	text-decoration: none;
}

/* ID Styles */


#container {
	width: 800px;
	background-color: white;
	border: 1px solid black;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	list-style: none;
}

#main {
	width: 800px;
	margin-top: 12px;
	clear: both;
}

#top {
	height: 101px;
	border: 0px;
	padding: 0px;
	vertical-align: top;
	margin: 0px;
}

#bar {
	position: absolute;
	width: 800px;
	height: 35px;
	clear: both;
}

#bar_top {
	position: absolute;
	width: 800px;
	background-image:url('/images/dashed_line.gif');
	background-repeat: repeat-x;
	height: 4px;
	border-top: solid black 1px;
}

#bar_bottom{
	position: absolute;
	width: 800px;
	background-image:url('/images/dashed_line.gif');
	background-repeat: repeat-x;
	height: 3px;
	vertical-align: bottom;
	border-bottom: solid black 1px;
}

#middle_bottom {
	padding: 0px;
}

#index_footer{
	clear: both;
	padding: 5px 10px 5px 10px;
}

#page_footer{
	vertical-align: bottom;
	clear: both;
	padding: 0px;
	width: 800px;
	height: 100px;
}

#footer_left {
	width: 600px;
	height: 40px;
	vertical-align: bottom;
	padding: 50px 5px 10px 10px;
	display: inline;
	float: left;
	clear: left;

}
#footer_right {
	width: 110px;
	height: 80px;
	padding: 0px 10px 10px 10px;
	float: right;
}

#middle {
	width: 440px;
	padding: 20px 5px 0px 15px;
	margin-left: 160px;
	margin-right: 180px;
}

#middle2c {
	width: 600px;
	padding: 20px 5px 0px 15px;
	margin-left: 160px;
}

#right {
	width: 160px;
	font-size: 85%;
	float: right;
	padding: 20px 10px 5px 10px;
}

#navigation {
	width: 160px;
	background-color: white;
	float: left;
	padding-top: 20px;
	list-style: none;
	}
	
#navigation a {
	font-size: 80%;
	color: #000000;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;

	padding: 8px 0px 10px 12px;
	margin: 0px 640px 0px 0px;
	width: 148px;
	background-color: white;
	vertical-align: top;
	border-bottom: 1px solid #FF0033;
	}
	
#navigation a:hover {
	background: #FFFFFF;
	color:#FF0033;
	}
	
#navigation li {
	
	font-size: 85%;
	list-style: none;
	list-style-type: none;
	padding:  0px;
	margin: 0px;
}	

#portfolio table {
	vertical-align: middle;
	text-align: left;
	
}

#portfolio td image {
	width: 150px;
	height: 150px;
	float: right;
	clear: right;
	padding: 10px 5px 5px 10px;
	border: none;
}	

#portfolio td p {
	width: 450px;
	font-size:80%;
	color:#000000;
}
	
#tagline 	{
	background-color: white;
	padding: 5px 0px 5px 389px;
	margin: 0px;
	font-size: 80%;
	color: #FF0033;
	letter-spacing:.4em;
	vertical-align: top;
	height: 41px;
	}
	
#TopPage{
	font-size: 130%;
	padding-left: 8px;
	color: #000000;
	letter-spacing:.21em;
	}

#monthformat {
	border-bottom: 1px dashed #FF0033;
	}
		
#dateformat {
	background-color: white;
	font-size: 65%;
	color: #000000;
	padding-left: 10px;
	padding-bottom: 1px;
	}
	
#dateformat a {
	font-size:65%;
	color: #FF0033;
	font-weight:bold;
	text-decoration:none;
	}
	
#dateformat a:hover {
	color: #FF0033;
	}

	
/* Class Styles */
	
.bodyText {
	font-size:80%;
	color:#000000;
	margin-top:0px;
	}
	
.list ul, li {
	
	font-size: 85%;
	list-style: circle outside;
	padding:  0px 0px 10px 15px;
	margin: 0px 0px 0px 50px;
	line-height: 20px;
}	
	
.logo {
	height:101px;
	width: 382px;
	border: 0px;
	float: left;
	clear: left;
	font-size:150%;
	letter-spacing:.2em;	
}

.pageName{
	font-size: 110%;
	color: #FF0033;
	letter-spacing:.1em;
	}

.subHeader {
	font-size: 90%;
	font-weight: bold;
	color: #FF0033;
	line-height:22px;
	letter-spacing:.2em;
	}

.black_subHeader {
	font-size: 90%;
	font-weight: bold;
	color: #000000;
	line-height:22px;
	letter-spacing:.2em;
	}

.quote {
	font-size: 130%;
	color: #000000;
	line-height:30px;
	}
	
.footerText {
	font-size: 65%;
	text-align: left;
	vertical-align: bottom;
	}
	
.smallText {
	font-size: 65%;
	}

	
.validation {
	width: 88px;
	height: 31px;
	border: none;
	float: right;
	clear: right;
	padding: 10px 5px 5px 5px;
}

.bar {
	background-image:url('dashed_line.gif');
	background-repeat: repeat-x;
}

.pink_line {
	background-color: white;
	background: url("/images/dashed_line.gif") repeat-x;
	margin: 0;
	padding: 0;
	width: 4px;
	height: 3px;
	border: 0px;
}
	
.border {
	background-image: url("/images/spacer.gif");
	background-color: black;
	width: 1px;
	height: 2px;
	background-repeat: repeat-x;
}
