
ul{
    padding: 10px;
    list-style-type: disc;
    list-style-position: inside;
}

/* General Styles */


html {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #000;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;


}
td{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}
*#photo{
    width: 100%;
    padding-bottom: 5px;
    margin-top: 10px;
}


/* Navigation Bar */


#navlist
{
    border-bottom: 1px solid #999999;
    border-top: 1px solid #999999;
    margin: 0px;
    margin-bottom: 10px;


    /*background-color: #FF9900;*/
    background-color: #CCCCCC;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    /*font-size: 12px;*/
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
}


#navlist a, #navlist a:link, #navlist a:visited
{
    /*border: 1px solid #000;*/
    padding: 1px;
    padding-left: 0.5em;
    padding-right: 0.5em;
    color: #333366;
    font-weight: bold;
    text-decoration: none;
}


#navlist a:hover, #navlist a:active, #navlist a:focus, #navlist a#current
{
    /*border: 1px solid #000;*/
    padding: 1px;
    color: #333366;
    padding-left: 0.5em;
    padding-right: 0.5em;
    text-decoration: none;
}


#navlist li
{
    padding-right: 1px;
    display: inline;
    /*font-size: 0.6em;*/
}


/*#navlist ul
{
    margin: 0px;
    padding: 0px;
}*/


#navlist a#active { 
    color: #303030; }


#navlist a:hover, a#current{
    color: #303030; 
    background: #fff;
    
    }
.highlight a{
    background: #fff;
}
/* headings */ 


h1, h2 {
    background: #5E095C url(/img/purple-bg.png) center repeat-x;; 
    font-weight: bold;
    padding: 5px;
    color: #fff;
    /*text-transform: uppercase;*/
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 6px;
}

#left-third h1{
	background: #0c0 url(/img/green-bg.png) center repeat-x;
}
.members, #right-third h1{
	background: #cc0 url(/img/yellow-bg.png) center repeat-x;
}

h1 {
    /*font-size: 120%;*/
    font-size: 17px;
}

h2 {
    /*font-size: 120%;*/
    font-size: 14px;
}

h3 {
	background: none transparent scroll repeat 0% 0%;
	color: #333366;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 2px;
	padding: 0px;
	padding-left: 0px;
}

h3 A {
	color: #333366;
	text-decoration: none;
}


h3 A:hover {
    /*border-bottom: #333366;
	border-style: none none dotted none;
	border-width: 0 0 1px 0;*/
    text-decoration: underline;
}

h4 {
	color: #000;
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 2px;
	padding-left: 2px;
}

h4 A {
	color: #333366;
	text-decoration: none;
}

h4 A:hover {
	/*border-bottom: #333366;
	border-style: none none dotted none;
	border-width: 0 0 1px 0;*/
    text-decoration: underline;
}

div#aboutOpus h2, div#aboutOpus h3, div#aboutOpus h4, div#aboutOpus p {
	margin-top: 10px;
}

a {
	color: #333366;
	text-decoration: underline;
}

a.navigation {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/assets/chevron.gif); 
	background-repeat: no-repeat; 
	background-position: 0 .3em; 
	padding-left: 8px;
}

a.navigation:hover {
	/*border-bottom: #333366;
	border-style: none none dotted none;
	border-width: 0 0 1px 0;*/
    text-decoration: underline;
}

/*a:hover {
	color: #333366;
	text-decoration: none;
	border-bottom: #333366;
	border-style: none none dotted none;
	border-width: 0 0 1px 0;
}*/

/*Paragraph */
p {
	margin: 0px;
	margin-top: 10px;
	margin-left: 2px;
	padding-left: 2px;
}


em {
	font-style: normal;	
	color: #333366;
}

div#aboutOpus em {
	font-weight: bold;
}






/* lists */


ul#speakers {
	list-style-type: none;
	margin: 5px;
	margin-left: 0px;
	padding-left: 0px;
}


ul#speakers a {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
}


ul#speakers li {
	padding-bottom: 5px;
	padding-left: 5px;
}


ul#speakers a:hover {
	/*border-bottom: #333366;
	border-style: none none dotted none;
	border-width: 0 0 1px 0;*/
    text-decoration: underline;
}


