body, td, div
{
	font-family: Helvetica, Arial, Myriad, sans-serif;
	font-size: 14px;
}

body
{
	background-color: #fff;
	margin: 0;
	padding: 0;
	color: #544D91;
}

a
{
	color: #9c36b5;
}

h1
{
	margin-top: 5px;
	font-weight: normal;
	color: #0C1452;
}

h2
{
	font-weight: normal;
	padding: 5px;
	background-color: #fffbbb;
	color: #544D91;
}

p
{
	line-height: 16px;
	padding-left: 25px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#header
{
	background-image: url(/images/header_background.png);
	background-repeat: repeat-x;
	height: 125px;
}

#logo
{
	margin-left: 70px;
	margin-top: 20px;
}

#navigation
{
	background-color: #fffbbb;
	padding: 5px 70px;
	border-bottom: 1px solid #9c36b5;
}

#navigation a
{
	font-size: 17px;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 15px;
	margin-left: 5px;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#navigation a.selected
{
	background-color: #fff;
	padding: 5px 15px 5px 15px;
	border: 1px solid #9c36b5;
	border-bottom: 1px solid #fff;

    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

#content
{
	padding-top: 25px;
	margin: 0 75px;
}

#footer
{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
	font-size: 12px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

