﻿
/***********************************************************************
						reset and clearing
*************************************************************************/
:link,:visited {
	text-decoration : none;
}

ul,ol {
	list-style : none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size : 1em;
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin : 0; padding : 0;
}
ul{
	margin-left:1em;
}
a img,:link img,:visited img {
	border : none;
}
/* 
	**easy clearing 
	Any container with class="clearer" will expand around enclosed floated elements
*/
.clearer:after, #contact:after
	{
	content: '[HI MUM]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.clearer, #contact
	{
	display: inline-block;
	}
/*\*/
.clearer, #contact
	{
	display: block;
	}
/* end easy clearing */

/* Safari needs this - otherwise the ghost overflow, though painted 
correctly obscures links and form elements that by rights should be above it.
An unintended side-effect is that it cause such elements to vanish in IE 5.01
and 5.5, hence the child selector hack */
* > #footer, * > form, * > .output
	{
	position: relative;
	z-index: 1000;
	}
	
/***********************************************************************
						
*************************************************************************/
body {
	background-color: #ffffff;		
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 12px;
}

#container { 
	width:598px;		
	margin:0 auto;	
	text-align:left;
	border: 1px solid #1B4C67;		
}

#heading {
	background-image:url(../images/heading_bg.jpg);
	background-repeat:no-repeat;
	width:598px;
	height:181px;		
}

#date { 
	width:230px;
	color: #0D3090;
	font-size: 11px;
	font-weight:bold;
	float:right;
	margin:150px 0px 0px 0px;
}

#content {
	padding:50px 30px 30px 30px;
}

h1 {	
	font-weight:bold;
	font-size: 17px; 
	color:#000080; 
}

h2 {	
	font-weight:bold;
	font-size: 15px; 
	color:#FF3296;
	padding-top:15px;
	padding-bottom:3px; 
}

p {	
	padding:10px 0px 10px 0px;
}

.pad {padding:10px 30px 10px 30px;}

.normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #000080;
	font-size: 12px;
	font-weight:normal;
	font-style:normal;
}

a {
	color:#19AD01;
	text-decoration:none;
	font-weight:bold;
}

.author {
	color:#19AD01;	
	font-weight:bold;
	font-size:14px;
}

.quote {
	margin:5px 0px 0px 0px;		
	color: #000080;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;	
}
.symbol { 
	color:#19AD01;
	font-weight: bold;	
	font-size: 18px;	
	padding-bottom:0px;
}

.green {color:#19AD01;}
.blue {color:#000080;}
.pink {color:#FF3296;}

ul {
	padding:6px 21px;
	list-style-image:url(../images/greendot.gif);
	list-style-position:outside;	
}

ol {
	padding:6px 21px;
	list-style-type:decimal;
	list-style-position:outside;	
}

ul.pinklist {
	padding:6px 21px;
	list-style-image:url(../images/pinkdot.gif);
	list-style-position:outside;	
}

li {
	padding:2px 3px;		
}

#footer { 
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:598px;
	height:175px;
	color:#FFFFFF;
	font-size:11px;
	margin:0px 0px 0px 0px;	
	padding:0px 0px 0px 0px;	
}

#copyright { 
	float:left;
	width:200px;
	margin:152px 0px 0px 10px;	
	padding:0px 0px 0px 0px;	
}

#addresses { 
	float:right;
	width:180px;
	margin:70px 0px 0px 30px;	
	padding:0px 0px 0px 0px;	
}

#addresses  p {padding:20px 0px 00px 0px;}

#addresses  a {color:#ffffff; font-weight:bold;	}