/* GENERAL */

body 			{
	margin: 25px 0 0px 0;
	color: #333;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #CCCCCC;
}


#boxContainer	{ width: 800px; position: relative; margin: 0 auto; text-align: left; }
#boxContent		{ width: 800px; position: relative; background: #fff; }
#branding { height: 150px; background: #FFFFFF;}

img				{ border-width: 0px; text-decoration: none; vertical-align: middle; }


/* LINKS */

a:link			{
	font-size: 12px;
	color: #0033CC;
	text-decoration: none;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited		{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:hover			{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:active		{
	font-size: 12px;
	color: #ff0000;
	text-decoration: none;
	font-weight: lighter;
}



/* CONTENT */

#boxContent p {margin-left: 1em; margin-right: 1em; margin-top: 0; margin-bottom: 2em; }
#boxContent ul {list-style-type: none;}
#boxContent ul img {float: left; border: 1px solid #a9a9a9; padding: 4px; margin-top: 1em; margin-left: 1em; margin-bottom: 1em;}
#boxContent h3 {margin: 0; padding: .2em; background-color: #99CCCC; display: inline-block; padding-left: .2em; }
#boxContent li { 
float:left;
width: 350px;
height: 270px;
margin: 0;
padding-top: .5em;
padding-right: .5em;
padding-left: .5em;
border: 1px dotted #333;
line-height: 110%;
}

#footer { clear: both; margin-top: 1em;}
#footer p { text-align: center; font-size: 10px; margin-bottom: 0; padding-bottom: 0;}
#footer img {margin: 0; padding: 0;}

