
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2,h3,h4,h5,h6
{
	color: #3b2041;
}

h2,h3{
text-align:center;
}

body,input
{
	font-family: Comic Sans MS;
	font-size: 10pt;
	color: #000000;
}



a
{
	color: #3b2041;
	
}

a:hover
{
	color: #af66d2;
        
        text-transform:bold;
	
}

/* Outer */

#outer
{
	margin: 1.5em auto 0em auto;
	width: 100%;
}

/* Header */

#header
{
	padding: 2.5em .5em 0em .5em;
	
}

#header h2
{
	font-size: 2.5em;
	font-weight: normal;
	color: #af66d2;
	display: inline;
	padding-left: 0.5em;
}



/* Menu */

#menu
{

	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #af66d2;
	
	width: 100%;
}

#menu ul
{
	float: right;
	padding: 1em .5em 1em .5em;
	list-style: none;
}

#menu li
{
	display: inline;
	padding-right: 1.5em;
	font-size: 1em;
}

#menu li a
{
	color: #fff;
	background-color: inherit;
}

#menu li a:hover
{
	color: #3b2041;	
	text-decoration: none;
	border-bottom: solid 1px #558800;
	background-color: #e7d7fd;   
}



/* Content */

#content
{
	padding-left: 2em;
	padding-right: 2em;
}

.box
{
	margin-bottom: 1.25em;
        background-color:#af66d2;
}

.boxContent
{
	margin-top: 0.5em;
	padding: 1.25em 1em 0.25em 1em;
	background: #ffffff;
        border: ridge 3px #af66d2;
        text-align:center;
}



/** Content **/

#content p
{
	margin-bottom: 1em;
	text-align: justify;
	line-height: 1.5em;
}

#content strong
{
	color: #444;
}

#content h2,h3,h4,h5,h6
{
}

#content h2,h3
{
}

#content h3
{
	font-size: 2.0em;
}

#content h2
{
	font-size: 1.25em;
}

#content ul
{
	margin-bottom: 0em;
	padding-left: 1em;
	line-height: 1.8em;
	list-style: none;
}



#content table
{
	
	
        border:solid 1px #cab8f2;
        text-align: center; margin-left: auto; margin-right: auto;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
	color: #444;
}

#content table td
{
	padding: 0.5em;
        text-align: center; margin-left: auto; margin-right: auto;
}

#content table tr.rowA
{
	background-color: #e7d7fd;
	color: inherit;
        border:solid 1px #cab8f2;
	text-align: center; vertical-align: top;
}

#content table tr.rowB
{
	background-color: #fafafa;
	color: inherit;
        border:solid 1px #cab8f2;
        text-align: center; vertical-align: top;
}
#content table tr.rowC
{
	background-color: #cab8f2;
	color: inherit;
        border:solid 1px #cab8f2;
        text-align: center; vertical-align: top;
}
/* Primary Content */

#primaryContentContainer
{
	float: right;
	margin-left: -19em;
	width: 90%;
}

#primaryContent
{
	margin: 0em 0em 0em 15em;
	padding: .5em .5em .5em .5em;
}

/* Secondary Content */

#secondaryContent
{
	float: left;
	width: 18em;
        padding:.5em;
}

/* Footer */

#footer
{
	border-bottom: solid 3px #af66d2;
	text-align: center;
	padding: 1.5em 0em 1.5em 0em;
}

.clear
{
	clear: both;
}

