/* CSS Document */

body {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; 
	padding:0px;
	margin:0px;
	width:100%;
	height:100%;
	background-color:#fff;
	font-size:0.8em;
}

h1 {
	font-size:1.4em;
	color:#34679C;
	font-weight:bold;
	margin-top:0;
}

h2 {
	font-size:1.2em;
	font-weight:normal;
	margin-top:30px;
	color:#34679c;
	font-weight:bold;
}

h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#34679C;
	margin-top:0px;  
	margin-bottom:0px;
}


p.quote {
    font-family:"Times New Roman", Times, serif;
	font-size:1.5em;
	font-style:italic;
	font-weight:bold;
	color:#999;
	margin:0 5px 10px 10px;
}

.pop-up-border {
    padding:5px;
}

table.contenttable, table.contenttable td, table.contenttable th {padding:5px 8px 5px 8px;}

table.contenttable th, table.contenttable td {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: outset outset outset outset;
	border-color: #75aaea;
}

table.activity_table {
    border:#75aaea solid 1px;
	padding:0px;
	margin:0px;
}

table.contenttable tr {
	vertical-align:top;
	background-color:#c8dff9;
}

table.contenttable th {	
	vertical-align:top;
	background-color:#33669b;
	color:#ffffff;
}


table.contenttable td{
	background-color: #e4effc;
	font-weight:normal;
	color:#000000;	
}


.left_nav {
    width:220px;
	margin-top:10px;
	margin-right:10px;
	margin-left:10px;
	float:left;
}

.left_nav_item {
    width:200px;
	margin-bottom:10px;
	padding:10px;
	border-width:1px;
	border-style:solid;
	border-color:#ccc;
	font-weight:bold;
	color:#666;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.taster_link {
    padding:5px 0px 5px 10px;
	color:#666666;
	font-size:0.8em;
}

.tasters_title {
    width:220px;
    color:#4990cc;
	font-size:1.2em;
	font-weight:bold;
	padding:0px 0px 5px 0px;
	margin-bottom:7px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#ccc;
}

a:link.tasterslink {
    font-size:1.0em;
	color:#333;
	text-decoration:none;    
}

a:visited.tasterslink {
    font-size:1.0em;
	color:#333;
	text-decoration:none;   
}

a:hover.tasterslink {
    font-size:1.0em;
	color:#457DD1;
	text-decoration:none;  
}

a:link.navlink {
    font-size:0.8em;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	margin-bottom:10px;
}

a:visited.navlink {
    font-size:0.8em;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	margin-bottom:10px;
}

a:hover.navlink {
    font-size:0.8em;
	font-weight:bold;
	color:#966;
	text-decoration:none;
	margin-bottom:10px;
	
}

a:link.nav_item {
    font-weight:bold;
    color:#34679C;
	text-decoration:none;
}

a:visited.nav_item {
    font-weight:bold;
	color:#34679C;
	text-decoration:none;
}

a:hover.nav_item {
    font-weight:bold;
	color:#34679C;
	text-decoration:underline;
}

hr {
	border: 0;
	color:#33669b;
	background-color: #33669b;
	height: 1px;
}

.section-head {
    width:100%;
	padding:5px;
	margin-top:30px;
	background-color:#05386D;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}

span.HiddenAns {
	position:relative;
	top:5px;
	visibility:hidden;
	height:30px;
}

.ou_strip {
    padding: 5px 5px 5px 5px;
}

.image_banner {
    background-image: url(../images/home.jpg);
	background-repeat: no-repeat;
	background-color: #72A4DF;
	padding: 40px 0px 0px 250px;
	height:101px;
}

.title {
    font-size: 1.7em;
	color: #fff;
}

.blue_strip {
    background-color: #89AFDC;
	font-size: 1.0em;
	font-weight:bold;
	color: #fff;
	padding: 5px 0 10px 10px;
}

.main_body {
    margin-right: auto;
	margin-left: 250px;
	margin-top:2px;
	margin-bottom:10px;
	display: block;
	text-align: justify;
	position: relative;
	width:650px;
	border: 1px solid #ccc;
	padding:10px;
}

.activity {
    padding-top:0px;
    padding-left:10px;
	padding-right:10px;
	margin-bottom:15px;
	border: 1px solid #34679C;
	background-color:#E4EFFC;
}

.footer-nav {
    text-align:right;
	margin-bottom:20px;
}

