/* PAGE ATTRIBUTES */

#wrapper {
	width: 706px;
	color: #666;
	margin: 0 auto;
	padding: 0;
	background-color: #F0F0F0;
}
#mainContent {
	width: 706px;
	margin: 0 0 0 0px;
	text-align: center;
}
#footer {
	font-size: 9px;
	text-align: left;
	margin: 6px auto;
}

/* WRITTEN CONTENT ATTRIBUTES*/

@font-face {
    font-family: 'NeoTechRegular';
    src: url('fonts/neotech-webfont.eot');
    src: url('fonts/neotech-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/neotech-webfont.woff') format('woff'),
         url('fonts/neotech-webfont.ttf') format('truetype'),
         url('fonts/neotech-webfont.svg#NeoTechRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1 {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 50px 16px 25px 16px;	
	clear: right;
}

h2 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 16px 16px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin: 12px 16px;
	clear: right;
}

h4 {
	font-size: 14px;
    font-weight: bold;
	text-align: left;
	margin: 12px 16px;
}

p {
	font-size: 14px;
	font-weight: regular;
	text-align: left;
	margin: 12px 16px 0 16px;
	clear: right;
	white-space: pre-line;
}

h5 {
	font-size:10px;
	font-weight:regular;
	text-align:left;
	margin:0;
	color:#7db904;
	font-variant:small-caps;
}

.note {
	color:#F00;
	font-size: 12px;
	margin: 0 16px;
}

.sold {
	color:#F00;
	font-size: 22px;
	margin: 10px 16px 10px 16px;
	text-align: center;
	font-style: italic;
	font-family: "Lucida Calligraphy", "Lucida Handwriting", "Comic Sans";
}
	

/* IMAGE ATTRIBUTES*/

.floatright {
	float: right;
	margin:0 0 0 8px;
}
.naviBar {
	clear: right;
	margin: 0 2px 0 2px;
	border: 0;
}
.side {
	text-align: center;
	font-size: 10px;
	margin: 0 auto 25px auto;
	display: block;
	white-space: pre-line;
	border-bottom:1px dashed #CCCCCC;
}
.imgmiddle {
	margin: 20px auto;
	display: block;
}
.imgcentred {
	margin: 0 auto;
	display: block;
}

#flashcontent {
	font-weight: bold;
	margin: 20px 41px;
}
.tag	 {
	text-align: left;
	font-size: 12px;
}

/*LINK ATTRIBUTES*/

a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #5F8E00;
}
a:visited {
	color: #5F8E00;
}
a:hover{
	color: #93C700;
	text-decoration: underline;
}

a:active {
	color: #93C700;
	text-decoration: underline;
	font-weight: bold;
	text-align: right;
}
/*TABLE ATTRIBUTES*/

table {
	font-size: 13px;
	text-align: center;
	font-weight: normal;
	border-spacing: 1px;
	border-collapse: collapse;
}
caption {
	font-size: 1.3em;
}
/*LIST*/

ol {
	list-style-type: decimal;
	text-align:left;
	font-size: 14px;
}

ol ol {
	list-style-type: none;
	font-size: 14px;
}

ol ol ol {
	list-style-type: none;
	font-size: 14px;
	color: #F00;
}

ul {
	font-size: 12px;
	text-align: left;
}

.points {
	list-style-type: none;
	font-variant: small-caps;
	color: #5F8E00;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	margin: auto 16px;
}

