/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:left;
	background: #fff;
	color: #000;
	padding: 20px;
}

body, tr,
td, input,
select, textarea 	{font:normal small/1.3 Arial, Helvetica, sans-serif;}

a				{outline: none;}
a:link 			{color:#000; text-decoration:underline;}
a:visited 		{color:#300; text-decoration:underline;}
a:hover 		{color:#600; text-decoration:none;}
a:active 		{color:#900; text-decoration:none;}


h1, h2, h3 		{font-family: "Times New Roman", Times, serif; color: #336699;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1 					{font-size:20px; margin:0 0 26px 0;font-family: Georgia}
h2 					{font-size:18px; margin:8px 0;}
h3 					{font-size:16px; margin:6px 0 7px;}
h4 					{font-size:x-small; margin:4px 0;}
h5					{font-size:xx-small; margin:3px 0;}
h6 					{font-size:xx-small; margin:0;}
hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

#preload {display: none;}
.clr {clear:both;}
.clear-left {clear:left;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}
.skiplinks {display: none;}

/* Standard Layout */

#header h1  {
	font-size: 24px;
	border-bottom: 1px dashed #ccc;
}

#header h1 a  {
	text-decoration: none;
}

#footer {
	clear: both;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}



#footer a:link {color: #8C4040; text-decoration: none;}
#footer a:visited {color: #8C4040; text-decoration: none;}
#footer a:hover {color: #336699; text-decoration: underline;}

/* Navigation - Use this for very basic horizontal text based nav */

.small-nav,
#nav {display: none;}





