/* General aligns background */
* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px
}

/* Sets the background image */
BODY {
	BACKGROUND: url(images/background.jpg) #000000 no-repeat center top;
	FONT: 62.5% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
	COLOR: #cfcfcf;
	TEXT-ALIGN: center
}


/BODY {
/	background: url(tv.jpg) bgproperties:fixed #000000 no-repeat center top;
/	FONT: 62.5% "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif;
/	COLOR: #cfcfcf;
/	TEXT-ALIGN: center
/}


/* Changes title size */
H1 {
	FONT-WEIGHT: normal
}
H2 {
	FONT-WEIGHT: normal
}
H1 {
	FONT-SIZE: 3.4em
}
H2 {
	FONT-SIZE: 1.6em
}

/* Removes underscore on the menu buttons */
A {
	TEXT-DECORATION: none
}

/* Sets size of inside table */
DIV#wrapper {
	MARGIN: 0px auto;
	WIDTH: 770px
}


/* Used on Menus */
DIV#masthead {
	TEXT-TRANSFORM: lowercase;
	COLOR: #a86ab3;
	PADDING-TOP: 170px;
	POSITION: relative;
	TEXT-ALIGN: right
}
DIV#masthead H1 {
	PADDING-RIGHT: 35px;
	PADDING-LEFT: 0px;
	RIGHT: 0px; 
	BACKGROUND: url(images/birds.gif) no-repeat right center; 
	PADDING-BOTTOM: 75px; 
	PADDING-TOP: 0px; 
	POSITION: absolute; 
	TOP: 25px
}
DIV#masthead H1 A {
	COLOR: #a86ab3
}
DIV#masthead H1 SPAN {
	COLOR: #555
}
UL#navigation {
	FONT-SIZE: 1.6em; 
	MARGIN: 0px; 
	LIST-STYLE-TYPE: none
}
UL#navigation LI {
	DISPLAY: inline
}
UL#navigation LI A {
	PADDING-RIGHT: 9px; 
	COLOR: #c0acc2
}
UL#navigation LI A:hover {
	COLOR: #82438e
}
UL#navigation LI.last A {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px
}


/* Sets Light Purple Writing - used to be twitter_updates */
DIV#lightpurple {
	MARGIN-TOP: 25px;
	FONT-SIZE: 1.3em; 
	LINE-HEIGHT: 1.5em; 
	TEXT-ALIGN: center
}
DIV#lightpurple A:hover {
	COLOR: #bc7dc8 
}
DIV#lightpurple P {
	COLOR: #c0acc2
}
/* Sets Dark Purple Writing */
DIV#darkpurple {
	MARGIN-TOP: 25px; 
	FONT-SIZE: 1.3em; 
	LINE-HEIGHT: 1.5em; 
	TEXT-ALIGN: left
}
DIV#darkpurple A:hover {
	COLOR: #c0acc2
}
DIV#darkpurple P {
	COLOR: #bc7dc8
}
/* Sets Black Writing */
DIV#black {
	MARGIN-TOP: 25px; 
	FONT-SIZE: 1.3em; 
	LINE-HEIGHT: 1.5em; 
	TEXT-ALIGN: left
}
DIV#black A:hover {
	COLOR: #cccccc
}
DIV#black P {
	COLOR: #000000
}
/* Sets White Writing */
DIV#white {
	MARGIN-TOP: 25px; 
	FONT-SIZE: 1.3em; 
	LINE-HEIGHT: 1.5em; 
	TEXT-ALIGN: left
}
DIV#white A:hover {
	COLOR: #000000
}
DIV#white P {
	COLOR: #ffffff
}

/* Formats bottom address bar - was NAMED FOOTER */
DIV#address {
	FONT-SIZE: 1.2em;
	MARGIN: 1em 0px;
	TEXT-TRANSFORM: sentence;
	COLOR: #5a5a5a;
	TEXT-ALIGN: center;
	BACKGROUND: #000000
}

DIV#bodytext {
	FONT-SIZE: 1.0em;
	MARGIN: 1em 0px;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	BACKGROUND: #c0acc2
}

DIV#bodytexttype2 {
	FONT-SIZE: 1.0em;
	MARGIN: 1em 0px;
	COLOR: #000000;
	TEXT-ALIGN: center;
}

.clearfix:unknown {
	CLEAR: both;
	DISPLAY: block;
	VISIBILITY: hidden;
	HEIGHT: 0px;
	content: "."
}
.clearfix {
	DISPLAY: inline-block
}
* HTML .clearfix {
	HEIGHT: 1%
}
.clearfix {
	DISPLAY: block
}





/*  this class is related to the edges and to the background colour of the tables */
.tablemenu  {
	border-width: 1;
	border-style: ridge;
	border-color: #000000;
	background-color: #ffffff;
}

/* these classes simulate the tag hr in order to avoid problems with browser various from IE */
.hrred { margin-top: 7px; margin-bottom: 7px; background-color: #ff0000}
.hrblue { margin-top: 7px; margin-bottom: 7px; background-color: #bc7dc8}
.hrgrey { margin-top: 7px; margin-bottom: 7px; background-color: #cfcfcf; height: 0.5mm;}

/* kind of font and size relating to the basic tags */
TD {
	FONT:  12px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", helvetica, arial, sans-serif; 
	COLOR: #000000
}