ul.links {
	list-style-type: none;
	margin: 0px;
	background: transparent;
	padding: 5px;
}


ul.links li {
	padding-bottom: 10px;
}


ul.links a {
	color: #333366;
	text-decoration: none;
	font-weight: bold;
	background-image: url(/assets/chevron.gif); 
	background-repeat: no-repeat; 
	background-position: 0 .3em; 
	padding-left: 8px;
}


ul.links a:hover {
	/*border-bottom: #333366;
	border-style: none none dotted none;
	border-width: 0 0 1px 0;*/
	text-decoration: underline;
}


ul.speakerList {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


/* Layout Styles */


.third{
    width: 33%;
    float: left;
}
.two-thirds{
    width: 66%;
    float: left;
}
.three-thirds{
    width: 100%;
    float: left;
    clear: both;
}


.tableHead{
    font-weight: bold;
}
/*
*#full{
	position: absolute;
	width: 98%;
    left: 1%;
}
*#left-third{
	position: absolute;
	width: 31%;
    left: 1%;
}
*#right-third{
	position: absolute;
	width: 31%;
	right: 1%;
}
*#left-twothirds{
    position: absolute;
	width: 64%;
    left: 1%;
}
*#right-twothirds{
	position: absolute;
	width: 66%;
    right: 1%;
}
*#centre-third{
	position: absolute;
	width: 31%;
	left: 34%;
}
*/
/* Small Column Styles */
.small-column{
    /*background-color: #EEE;*/


    padding: 5px;
}
.small-column-body{
    background-color: #EEE;
    padding: 5px;
}


/* Column Styles */


.column{
    /*background-color: #EEE; */
    margin-bottom: 5px;
    padding: 5px;
}


.column-body{
    background-color: #EEE;
    padding: 5px;
}


/* Widget Styles */


form#newsletter { 
 margin-top: 17px;
 color: #fff; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 10px; 
 text-align: left; 
}


#newsletter .text { 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: 11px; 
 width: 150px; 
/* margin-right: 6px;*/
 margin: 3px 6px 3px 0px;
 color: #000;
}


.sbttn {
border-style:outset;
border-color: #4B4B8C;
border-width:2px;
background-color:#cccccc;
text-align:center;
width : 60px;
font-family:arial,san-serif;
font-size: 10px;
text-decoration:none;
color:#000066
}


/*#newsletter a {color: #fff; text-decoration: none;}*/


#newsletter a {
    color: #fff;
    /*text-decoration: none;
    border-bottom: #fff;
    border-style: none none dotted none;
    border-width: 0 0 1px 0;*/
    
    /*border-bottom: #333366;
	border-style: none none dotted none;
	border-width: 0 0 1px 0;*/
    text-decoration: underline;
    
}


.masthead{
	background: #003173 url(/assets/header-bg.png) no-repeat; 
	position: relative;
	height: 73px;
	width: 100%;
}
.masthead-left{
float: left;
	height: 73px;


	color: #FFFFFF;
}
#masthead-right{
	float: right;
	height: 73px;
	margin-right: 10px;
	color: #FFFFFF;
	
	vertical-align: bottom;
	/*background-color: Fuchsia;*/
}

form.lemon { margin-top: 10px;}





/*
.links{	
	background-color: #000000; 
	color: #FE9800;
	position: relative;
	width: 100%;
}*/
.padding{
    padding-left: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 10px;
}




.footer{
padding-top: 20px;
background-color: #fff;
	width: 100%;
    vertical-align: bottom;
    height: 30px;

    clear: both;
}
.footer-left{
    float: left;
    /*text-align: bottom;*/
	 vertical-align: bottom;
    height: 30px;
}
.footer-right{
    float: right;
    height: 30px;
    vertical-align: top;
}
.left-margin{
    margin-left: 5px;
}



.breadcrums{	
	position: relative;
	width: 100%;    


}
.layout{	
    /*position: relative;*/
    margin-top: 0px;
    
	width: 100%;
}
.errorText{
    font-size: 125%;
}
.error{
    color: #f00;
}
.invisible{
    visibility: hidden;
}
