/* General DMACC font stylesheet */

body /* Page-wide settings */ 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}

/* Link styling */
a
{
	text-decoration: none;
	color: #0000CC;
}

a:hover
{
	text-decoration: underline;
}
/* End link styling */

/* Heading classes */
h1
{
	font-size: 110%;
	font-weight: bold;
}

h2
{
	font-size: 125%;
	color: #003896;
	font-weight: bold;
}

h3
{
	font-size: 100%;
	color: #003896;
	font-weight: bold;
}

h4
{
	font-size: 100%;
	font-weight: bold;
}
/* End heading classes */

/* Styling for header elements */
#header
{
	font-size: 110%;
	color: #FFFFFF;
	font-weight: bold;
}

.logoarea h1
{
	font-size: 80%;
	font-weight: normal;
}

#searchbar
{
	font-size: 80%;
	font-style: normal;
}
/* End styling for header elements */

.topnav /* Styling for text in the top navigation.  Changing this may necessitate changes in topnav.css */
{
	font-variant: normal;
	font-size: 75%;
}

/* Styling for footer elements */
#footer .copyright p
{
	color: #adcfe6;
	font-size: 80%;
	text-align: center;
	margin: 5px;
}

#footer .copyright a
{
	color: #adcfe6;
}

#footer .copyright a:hover
{
	color: #ffffff;
}
/* End footer styling */

/* Right column styling */
#content .rightcolumn h1
{
	font-size: 100%;
	color: #b5ba05;
	padding-left: 32px;
	margin: 0 5px 0 0;
	font-weight: bold;
	clear: both;
}

#content .rightcolumn p
{
	
	font-size: 90%;
	color: #ffffff;
}

#content .rightcolumn a
{
	color: #fcc917;
}

#content .rightcolumn ul
{
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	float: left;
}

#content .rightcolumn ul li
{
	margin: 0;
	padding: 0;
	width: 188px;
	float: left;
	clear: both;
}

#content .rightcolumn ul li a
{
	font-size: 80%;
	color: #ffffff;
	text-decoration: none;
	margin: 0 10px 0px 10px;
	padding: 0;
	float: left;
	clear: both;
}

#content .rightcolumn a:hover
{
	color: #f7a30a;
}

#content .rightcolumn .buttons
{
	margin-left: 10px;
}

#content .rightcolumn .buttons a
{
	margin: 0;
}

#content .rightcolumn .buttons img
{
	border: none;
}

/* Generic styling classes */
.bold
{
	font-weight: bold;
}

.nomargin
{
	margin: 0;
}
/* End generic styling classes */
