/* global */	
* {
margin:0;
padding:0;
}

html, body {
height: 100%;
min-height: 100%;
}

body {
	background-image: url('images/bg.gif');
 	background-repeat: repeat
}


/* Image Classes */


img.Left {
	border: none;
	float: none
}

img.Right {
	border: 2px solid #EEE;
	float: right;
	padding: 1px;
	background-color: #000
}

img {
	padding: 3px;
	border: 1px dotted #AAA
}

img.footer {
	margin-left: 5px
}




/* <div> Styles */

#container {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 778px;
	height: auto;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}


#header {
	background-color: #EEE;
	height:275px;
	width: 778px;
	position: relative;
	margin: 0px auto;
	top: 0px;
}

#menu {
	position: absolute;
	top: 247px;
	width: 778px;
	background-color: #0E7AD2;
	background-image: url('images/jar.jpg');
	background-position: right;
 	background-repeat: no-repeat
}


#main {
	position: relative;
	margin: 0px auto;	
	top: 0px;
	height: auto;
	padding: 15px;
	background-color: #EEE;
	width: 748px;
}

#footer {
	position: relative;
	margin: 0px auto;	
	top:0px;
	padding: 7px;
	height: auto;
	background-color: inherit;
	width: 600px;
	}

#footer p {
	font-family: tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #555;
	text-align: center
}

/* Header Styles */

h1 {
	font-family: tahoma;
	font-size: 20px;
	padding-left: 8px;
	font-weight: normal;
	color: #0E7AD2
}

h2 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	padding-left: 8px;
	color: #0E7AD2
}

/* Paragraph Styles */

p.body {
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align:left;
	color:#000000;
	background: inherit;
	padding: 10px;
	line-height: 170%;
}

p.quote {
	background-image: url('images/q.gif');
 	background-repeat: no-repeat;
	color: #000;
	border: 1px solid #999;
	border-left: 10px solid #999;
	padding: 6px;
	padding-left: 35px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	background-color:#FFF	
}	


/* Link Styles */
		   
a { 
	color: #000000;
	background-color: inherit;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

a:active {
	color: #000000;
	background-color: #EEE;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align:right;
	font-weight: bold;
	text-decoration: underline
}
		   
a:visited {
	color: #000000;
	background-color: inherit;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align:left;
	font-weight: bold;
	text-decoration: none;
	border: 0px;
}

	
a:hover {
	color: #000;
	background-color: #EEE;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align:right;
	font-weight: bold;
	text-decoration: underline
}

/* MENU STYLES */


#menu ul{
text-align:right;
margin:0;
margin-left: 0px; 
padding: 0px;
list-style: none;
}

#menu li{
display: inline;
padding: 0px;
}

#menu a{
font: bold 11px Tahoma;
float: left;
display: block;
color: #FFF;
padding: 5px 15px;
text-decoration: none;
letter-spacing: 1px;
background-color: #0E7AD2; 
}

#menu a:hover{
background-color: #EEE; 
color: #000;
}

#menu #current a{ 
background-color: #EEE; 
color: #000;
}



/* FOOTER LINK STYLES */

a.footer:link {
	color: #555;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	background-color: inherit;
} 
    
a.footer:visited {
	color: #555;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold;
	background-color: inherit;
}
 
a.footer:hover {
	color: #333;
	font-family: tahoma;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	background-color: inherit;
}
   
a.footer:active {
	color: #777;
	font-family: tahoma;
	font-size: 9px;
	font-weight: bold
}  



pre {
	margin-left: 119px;
	margin-right: 119px;
	overflow: hidden;
	background-color: #DDD;
	border: 1px solid #999;
	padding: 4px;
}

td {
	padding-top: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	text-align:center;
	color:#000000;
	background-color:#EEE;
	padding: 5px;
}