
body{
	font-family: arial, helvetica, sans serif;
	font-size: x-small;
	font-weight: normal;
	color: #333;
	background-color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px 0px 0px 0px;
}

table{
	font-size: x-small;
	color: #333; 
}

#homeimages{
	background-color: #fff;
}

#homeimages img{
	border-top: 5px solid #fff;
	border-right: 5px solid #fff;
}

#content{
	background-color: #FFFFCC;
	height: 44px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#content2{
	background-color: #FFFFCC;
	padding-left: 15px;
	padding-right: 15px;
}

#menu1{
	font-family: arial, helvetica, sans serif;
	font-size: 90%;
	font-weight: bold;
	color: #003399;
	background-image: url(images/header_logo.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
	padding-right: 10px;
}

#menu1 a{
	color: #003399;  /*white */
	text-decoration: underline;
}

#menu1 a:hover{
    color: #003399;  /*white*/
	text-decoration: none;
}

#menu{
	font-family: arial, helvetica, sans serif;
	font-size: 90%;
	font-weight: bold;
	color: #fff;
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-y;
	border-top: 5px solid #fff;
	padding-right: 10px;
}

#menu a
{
	color: #fff;  /*white */
	text-decoration: underline;
}

#menu a:hover{
    color: #fff;  /*white*/
	text-decoration: none;
}

#heading{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	font-weight: bold;
	color: #fff;
	background-image: url(images/title_background.gif);
	background-repeat: repeat-y;
	border-top: 5px solid #fff;
}

#heading a{
	color: #fff;  /*white */
	text-decoration: none;
}

#heading a:hover{
    color: #fff;  /*white*/
	text-decoration: none;
}

#heading p{
	padding-left: 10px;
}

#largeimages{
	background-color: #fff;
	padding-top: 5px;
}

h1{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	font-weight: bold;
	color: #003399; /* blue*/
}

h2{
	font-family: arial, helvetica, sans serif;
	font-size: x-small;
	font-weight: bold;
	color: #003399; /* blue*/
}

h3{
	font-family: arial, helvetica, sans serif;
	font-size: small;
	font-weight: normal;
	color: #003399; /* blue*/
}

a{
	color: #003399; /* blue*/
	text-decoration: underline;
}

a:visited{
    color: #003399; /* blue*/
	text-decoration: underline;
}

a:hover{
    color: #003399; /* blue*/
	text-decoration: underline;
}

.blue{
    color: #003399;  
}

.small{
	font-size: xx-small;
	font-weight: bold;
}

#footer{
	padding-top: 5px;
}

.right{
	float: right;
	margin-left: 10px;
}

