
/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #666;
	background-color: #000000;
/* 
	background-image: 
	url('newImages/dn.jpg');
	background-repeat: repeat-y
*/
}

a
{
	color: #ffffff;
	text-decoration: underline;
}

a:hover
{

}

/* Outer */

#outer
{
	padding: 20px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}


/* Header */

#header
{
	position: relative;
	background: #505050 url('images/answer_banner.gif') bottom left repeat-x;
	height: 194px;
}



/* Footer */

#footer
{ 
	position: relative;
	background: #ffffff;
	color: #1B1B1B;
	padding: 7px 20px 7px 20px;
	font-size: 0.8em;
}

#footer ul
{
	display: inline;
	list-style: none;
}

#footer li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #1b1b1b;
}

#footer li.seperator
{
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: solid 1.0px #1b1b1b;
}

#footer li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#footer li a
{
	color: #1b1b1b;
	padding: 0.1em;
	text-decoration: none;
}

#footer li a:hover
{
	text-decoration: underline;
}


/* Menu */

#menu
{
	position: relative;
	background: #1B1B1B;
	padding: 7px 20px 7px 20px;
	font-size: 0.85em;
	background-image: 
	url('images/menubar_background.gif');
	background-repeat: repeat-y

}

#menu ul
{
	list-style: none;
}

#menu li
{
	display: inline;
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: dotted 1px #ffffff;
}

#menu li.seperator
{
	padding-left: 1.1em;
	margin-left: 1em;
	border-left: solid 1.0px #ffffff;
}


#menu li.first
{
	border: 0em;
	margin-left: 0em;
	padding-left: 0em;
}

#menu li a
{
	color: #fff;
	padding: 0.1em;
	text-decoration: none;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#borderlesscontent
{
	text-align: justify;
	background: #343434;
	color: #ffffff;
	padding: 0;
	width: 700px;
	background-image: 
	url('images/content_background.gif');
	background-repeat: repeat-y
}

#content
{
	line-height: 1.5em;
	text-align: justify;
	background: #343434;
	color: #ffffff;
	padding: 20px;
	width: 660px;
	padding-top: 3em;
	background-image: 
	url('images/content_background.gif');
	background-repeat: repeat-y

}

#content p
{
	margin-top: 0.5em;
	margin-bottom: 3em;
	text-align: justify;
}

#content li
{
	text-align: left;
	margin-bottom: .5em;
}


#content h2,h3,h4,h5,h6
{
	color: #ffffff;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin: 0;
	margin-left: 2em;
	list-style: square;
	
}

#content blockquote
{
	margin-bottom: 1.5em;
	padding: 0.75em 0.75em 0.75em 1.5em;
	border-left: solid 0.75em #005082;
}

#content blockquote p
{
	margin-bottom: 0em;
}


/* Primary Content */

#primaryContentContainer
{
	text-align: justify;
	padding: 0px;
	margin: 0px;
	border: 0px;
	line-height: 1.8em;
	font-size: 0.9em;
}


/* Footer */

#footer
{
	position: relative;
}



.clear
{
	clear: both;
}

.emphasised
{
	font-weight: bold;
}

.emphasisedintro
{
	line-height: 2em;
	font-weight: bold;
}


.invisibleTable
{
	text-align: left;
    border-width: 0;
	border-spacing: 0;
    border-collapse: collapse;
	margin-top: 20px;
}


.invisibleTable td
{
	border-width: 0;
    padding: 10px 20px 10px 0px;
	margin: 0;
	line-height: 1.5em;
	vertical-align: top;
}


.presentationTable
{
	text-align: left;
    border-color: #ffffff;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-spacing: 0;
    border-collapse: collapse;
	margin-top: 20px;
}


.presentationTable td
{
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px 1px 0 0;
    padding: 10px;
	margin: 0;
	line-height: 1.5em;
	vertical-align: top;
}

.presentationTableHeader td
{
	font-weight: bold;
	background: white;
	color: #1b1b1b;
	padding-top: 5px;
	padding-bottom: 5px;
}

.imagelink
{
border: 3px solid #ffffff;
}
