/*----------------------------------------------------------------------------------------------------
Default Stylesheet for amyallen.net. Created by Ant Designs 2008.
----------------------------------------------------------------------------------------------------*/

/* Overall 'Body' Style */

body {
	color: #666;
	font-family: georgia, arial, helvetica;
	font-size: 10pt;
	text-align: left;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px;
	background-image: URL(../images/background.gif);
	background-position: top center;
	background-repeat: no-repeat;	
	}
	
a:link {color: green; text-decoration: none;}
a:visited {color: green; text-decoration: none;}
a:hover {color: orange; text-decoration: none;}

hr {
	color: green;
	border-style: dotted;
	border-width: 1px;
	}

em.value {
	font-size: 12pt;
	}
	
em {
	color: green;
	font-size: 14pt;
	}
	
.logo {
	position: relative;
	left: 10px;
	top: 50px;
	z-index: 1;
	}
		
table {
	width: 680px;
	border-collapse: collapse;
	z-index: 2;
	}
	
h2, h3 {
	color: green;
	}
	
.header {
	height: 100px;
	text-align: left;
	}
	
.navbar {
	text-align: right;
	padding: 10px 10px 10px 10px;
	vertical-align: middle;
	background-image: URL(../images/narbar_bg.png);
	border-color: green;
	border-width: 1px 1px 0px 1px;
	border-style: dotted;
	}
	
.imgbar {
	padding 5px;
	vertical-align: top;
	background-image: URL(../images/trans_bg.png);
	}
	
.welcome {
	text-align: left;
	padding: 20px;
	vertical-align: top;
	line-height: 18px;
	background-image: URL(../images/trans_bg.png);
	}
	
.footer {
	font-size: 7pt;
	text-align: right;
	background-color: white;
	padding: 0px 5px 0px 0px;
	border-color: green;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
	}
	
.cell {
	border-color: green;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	}
