/* Hidden from screen, shown on print -------------------------------------------------------------------------- */

.noscreen {
display:none;
visibility:hidden;
}

/* Main body tag ----------------------------------------------------------------------------------------------- */

xxx.xxxxBody {}

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family:"Trebuchet MS", Verdana, Arial, Sans-Serif;
	background-color:#ffffff;
	background-image:url(images/background.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;

}

/* Cells ------------------------------------------------------------------------------------------------------- */

xxx.xxxxCells {}

#maincontainer{
width: 790px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border-right:1px solid #666666;
border-left:1px solid #666666;
}

#topsection{
background: #ff0000 repeat-x bottom;
/*height: 120px;Height of top section*/
width: 100%;
}

#topsection #toptitle {
padding-top:0px;
padding-bottom:0px;
margin:0px!important;
font-size:30px;
font-weight:bold;
height:77px;}

#topsection #toplinks {
	line-height:normal;
	text-align:center;
	width:100%;
	background:#000000;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom:0px;
	margin-top:0px;
	/*background-image: url(images/buttons/orange20background.jpg);*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-top:-0px;
margin-bottom:-0px;
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
padding-top:10px;
padding-bottom:10px;
background-color:#ffffff;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -790px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff/*#ff0000*/;
line-height:2em;
}

#leftcolumn div.padding {
padding-top:10px; 
padding-bottom:10px; 
padding-left:2px; 
padding-right:2px; 
margin:2px;
}

#footer{
clear: left;
width: 100%;
background: #ff0000;
text-align: center;
padding: 4px 0;
background:url(images/skytitle.jpg);
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Social bookmarking section ---------------------------------------------------------------------------------- */

xxx.xxxxSocialBookmarking {}

div.social {
	line-height: normal;
	background:none;
	text-align:center;
	padding-bottom:5px;
	margin-left:75px;
	margin-right:75px;
	font-size:11px;
	color:#000000;
	background:#ffffff;
}

/* Font Colour ------------------------------------------------------------------------------------------------- */

xxx.xxxxFonts {}

#footer, #leftcolumn, #topsection {
color: #ffffff;
}

/* Headers ----------------------------------------------------------------------------------------------------- */

xxx.xxxxHeaders {}

h1{}

h2{}

/* Hyperlinks -------------------------------------------------------------------------------------------------- */

xxx.xxxxHyperlinks {}

/* Left column standard link containers  */

#leftcolumn dl {
	padding: 0 0 10px 0;
	margin: 0;
	list-style-position: inside;
	list-style-type: square;
}

#leftcolumn dt {
	color: #000000;
	font-weight: bold;
	padding: 0px 5px; 
}

#leftcolumn dd {
	background: #ffffff;
	color: #000000;
	padding: 0px 3px;
	margin: 0px;	
	}
	
#leftcolumn dd:hover {
	background-color:#f9f9f9;
	color:#000000;
	}
	
/* Left Colunm Main Link containers  */

#leftcolumn dd.link {
	padding-left: 10px;
	padding-top:-2px;
	margin: 0px;
	background-image: url(images/buttons/white20button.jpg);	
	}
	
#leftcolumn dd.link:hover {
	background-image: url(images/buttons/white20button.jpg);
	}
	
#leftcolumn dd.hlink {
	padding-left: 10px;
	padding-top:-2px;
	margin: 0px;
	background-image: url(images/buttons/white20button.jpg);
	color:#ffffff;	
	}
	
#leftcolumn dd.hlink:hover {
	background-image: url(images/buttons/white20button.jpg);
	color:#ffffff;
	}

	
/* Top Section Link containers */

#topsection dt {
	display:inline;
	background: #ff0000;
	color: #ffffff;
	font-weight: bold;
	padding: 0px 5px;
}

#topsection dd {
	display:inline;
	background: none;
	margin: 0px 0 0 0;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:3px;
	margin-bottom:3px;
	}
	
#topsection dd:hover {
	background-color:none;
	background-image:none;
	} 
	
/* actual links */	

#footer a, #topsection a {
	text-align:center;
	margin:0px;
	text-decoration:underline;
	color:#ffffff;
}

#footer a:hover, #topsection a:hover {
	text-decoration:none;
	color:#ffffff;
}

#topsection #toplinks a {
	font-weight:bold;
}

/* left column main links */

#leftcolumn dd.link a {color:#f90000/*#ff0000*/;font-weight:bold;}
#leftcolumn dd.link a:hover {/*color:#ffffff*/;}
#leftcolumn dd.hlink a {color:#f90000/*#ffffff*/;font-weight:bold;}
#leftcolumn dd.hlink a:hover {/*color:#ffffff*/;}

/* left column small links */

#leftcolumn dd.slink a {color:#ff0000/*#ffffff*/;font-size:11px;}
#leftcolumn dd.slink a:hover {/*color:#ffffff*/;}


/* social bookmarking section */

#leftcolumn div.social a {
color:#ff0000; 
text-decoration:underline;
font-weight:normal;
}

#leftcolumn div.social a:hover {
color:#ff0000; 
text-decoration:none;
font-weight:normal;}


/* all other links */

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

a:hover {
	text-decoration:none;
}

/* Images ----------------------------------------------------------------------------------------------------- */

xxx.xxxxImages {}

img 
	{
	/*border:1px solid #333333;*/
	margin: 5px;
	}
img.border
	{
	border:1px solid #333333;
	}
#leftcolumn img, #footer img, #topsectior img 
	{
	border:none 0px;
	}
div.captioned 
	{
	width:250px;
	padding:0px;
	margin:3px;
	border:1px solid #333333;
	float:right;
	text-align:center !important;
	line-height:normal;
	font-size:12px;
	}
div.captioned span 
	{}
div.captioned img
	{
	margin:0px;
	}

/* Hidden ----------------------------------------------------------------------------------------------------- */

xxx.xxxxHidden {}

.noshow {visibility:hidden;display:none;}

/* Floating --------------------------------------------------------------------------------------------------- */

xxx.xxxxFloating {}

.floatleft {float:left;}
.floatright {float:right;}

/* ------------------------------------------------------------------------------------------------------------ */

xxx.xxxxCentring{}

.centre {text-align:center;}

/* Floating --------------------------------------------------------------------------------------------------- */

xxx.xxxxInputs {}

input {font-family:"Trebuchet MS", Verdana, sans-serif;}

/* ------------------------------------------------------------------------------------------------------------ */

xxx.xxxxQuoteTags{}

q:before, q:after {
    content: "";}
	
blockquote{padding:5px; margin:3px;font-style:italic !important;}

blockquote.box{border:1px solid #2244cc;}

blockquote p{display:inline;}

.wingdings {font-family:Wingdings;)
