/*---------------------------
CSS for: www.icttp.com

author: Mat Frankum
email: mat@sparks.co.uk
-----------------------------*/

/*------LAYOUT------*/
html {
	font-size:100%;
	}
	
body {
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	padding:0;
	margin:0;
	}
	
#skipNav {
	display:none;
	}
	
#header {
	height:150px;
	background:#FFE600 url(images/headerBG.gif) repeat-x scroll;
	}
.headRight {
	float:right;
	width:226px;
	height:81px;
	background:#FFE600 url(images/topRight.jpg) top center no-repeat scroll;
	}
.headLeft {
	float:left;
	}

#mainContent {
	border:none;
	width:100%;
	border-bottom:1px #00006A solid;
	}	
#mainContent td {
	vertical-align:top;
	}

#navigation, #outlook {
	width:150px;
	font-size:1.2em;
	background-color:#FFE600;
	}
#navigation ul, #outlook ul {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#navigation li.navGap {
	margin-bottom:10px;
	}
	
#organised {
	text-align:center;
	margin-top:15px;
	}
#organised li {
	margin-bottom:10px;
	}
	
#content {
	font-size:1.2em;
	padding:10px 10px;
	}
	
#outlook {
	text-align:center;
	}


/*------NAVIGATION------*/
a {
	text-decoration:underline;
	color:#00006A;
	}
a:hover {
	text-decoration:none;
	}
	
#navBar a {
	display:block;
	text-decoration:none;
	width:150px;
	border:1px #FFFFFF solid;
	margin:2px 0;
	background-color:#00006A;
	color:#FFFFFF;
	padding-left:3px;
	}
#navBar a:hover {
	background-color:#FFFFFF;
	color:#00006A;
	border:1px #00006A solid
	}

a.button {
	text-decoration:none;
	padding:2px;
	border-bottom:2px #999999 solid;
	border-right:2px #999999 solid;
	border-top:2px #CCCCCC solid;
	border-left:2px #CCCCCC solid;
	background-color:#CCCCCC;
	color:#000000;
	font-weight:bold;
	}
a.button:hover {
	border-bottom:2px #CCCCCC solid;
	border-right:2px #CCCCCC solid;
	border-top:2px #999999 solid;
	border-left:2px #999999 solid;
	}

/*------REMINDERS------*/
#outlook a {
	display:block;
	text-decoration:none;
	border:3px solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	background-color:#FFFFFF;
	padding:3px;
	color:#00006A;
	font-weight:bold;
	}
#outlook a:hover {
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	}
	
#outlook li {
	text-align:center;
	margin:0 0 10px 0;
	}

/*------CONTENT------*/
em, address {

	}
	
h1 {
	font-size:2.0em;
	}
	
h2 {
	font-size:1.4em;
	}
	
h3 {
	font-size:1.6em;
	text-align:center;
	color:#00006A;
	}

h4 { /* For paragraph header */
	font-size:1.0em;
	padding-bottom:-14px;
	margin-bottom:-14px;
	}
	
h5 {	/* For ul header */
	font-size:1.0em;
	padding-bottom:0px;
	margin-bottom:0px;
	}
	
h6 { /* side headers */
	font-size:1.0em;
	margin:0;
	padding:0;
	}
	
img {
	border:none;
	}
	
label {
	float:left;
	width:100px;
	}
input {
	width:180px;
	}
input.checkbox, input.submit, input.reset {
	width:auto;
	}
	
/*----------*/
.italic {
	font-style:italic;
	}

.clear {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
	}
	
.imageList {
	padding:0;
	margin:0;
	list-style-type:none;
	}
.imageList li {
	display:inline;
	}
.imageList li img {
	padding-right:10px;
	}
	
.cc {font-size:10px;}
/*----------*/
.committee, .plainInfo {
	margin:0;
	padding:0;
	list-style-type:none;
	}
	
.committee li em {
	font-style:italic;
	}
/*----------*/
.org {
	margin-bottom:15px;
	}
.adr {
	margin-top:25px;
	}
address {
	display:inline;
	}


.progDay {
	font-size: 16px;
	padding-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #94736A;

}

.progRefreshments {
	background-color: #FFFF99;
 
 }

/*------FOOTER------*/
#footer {
	font-size:1.8em;
	padding:0 0 0 160px;
	margin:0;
	height:40px;
	}
.footerCopyright {
	font-size: .7em;
}
