/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: url(images/homepage01.jpg) repeat left top;
	font: 70%/150% 'Lucida Grande', Verdana, Arial, Sans-Serif; 
	background-color: #333;
}

/** BACKGROUNDS */

.bg1 { background: url(images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(images/homepage06.jpg) no-repeat left top; }
.bg3 { background: url(images/homepage16.gif) repeat-y left top; }
.bg4 { background: url(images/homepage20.gif) repeat-x left top; }

body,tr,td,th,p {
	color: #333333;
	text-align: left;
}

a,a:link,a:visited,a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #6699ff;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Verdana, Sans-Serif; 
	font-weight: normal;
	margin:0;
	padding: 0 0 5px 0;
}
h1,h3,h5 {
	color:#003399;
        line-height: 
}

h2,h4,h6 {
	color:#003399;
}

h1 {
        font-size: 24px;
        line-height: 26px;
}

h2 {
        font-size: 22px;
}

h3 {
        font-size: 20px;
}

h4 {
        font-size: 18px;
}

h5 {
        font-size: 16px;
}

p {
        font-size: 14px;
}

blockquote {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	border-left: 5px solid #DDDDDD;
	border-right: 5px solid #DDDDDD;
	font-weight: bold;
}
ol {
	padding: 0 0 5px 20px;
	color: #003399;
}
ul {
	list-style-type: square;
	margin: 10;
	padding: 10px  0 10px 10px;
	color: #003399;
}
li {
	margin: 0;
	padding: 0px;
	color: #333333;
	font-weight: normal;
	vertical-align: bottom; /* This fixes the IE5 Win gap! */	
}
code {
  font-size: 100%;
}
hr {
  border: 0px;
  border-bottom: 1px dotted #CC3300;
  text-align:center;
  height: 0px;
}
img {border:0 }


/* navigation */

.menu a {
	margin-left: 2px;
	padding: 7px;
	color: #003399;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.menu a:hover {
	color: #6699ff;
}

.menu ul {
padding: 0px;
margin-left: 0;
border-bottom: 1px solid gray;
width: 200px;
}

.menu li {
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}

.menu li a { text-decoration: none; }









/* layout*/


.content {
	padding-top: 50px;
}

.footer { 
	padding: 15px 5px 0px 0; 
	clear: both; 
	text-align: center; 
	font-size:10px; 
	color: #999999; 
}
.footer a, .footer a:link, .footer a:visited, .footer a:active {
	color: #999999;
}
.footer a:hover {
	color: #003399;
}

