﻿/* Default CSS Stylesheet for a new Web Application project */
html, body {height:100%;}
body
{
    background-color : #da8d1b;
    font-family: Verdana, Arial, Helvetica, Sans Serif;
    font-size: 12px;
    font-weight : normal;
    letter-spacing : normal;
    text-transform : none;
    word-spacing: normal;
    margin-top : 0px;
    margin-left : 0px;
    line-height:normal ;
}	

 /* Layout styles */
        .clear
        {
            clear: both;
            display: block;
            height: 1px;
            overflow: hidden;
            margin: 0;
            padding: 0;
        }
        #wrapper
        {
            background-color:transparent;
            margin-left: auto;
            margin-right: auto;
            margin-top: 0px;
            width: 635px;
            padding-left:0px;
            padding-right:5px;
        }
        #header
        {
        	height:150px;
        	border-bottom:dotted 2px #ffffff;
        	margin-bottom:20px;
        }
        #col1,#col2,#col3
        {
        	float:left;
        	width:210px;
        	font-size:12px;
        	line-height:18px;
        	margin-right:10px;
        }
        #col1 p,#col2 p
        {
        padding-right:35px;

        }
        #col3
        {
        	float:left;
        	margin-right:-30px;
       
        }
        #footer
        {
        	height:25px;
        	border-top:dotted 2px #ffffff;
        }
       
/* General links */

A, A:visited
{
text-decoration:none;
color:Blue;
}
A:hover
{
text-decoration: underline;
}
IMG {
border: 0px;
}
.nav_head
{
	text-decoration: none;
}
.nav_head:hover
{
	text-decoration: none;
}
.arrow
{
	list-style-image:url('images/bullet.gif')
}
.arrow li
	{
		color:#ffffff;
	}
.arrow a
{
	color: #000;
}
.arrow a:hover
{
	color: #ffffff;
}
#footer_logos
{
	text-align:right;
	color:#ffffff;
}
#footer_logos img
{
	padding-left:20px;
	padding-top:10px;
}