@import url('edit.css');

/* Global stylesheet */

* html {
	font-size:101%;
}

body {
    font-family: verdana,arial,helvetica,sans-serif;
	font-size:0.625em;
	color:#404040;
}

/*------ GENERAL STYLES ------*/

/* p, h1-4, boldtext and italictext are defined in edit.css */

li, h4 { 
    font-size:1.2em; 
	line-height:150%;
	margin-top:0;
}

p.small { 
    font-size:1em; 
}

.nomarginbottom {
margin-bottom:0;
}

ul.listofdates {
list-style-type:none;
margin:0;
padding:0;
}
	ul.listofdates li {
	margin:0.5em 0 0.5em 2em;
	text-indent:-2em;
	}


input, select, option, textarea {
    font-size:1.1em;
    font-family:Verdana,Arial,Helvetica,"Sans-Serif";
}

form { 
    margin-top: 0; 
    margin-bottom: 0; 
    margin-left: 0; 
    margin-right: 0;
}

/* Normal links */
a { 
	color: #7a7979; 
	text-decoration: underline; 
}
a:hover { 
	color: #000000; 
	text-decoration: none; 
}

img.imageright {
	float:right ;
	margin:0 0 5px 10px;
}

img.imageleft {
	float: left ;
	margin-top: 0 10px 5px 0;
}

/* SITE MAP */

ul.sitemap {
	list-style:none;
	margin:0;
	margin-bottom:1em;
	padding:0;
	font-size:1.2em;
}
ul.sitemap li {
	margin:0;
	padding:0;
}
ul.sitemap li.toplink {
	font-weight:bold;
}
ul.sitemap li a:link, ul.sitemap li a:visited, ul.sitemap li av:active { 
	margin:0;
	color:#842a6a; 
	text-decoration: none; 
}
ul.sitemap li a:hover { 
/*	color:#ffffff; */
	margin:0;
	color:#c25721; 
	text-decoration:none; 
}

/* LAYOUT */

#container {
	margin:0 auto;
	width:760px;
}
 
#header {
	width:760px;
	height:200px;
}

#navbar {
	width:760px;
	height:30px;
}

div.cleardiv {
clear:both;
}

/* Container for the two body columns */
#pagecontainer {
	clear:both;
	width:760px;
	min-height:360px;
	padding:30px 0 30px 0;
}

/*------ PAGE BODY -----*/

#col1 {
	float:left;
	width:160px;
	padding:0;
	margin:0;
}
/*------ NAV MARGIN ------*/
/* Nav margin */
#col1 ul {
	list-style:none;
	margin:0;
	padding:0 0 30px 0;
	border-right:1px solid #dedede;
}
#col1 li {
	font-size:1.2em;
	line-height:120%;
	margin:0;
	padding:0;
	/*border-bottom:1px solid #ebebeb;*/
}
#col1 ul > li:first-child {
	font-weight:bold;
}
#col1 li a { 
	display:block;
	padding:2px 5px 4px 0;
	margin:0;
	color:#7a7979; 
	text-decoration:none; 
}
#col1 li a:hover { 
	color:#000000; 
	text-decoration:none; 
}


#col2 {
	float:left;
	width:580px;
	padding:0;
	margin:0 0 0 20px;
}

div.picturebox, div.calloutbox {
	float:right;
	width:275px;
	margin:0 0 10px 10px;
}
	div.calloutbox {
		text-align:center;
	}
	div.calloutbox {
		width:265px;
		padding:5px;
		text-align:left;
		border:1px solid #7a7979;
	}
	div.picturebox p, div.calloutbox p, div.calloutbox h2 {
		font-size:1.1em;
		/*color:#999999;*/
		line-height:120%;
		margin-top:0;
		margin-bottom:10px;
	}
	div.calloutbox h2 {
		font-size:1.2em;
		font-weight:bold;
	}
	

/* TABLES */
td {
	font-size:1.3em;
	line-height:130%;
}
td p, td h1, td h2, td h3, td h4 { /* prevent size changes if p tag is used in a table*/
font-size:100%;
margin:0;
}

/* Tables for pictures */
table.picturebox {
	float:right;
	width:275px;
	margin:0 0 10px 10px;
	text-align:center;
}

table.picturebox td {
	font-size:1.1em;
	color:#999999;
	padding:0;
}
table.picturebox p {
	font-size:100%;
}



/*------ FOOTER ------*/
#footer {
	clear:both;
	width:760px;
	margin:0 auto 0 auto;
	border-top:1px solid #7a7979;
	padding:10px 0;
	color:#999999;
	background-color:#ffffff;
}
#footer ul {
	list-style:none;
	margin:0;
	padding:0;
}
	#footer li {
		display:inline;
	}
		#footer li a {
			display:block;
			float:left;
			margin:0 10px 10px 0;
			text-decoration:none;
		}
