/* Default attributes */

body {
	background-color: #203F72;
	font-family: Georgia;
	font-size: 1em;
	font-weight:bold;
	color: #000000;
}
/* Attributes for anything in the "body" of the webpage */

#container {
	background-color: #FFFFFF;
	margin: 0 auto 0 auto;
	width: 1000px;
	max-width: 1000px;
	height:1000px;
	font-family:Georgia;
	font-size: 1em;
	color: #333;
}

#headercontainer {
	width:995px;
	height:300px;
	background-repeat:repeat-y;
}
/* TVB Header */
#headerimg {
	background-image: url(images/common/tvbheader020809.gif);
	background-repeat:no-repeat;
	background-position:center;
	height: 300px;
	width: 1000px;
	background-color: #FFFFFF;
}


/*Horizontal navigation toolbar; sits under header*/

#horizontalnav {
	height:40px;
	width:910px;
	padding-left: 88px;
	margin: 15px auto 0 auto;
	background-color: #FFFFFF;
 
}

h1 {
	font-size:1.25em;
	text-align:center;
}

h2 {
	font-size:1.25em;
	text-align:left;
}

h3 {
	font-size:1.50em;
	text-align:center;
}
h4 {
	font-size:1.00em;
	text-align:center;
}
h5 {
	font-size:0.75em;
	text-align:center;
}
h6 {
	font-size:1.00em;
	text-align:left;
}
	

a:link {
	color:#333;
}

a:visited {
	color:#333;
}

a:active {
	color:#333;
}

a:hover {
	color:#000033;
	background-color: #FFFFFF;;
}

/*List Navigation attributes-does not include footer navigation attributes*/
ul {
  	padding: 0;
	margin:0;
	width:1000px;
	list-style-type:none;
	text-align:center;
}
ul li {
	display:inline;
	width:200px;
	float:left;
}
ul a {
  	display: block;
	height:20px;
	line-height:20px;
	text-decoration:none;
	color: #333;
}

ul a:link, ul a:visited, ul a:hover, ul a:active {
	display:block;
	text-decoration:none;
}
ul a:link {
	color: #333;
}
ul a:visited {
	color:#333;
}

ul a:hover {
	color:#000033;
	background-color: #FFFFFF;
}
ul a:active {
	color:#333;
}
ul current a:link {
	color: #333;
}
	
/*Content box*/

#content {
	width:1000px;
	height:800px;
	color: #333;
	background-color: #FFFFFF;
}
	
/* Text box for all pages */
#text {
	float:right;
	width:78%;
	height:750px;
	text-align:left;
	margin-top:15px;
	padding-right:10px;
	overflow:auto;
}
/*vertical navigationl box*/
#linksbox {
	background-color: #FFFFFF;
	height:450px;
	width:18%;
	float:left;
}

/*Navigation bar on left hand side of page*/
	
/* Navigation list attributes */
ol {
	list-style:none;
	margin:0;
	padding:0;
	padding-left:10px;
	width:150px;
	text-align: left;
}

/* Navigation attributes */
ol li {
	height:40px;
	line-height:100%;
	color:#333;
}

ol a:link, ol a:visited, ol a:hover, ol a:active {
	display:block;
	text-decoration:none;
}
ol a:link {
	color: #333;
}
ol a:visited {
	color:#333;
}
ol a:hover {
	color:#000033;
	background-color: #FFFFFF;
}

ol a:active {
	color:#333;
}
ol current a:link {
	color: #333333;
}
	
/*Footer*/
#footer {
	width:1000px;
	height:30px;
	margin:auto;
	background-color: #FFFFFF;
	background-position:center;
	padding-left:5px;
	text-align:center;
	font-weight:100;
	padding:5px;
	color: #333;
}
 