﻿@import url('layout.css');
@import url('navigation.css');

	body {
	background-image:url('../images/main_background.gif');background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#000050;
	margin-top:10px
	}
/* Styles for DIV tags */

#container {
	border-width: 2px;
	background-color: #ccccff;
	border-style: solid;
}

#masthead {
	background-image: url('../images/HHS_masthead.jpg');
	background-repeat: no-repeat;

}
#secondarymasthead {
	background-image: url('../images/HHS_secondarymasthead.jpg');
	background-repeat: no-repeat;
}
#logo {
}
#secondarylogo {
}

#banner {
}
#content {
	background-color: #ccccff;
	border-style: solid;
	border-width: 1px;
	text-align: justify;
}
#secondarycontent {
	background-color: #ccccff;
	border-style: solid;
	border-width: 1px;
	text-align: justify;
}

#leftpanel {
	text-align:justify
	
}
#rightpanel {
	text-align:justify
}

#fullpanel {
	
}
#footer {
	margin-top: 1px;
	background-color: #ccccff;
	border-style: solid;
	border-width: 1px;
	text-align:center;
}

/* styles for Pop Ups */
.pu {
	font-family: arial, Helvetica, sans-serif;
	background-color: #ccccff;
	background-image:url('../images/swallowswatermark.jpg');
	border: 4px double #000050;
	padding: 3px;
	margin: 3px;
	float: left;
	text-align: justify;
	vertical-align: top;
}


/* Styles for Headings */
h1 {
	font-family: Georgia;
	font-size: larger;
	color: #FFFFFF;
	font-weight: normal;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
}

/* Styles for Links */
a:visited {
	color: #808080;
}
a:active {
	color: #000080;
}
a:hover {
	color: #000065;
}


