
/* Main Styles that apply to body */
body {
	font-size: 11px;
	font-family: Verdana, Arial, Sans-Serif;
	margin: 0px;
	padding-left: 50%;
	background: #f4f4f4 url(images/bg.gif) center repeat-y;
	position: absolute;
}

/* This is the page container built and centered using -ve margins */
#container {
	width: 700px;
	margin-left: -350px;
}

/* The topmost faded bar */
#topbar {
    width:auto;
    background: #eeeeee;
    height: 20px;
    padding: 10px 5px 5px 2px;
    font: 9px verdana;
    font-weight: bold;
    color: #666666;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */
#headerwrapper {
    width: auto;
}

/* class that styles the holder div of the forms */

h1 {
    font: 40px verdana;
	color: #999999;
	margin: 5px;
}

h2
{
    font-size: 18px;
    font-weight: bold;
    color: #663366;
    border-bottom: 1px solid #CCC;
}

h3
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #663366;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
	background:url(images/headerBG.jpg) repeat-x;
}



h6 {
    font: 10px verdana;
    font-weight: bold;
	color: #666666;
	margin: 0px;
	padding: 0px;
	margin-left: 8px;
}

h7 {
    font: 12px verdana;
    font-weight: bold;
	color: #999999;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
}


/* This holds the tabs */
#tabholder
{
    width: auto;
}

/* Container for the article box, and the pic box */
.contentwrap {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
} 

/* Content holder for the articles */
.content {
    width: auto;
    line-height: 20px;
    color: #DD7CB4;
    padding: 15px 6px 0px 6px;
    background: #fbfbfb;
    border:1px solid #efefef;
    text-align: justify;
}


/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those little arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
	text-decoration: underline;
}

/* Why should the humble footer be left out? */
#footer {
	background-color: #CCC;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	clear: both;
}

/* This will contain the three columns */
#content3
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.column1
{
	width: 257px;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: left;
}

.pic1
{
    border: 0px #DBB7DB solid;
    float: center;
width: 220px;
    margin-bottom: 10px;
}


/* Second column of the three columns */
.column2
{
    width: 248px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #DD7CB4;
}
.pic2
{
    border: 0px #DBB7DB solid;
    float: center;
width: 220px;
    margin-bottom: 10px;
}

/* Third column of the three columns */
.column3
{
	width: 180px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: right;
}

.pic3
{
    border: 0px #DBB7DB solid;
    float: center;
width: 160px;
    margin-bottom: 10px;
}
/* This controls the titles for each column */



.pic8
{
    border: 0px #DBB7DB solid;
    float: right;
width: 100px;
    margin-right: 20px;
}


#content2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.column4
{
	width: 505px;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: left;
}

.column5
{
	width: 180px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: right;
}











/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tab {
    float:left;
    width:100%;
    background:#F1F1F1;
    font-size:93%;
    line-height:normal;
    border-bottom:1px solid #CCC;
}

#tab ul {
    margin:0;
    padding:10px 10px 0 5px;
    list-style:none;
}

#tab li {
    display:inline;
    margin:0;
    padding:0;
}

#tab a {
    float:left;
    background:url("images/tableft8.gif") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tab a span {
    float:left;
    display:block;
    background:url("images/tabright8.gif") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#ffffff;
    font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tab a span {float:none;}
    /* End IE5-Mac hack */

#tab a:hover span {
    color:#591333;
}

#tab a:hover {
    background-position:0% -42px;
}

#tab a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tab #current a {
    background-position:0% -42px;
}
#tab #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */

