body {
	margin: 0;
	padding: 0;
	font:80% 'Lucida Grande',Verdana, Helvetica, sans-serif;
	
}
#threeColLayout {
background: #CAC78A url(background.gif) repeat-x fixed;
}
#twoColLayout {
	background-color: #D6DCE0;
}
#oneColLayout {
background: #CAC78A url(background.gif) repeat-x fixed;
}

/* default links */

a:link {
background-color: transparent;
text-decoration: underline;
color: #006699;
}
a:hover {
background-color: transparent;
text-decoration: underline;
color: #999999}

a:visited {
background-color: transparent;
text-decoration: underline;
color: #006699
}

/* headers here */

#twoColLayout #wrapper #header #logo h1 {
	margin: 0;
	padding: 0px;
	font-size: 250%;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: inline;
}

h1 {
margin: 0;
padding: 2px;
font-size: 150%;
font-weight:normal;
}
h2 {
margin: 0;
padding: 2px;
font-size: 150%;
color: #006699;
font-weight:normal;
}
h3 {
padding: 2px;
font-size: 150%;
color: #006699;
font-weight:normal;
}
h4 {
padding: 2px;
font-size: 100%;
color: #006699;
font-weight:bold;
}


.destacado {
	background-color: #FFF8DF;
	margin: 10px;
	padding: 5px;
}


/* main wrapper that holds it all centrally */

#wrapper {
	width:750px;
	margin:0 auto;
	background-color: #FFFFFF;
	padding: 0 10px 10px 10px;
	background-image: url(images/fondoWrapper.gif);
}

/* default masthead holding the banner and mainNav */

#header {
	width: 750px;
	height: 200px;
	background-color: #55C2FB;
	background-image: url(images/header_home800.jpg);
}

/* now the three main columns, named in order of importance and display when styles switched off */

#primaryContent {
	text-align: justify;
	float:left;
	width:500px;
	display:inline;
	margin: 20px 0 20px 0;
	padding: 0 20px 0 20px;
	border-right: 1px solid #DBDBDB;

}


/* note here that specifying threeColLayout in the body will activate the following div instead of the default primaryContent */


#twoColLayout #wrapper #header #logo {
	padding-left: 25px;
	padding-top: 120px;
	width: 255px;
}
#secondaryContent{
float:left;
width:270px;
margin: 0 0 20px 15px;
}

#sideContent{
	float:right;
	width:180px;
	margin: 20px 0 20px 0px;
	padding: 10px;
}

/* just incase oneColLayout is specified in body, and these are left in, we turn them off - not ideal, but it works */

#oneColLayout #secondaryContent, #oneColLayout #sideContent {
display: none;
}

/* twoColContent - used to span two right-hand columns - ONLY LEAVE THIS IN IF I DISCUSS IT - box used only if no selector */

#twoColContent{
width:555px;
float:left;
margin: 0 0 20px 195px;
}


#footer{
	clear:both;
width: 750px;
height: 25px;
background: transparent url(footer.gif);
padding: 0px;
}
#footer p {
margin: 10px 10px 0 0;
padding: 20px 4px 4px 0;
font-weight: bold;
}

#footer a:link, #footer a:visited {
color: #D7D493;
}
#footer a:hover {
color: #000;
background: #D7D493;
}
/* horizontal main menu navigation - based on a method from Richard Rutter */

 #mainNav
{
	margin-top: 175px;
	margin-right: 0px;
	width:440px;
	padding: 0;
	font-weight: normal;
	font-size: 90%;
	text-align: right;
	float:right
}

#mainNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mainNav li
{
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: auto;
	list-style-image: none;
}

#mainNav a
{
color: #006699;
display: inline;
width: auto;
text-decoration: none;
margin: 0;
padding: 10px 10px;
border-right: 1px solid #FFF;
}

#mainNav a:hover, #mainNav a:active { color: #000000; }

#mainNav a.active:link, #mainNav a.active:visited
{
position: relative;
z-index: 102;
color: #FFFFFF;
font-weight: bold;
}

.person, .principle, .item {
	border-top: 1px solid #999999;
	margin: 15px 0px 30px 0px;
	padding: 5px 0px 0px 0px;
	clear: both;
}

.person h2, .principle h2, .item h2 {
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
}

.person img, .principle img, .item img {
	float: left;
	border: 1px solid #000000;
	margin: 14px 7px 5px 0px;
}

a.iconBox {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	line-height: 1.3em;
	display: block;
	background-color: #EEFBFE;
	background-image: url(images/brights_icon_blue_small.gif);
	background-repeat: no-repeat;
	background-position: 5px 50%;
	margin: 2em 0em 2em 0em;
	padding: 5px 5px 5px 55px;
	text-decoration: none;
}

a.iconBox:hover {
	text-decoration: none;
	color: #333399;
	background-color: #FFFCE3;
}

