/***********************************************/
/* Style Sheet                                 */
/* Author: Gemma Harris 2008                   */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html,body{
	width:900px;
	margin: 0 auto;
	padding:0;
}

body{
	font:76% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	padding: 10px;
}

/***********************************************/
/* Header styles                               */
/***********************************************/ 

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 160%;
 color: #fff;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

p{
	margin: 0;
	padding: 0 15px 0.7em;
	line-height: 1.5;
}

/***********************************************/
/* Link styles                                 */
/***********************************************/ 

a:link, a:visited, a:hover {
	color: #000000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

a.white:link, a.white:visited, a.white:hover {
	color: #fff;
	text-decoration: underline;
}

a.white:hover {
	text-decoration: none;
}

a.swhite:link, a.swhite:visited, a.swhite:hover {
	font-size: 80%;
	color: #fff;
	text-decoration: underline;
}

a.swhite:hover {
	font-size: 80%;
	text-decoration: none;
}

a.lwhite:link, a.lwhite:visited, a.lwhite:hover {
	font-size: 120%;
	color: #fff;
	text-decoration: underline;
}

a.lwhite:hover {
	font-size: 120%;
	text-decoration: none;
}
/***********************************************/
/* Layout divs                                 */
/***********************************************/ 
div#content{
	width:900px;
	padding-top:0px;
	text-align: left;
	font-size: 94%;
}

div#contentLeft{
	width:49%;
	float: left;
	position: relative;
	padding: 0px;
}

div#contentRight{
	width:51%;
	float: right;
	position: relative;
	text-align: justify;
}

div#footer{
	width:100%;
	text-align:left;
	font-size: 90%;
	background-image:url(images/1px.jpg);
	background-repeat:repeat;
	color: #FFF;
	clear: both;
	padding: 5px;
}

div#keywords{
	width:100%;
	text-align: center;
	font-size: 80%;
	clear: both;
	color:#CCCCCC;
	padding: 5px;
}

/************* #sitename ***************/

#sitename {

}


/***********************************************/
/* Text styles                                 */
/***********************************************/ 

.Arial {font-family: Arial, Helvetica, sans-serif}
.larger {font-size: 120%}
.smaller {font-size: 80%}
.silver {color: #999999}
.silverSmall {color: #999999; font-size:90%}
address{font-style: normal}

/************* #sizer styles ***************/

#sizer {
	margin-bottom:0px;
	margin:0px auto;
	margin-top:0px;
	padding:3px;
	text-align:right;
	background-image:url(images/1px.jpg);
	background-repeat:repeat;
	color:#FFFFFF;
}


