﻿/*
color swatches 
background blue: #141439
*/

body {
	margin: 10px;
	background-color: #141439;
	padding: 0px;
}
p	{
	font-family: Verdana;
	font-size:small;
}


		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
*/

#tlc, #trc, #blc, #brc	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc {
	background-image:url("file:///C:/Documents and Settings/Anne/My Documents/My Web Sites ICC/images/corners/tl.png");
	background-position: 0% 0%;
	}

#trc {
	background-image:url("file:///C:/Documents and Settings/Anne/My Documents/My Web Sites ICC/images/corners/tr.png");
	background-position: 100% 0%;
	}
	
#blc {
	background-image:url("file:///C:/Documents and Settings/Anne/My Documents/My Web Sites ICC/images/corners/bl.png");
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url("file:///C:/Documents and Settings/Anne/My Documents/My Web Sites ICC/images/corners/br.png");
	background-position: 100% 100%;
	}

.title	{
	font-family: Verdana;
	font-style: italic;
	font-size: x-small;
}

.body	{
	font-family: Verdana;
	text-align: left;
}

.firstline	{
	font-family:Verdana;
	text-align:center;
	font-weight:bold;
}

	

/* Styles for DIV tags */
#container {
	text-align: center;
	width: 920px;
	margin: 0 auto;
}
#masthead {
	background-position: center;
	padding: 5px;
	width: 900px;
	margin: 0 auto;
	
}
#navigation {
	width: 915px;
	margin: 0 auto;

}

#columnleft {
	clear: both;
	text-align:center;
	background-color:#FFFFFF;
	padding: 0px;
	width: 915px;
	margin: 0 auto;
	}
	
#image {
	margin-bottom: 10px;
	margin-left: 10px;
	border-style:none;
}
#footer {
	clear: both;
	background-color: white;
	width: 800px;
	margin: 0 auto;
	padding:5px;
	}
	

/* Styles for Navigation */
#navigation ul {
	list-style-type:none;
	width: 900px;
	margin: 0px;
	padding: 5px;
}
#navigation li {
	float: left;
}
#navigation p {
	font-family: Verdana, sans-serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: white;
}
#navigation a {
	color:white;
	padding: 5px;
	display: block;
	border: none;
	text-align:center;
	text-decoration: none;
	
}
#navigation a:hover {
	color: #CC0000;
	text-decoration: none;
	background-color: #141439;
}
#navigation a:active {
	color:#CCCCCC;
}

/* Styles for Left Column */
h1 {
	font-family: Verdana;
	font-size: xx-large;
	margin-top: 0px;
}
h2 {
	font-family: Verdana;
	font-size: x-large;
	margin-top: 0px;
}
h3 {
	font-family: Verdana;
	font-size: large;
	margin-top: 0px;
	font-style: italic;
}
h4 {
	font-family: Verdana;
	font-size: medium;
	margin-top: 0px;
	font-style: italic;
	text-decoration:underline;
}
h5 { 
	font-family: Verdana;
	font-size: x-small;
	font-style: italic;
	margin-top: 0px;
}
h6 { 
	font-family: Verdana;
	font-size: small;
	padding:1px;
	text-align: center;
	font-weight:lighter;
	}
a {
	font-family: Verdana;
	color: #1B461B;
}

a img {
    border:none;
 }
a:link {
	font-family: Verdana;
	color: #29296A; 
	text-decoration: none; 
	font-weight: bold;
	font-size:small;
}   
a:visited {
	font-family: Verdana;
	color: #666666; 
	text-decoration: none; 
	font-weight: bold;
	font-size:small;

}
a:hover {  
 	font-family: Verdana;
	color: #286928;
	text-decoration: none; 
	font-weight: bold;
	font-size:small;
  }

/* Styles for Footer */
#footer p {
	margin: 0;
	text-align: center;
	font-size:x-small;
}
#footer a:link {
	color: #29296A; 
	text-decoration: none; 
	font-size:small;
}   
#footer a:visited {
	color: #666666; 
	text-decoration: none; 
	font-weight: bold;
	font-size:small;
}
#footer a:hover {  
 	color: #286928;
	text-decoration: none; 
	font-weight: bold;
	font-size:small;
  }
p.bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pi	{
	font-family:Verdana;
	font-style:italic;
	font-weight:bolder;
}


