/*GLOBAL STYLES*/

body {
background-color: #4B828D;
margin:0;
padding:0;
}

.color{
	color:#A23747;
	font-weight: bold;
	}
.none{
	text-decoration:none
	}

 h1 {
	font-size:1.2em; 
	font-family: arial, sans-serif;
	color: #A23747;
	font-weight:bold;
	text-align:justify;

	}

h2 {
	font-size:1em; 
	font-family: arial, sans-serif;
	color: #4B828D;
	font-weight:bold;
	margin-bottom:0;
	text-align:justify;

	}

h3 {
	font-size:.9em; 
	font-family: arial, sans-serif;
	color: #A23747;
	margin-bottom:0;
	text-align:justify;

	}

h4 {
	font-size:.8em; 
	font-family: times new roman, serif;
	color: #A23747;
	margin-bottom:0;
	text-align:justify;

	}


table{
	width:100%;
	margin:0;
	}


.pictable{
	width: 270px;
	font-size: .9em;
	color: #fff5ee;
	padding: 0;
	margin: 1em;
	float: right;
	}

tr{
	vertical-align: top;
	}

td{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	text-align:center;
	margin-bottom:15px;
}
td a{
	color: #4B828D;
	text-decoration:underline;
	text-align:center;
}

th{
	font-size:1em ;
	font-family: arial, tahoma, sans serif;
	color: #4B828D;
	text-align:left;
}
	
td img{
	text-align: center;
	border:none;
	}

	
a {
	font-size:.9em; 
	font-family: arial,tahoma, sans serif;
	color: #A23747;
	text-decoration:underline;
	text-align:justify;

	}
	
a:hover {
	color: #4B828D;
	text-decoration:none;
	}

p{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	margin-top:0;
	text-align:justify;

}

ol li{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	margin: 1em 0 0 0;
	text-align: justify;
	}

ul li{
	font-size:.9em ;
	font-family: arial, tahoma, sans serif;
	color: #A23747;
	margin: 1em 0 0 0;
	text-align: justify;
	}	
/*Container*/
#container
{
width: 900px;
padding:0;
margin:0;
line-height: 130%;
border: 2px solid #42426F;
background-color: #ffffff;
}


/*Banner*/
#header
{
margin-bottom: 10px;
}
#header img{
display: block;
}
/*Information line*/
#info
{
width: 100%;
font-size:.9em; 
font-family: arial,tahoma, sans serif;
height:20px;
background-color:GRAY;
margin-bottom: 5px;
text-align:left;
}
#info p{
text-indent: 1em;
color: #ffffff;
}
/*Navigation*/
#navigation
{
float: left;
width: 180px;
margin:0;
padding:0;
}
#navigation a 
{
	font-family: arial,tahoma, sans serif;
	color: #4B828D;
	text-decoration:none;
	font-weight:bold;
	}
	
#navigation a:hover {
	color: #A23747;
	font-weight:bold;
	}
	
#navigation li {
	font-size:.9em; 
	font-family: arial,tahoma, sans serif;
	color: #4B828D;
	list-style-type:none;
	text-decoration:none;
	padding: 0 0 .5em .5em;
	border-bottom: 1px solid gray;
	text-align:left;
	}


#navigation ul {
	
	font-family: arial,tahoma, sans serif;
	color: #4B828D;
	text-decoration:none;
	padding: 0;
	margin: 0;
	}
#navigation img {border:none;}
/*Main Content*/
#content{
	float: left;
	width: 350px;
	margin:1em 0 0 .8em;
 }
/*Medium sized content*/
#content-medium{
	float: left;
	width: 640px;
	margin:1em 0 0 .8em;
 }
#content-medium a {
	font-size:.9em; 
	font-family: arial,tahoma, sans serif;
	text-decoration:none;
	font-weight: bold;
	color: #A23747;

	}
	
#content-medium a:hover {
	color: #4B828D;
	font-weight:normal;
	text-decoration:underline;
	}

#content-medium td{
	font-size:.8em ;
	font-family: arial, tahoma, sans serif;
	color: #333333;
	text-align:left;
}

 
/*Alternate larger content area*/
#content-large
{
float: left;
width: 650px;
margin:1em 0 0 .8em;
}

#box{
width:50%;
float: left;}
#box1{
width:50%;
float: right;}

.clear{clear:both}
/*Secondary content*/
#content-right
{
width: 350px;
padding: 0 .5em 0 .8em;
float: right;
}

.links{
	font-weight:bold;
	font-size:1.2em;
	}

.links1{
	font-weight:bold;
	text-indent:180px;
	}

/*Footer*/
#cards{
	width:50%;
	text-align:center;
}

#footer
{
width:100%;
clear: both;
background-color:white;
margin-top:25px;
padding-top:25px;

}

#footer p{
	text-align: center;
	font-size:xx-small; 
	font-family: arial, Arial Rounded MT Bold, sans serif;
	color: #A23747;
	letter-spacing:.1em;
	}

#footer
a {
	color: #3366FF;
	text-decoration: none;
	}
	
#footer
a:hover {
	color: #003399;
	text-decoration: none;
	font-weight: bold;
	}
img a {
    text-decoration: none;
	}