/* Stylesheet for DocDiamond.com */
/* Steve Sque 2008+              */

/* GLOBAL RESET */

* {
	margin:     0;
	border:     0;
	padding:    0;
	background: transparent;
}

/* HTML TAGS */

body {
	background:  #333366;
	color:       #000000;
	font-family: arial, sans-serif;
	font-size:   14px;
}

a {
	font-weight:      bold;
	color:            #0033cc;
	text-decoration:  underline;
}

abbr, acronym
{
	border-bottom: 1px dotted;
}

blockquote {
	display:    block;
	margin:     4em 2em;
}

blockquote p {
	display:    block;
	margin:     0;
	font-size:  125%;
	font-style: italic;
}

blockquote cite {
	color:       #660000;
	display:     block;
	margin:      0.5em 0 0 0;
	text-align:  right;
	font-style:  normal;
	font-weight: bold;
}

cite {
	color:      #003300;
	font-style: italic;
}

label {
	font-weight: bold;
}

p {
	margin:     1em 0 1em 0;
	text-align: justify;
}

h1 {
	color:       #ffffff;
	font-size:   167%;
	font-family: georgia, serif;
	line-height: 167%;
}

h2 {
	color:       #990000;
	font-size:   150%;
	font-family: georgia, serif;
	line-height: 150%;
	margin:      0.5em 0 0.5em 0;
}

h3 {
	color:       #660000;
	font-size:   133%;
	line-height: 133%;
	margin:      1.5em 0 0.5em 0;
}

h3 a {
	color:       #660000;
}

h4 {
	color:       #330000;
	font-size:   117%;
	line-height: 117%;
	margin:      1em 0 0.5em 0;
}

hr {
	color:      #336699;
	background: #336699;
	height:     1px;
	margin:     1em 0 1em 0;
}

input {
	border:     1px solid #333333;
	margin:     0 0 0.5em 0;
	background: #eeeeee;
}

table {
	color:           #000000;
	background:      #eeeeee;
	border-collapse: collapse;
}

th {
	color:      #ffffff;
	background: #222222;
	border:     1px solid #333333;
	padding:    5px;
}

td {
	border:  1px solid #333333;
	padding: 5px;
}

textarea {
	border:     1px solid #333333;
	margin:     0 0 0.5em 0;
	background: #eeeeee;
}

ul {
	margin:          1em 1em 1em 2em;
	list-style-type: square;
}

ol {
	margin: 1em 1em 1em 2em;
}

li {
	text-align: justify;
}

dl {
	margin:      0 0 1em 0;
}

dt {
	margin:      0.5em 0 0 0;
	font-weight: bold;
}

dd {
	text-align: justify;
}

/* IDENTIFIERS */

#container {
	background: url("/images/bg-fade.png") center repeat-y;
	margin:     0 auto;
	width:      768px;
}

#title {
	height: 95px;
	width:  748px;
	margin: 0 10px 0 10px;
}

#title h1 {
	display: block;
	height:  100%;
	width:   100%;
}

#title h1 a {
	display:     block;
	height:      100%;
	width:       100%;
	outline:     none;
	text-indent: -6000px;
	background:  #111111 url("/images/title.jpg") no-repeat top left;
}

#navigation
{
	height:     25px;
	width:      748px;
	margin:     0 10px 0 10px;
	background: #000000 url("/images/navigation.jpg") no-repeat top left;
}

#navigation ul
{
	border:          0;
	margin:          0;
	padding:         0;
	list-style-type: none;
	text-align:      center;
}

#navigation ul li
{
	float:      left;
	text-align: center;
	padding:    0;
	margin:     0;
}

#navigation ul li a
{
	width:           106.857143px;
	height:          25px;
	padding:         0;
	margin:          0 0 10px 0;
	border:          0;
	color:           #ffffff;
	font-weight:     normal;
	text-decoration: none;
	display:         block;
	text-align:      center;
	line-height:     25px;
}

#navigation ul li a:hover
{
	background: #444444;
}

#main {
	margin:  0 10px 0 10px;
	padding: 10px;
	width:   728px;
}

#footer {
	clear:       both;
	color:       #ffffff;
	background:  #000000 url("footer.jpg") no-repeat;
	margin:      0 10px 0 10px;
	padding:     10px;
	height:      25px;
	width:       728px;
	line-height: 25px;
	text-align:  center;
}

#copyright {
	float: left;
}

#copyright a {
	color:           #ffffff;
	text-decoration: none;
}

#privacy {
	float:        right;
	margin-right: 5px;
	font-size:    85%;
}

#privacy a {
	color:           #cccccc;
	font-weight:     normal;
	text-decoration: none;
}

/* CLASSES */

.centre {
	text-align: center;
}

.floatleft {
	float:      left;
	margin:     10px 10px 10px 0;
	text-align: justify;
}

.floatleft img {
	margin: 0 0 5px 0;
}

.floatright {
	float:      right;
	margin:     10px 0 10px 10px;
	text-align: justify;
}

.floatright img {
	margin: 0 0 5px 0;
}

.boxed {
	background: #ddeeff;
	border:     0px solid #336699;
	padding:    10px;
}

.boxright {
	float:      right;
	background: #ddeeff;
	margin:     0 0 10px 10px;
	border:     1px solid #336699;
	padding:    10px;
	width:      210px;
}

.boxright h3 {
	margin-top: 0;
}

.special {
	display: none;
}