/*******************************Site Definitions and Colour Schemes******************************/
/* 

COLOURS:

Black: #FFFFFF
White: #000000

Medium Gold: #D9B200

Maroon: #4A0D0F
Red: #FF0000

Light Blue: #C1DAE6

DIMENSIONS:

Site width: 780 px
Content is center aligned at higher resolutions, content areas defined by left nav column, main 
graphic display area, and secondary promo/blog-type post mechanisms.

Left column: 190 px
Center area: 590 px



*/

/******** Main Style elements ********/

body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	vertical-align:middle;
	position:relative;
	margin:0px;
	background-color:#000000;
	color:#FFFFFF;
}

p  {
	text-align:justify;
}

p,td {}

h1 {
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	text-indent:10px;
}

h2 {
	font-size:14px;
	font-weight:bold;
	text-indent:10px;
}

h5 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:16px;
	vertical-align:middle;
	font-weight:normal;
	text-indent:10px;
}
a {}

a:link, a:visited, a:hover {
	color:#D9B200;
	text-decoration:none;
}

a:hover {
	color:#CCFF00;
}

img {
	border:none;
}

/****** Table Definitions *******/

table {
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-left:3px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	vertical-align:top;
}

/******* Layout Table Schematics ********/

#bgcontent {
	width:780px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-spacing:0px;
	border:none;
	border-collapse:collapse;
}

#bgheader {
	width:780px;
	height:135px;
	background-image:url(../images/bgimg-1_01.jpg);
	background-repeat:no-repeat;
}

#bgnavlinks {
	width:780px;
	height:28px;
	font-weight:700;
	font-size:14px;
	color:#C1DAE6;
	background-image:url(../images/bgimg-1_02.jpg);
	padding-top:3px;
	background-repeat:no-repeat;
	text-indent:10px;
}

#topbar {
	width:780px;
	height:150px;
	background-repeat:no-repeat;
	background-image:url(../images/bragheader.jpg);
}

#sectleft {
	width:260px;
	height:auto;
	vertical-align:top;
}

#sectmiddle {
	width:260px;
	height:auto;
	vertical-align:top;
}

#sectright {
	width:260px;
	height:auto;
	vertical-align:top;
}

/******** Navigation and Links Style ********/

.navlink:link, .navlink:visited, .navlink:hover {
	font-weight:700;
	font-size:14px;
	color:#C1DAE6;
}

special:link, special:visited {
	font-weight:bold;
	font-color:#FF0000;
}

.gold {
	font-weight:bold;
	font-style:oblique;
	color:#D9B200;
}

.title {
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	text-indent:10px;
}

.thumbs {
	background-color:#FFFFFF;
	border-width:medium;
	border-color:#4A0D0F;
	border-left-color:#4A0D0F;
	border-top-color:#4A0D0F;
	border-right-color:#4A0D0F;
	border-bottom-color:#4A0D0F;
	margin-left:auto;
	margin-right:auto;
	height:200px;
	width:200px;
	z-index:auto;
}

.thumbtitle {
	text-align:center;
	font-size:12px;
	font-weight:600;
	color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:10px;
	z-index:auto;
}

/******** Big images Popup Styles ********/

#popwin {
	width:780px;
	height:auto;
	background-color:#000000;
	border:none;
	border-collapse:collapse;
	margin-bottom:auto;
	margin-top:auto;
	margin-right:auto;
	margin-left:auto;
	position:relative;
}

.bigimg {
	height:auto;
	width:600px;
	margin-top:0px;
	margin-bottom:10px;
	z-index:auto;
}

.imgcaption {
	height:50px;
	width:600px;
	margin-top:0px;
	margin-bottom:0px;
	text-align:center;
	font-size:14px;
	font-weight:600;
	z-index:auto;
}
