@charset "utf-8";
/* Global stylesheet */


* html {
font-size:101%;
}

body {
margin:0;
padding:0;
font:0.625em verdana,helvetica,sans-serif;
background-color:#ceb477;
color:#404040;
}

p {
font-size:1.2em;
margin:1.5em 0 1.5em 0;
line-height:1.5;
}

h1 {
font-family:georgia,serif;
font-size:2em;
font-weight:normal;
margin:0 0 0.6em 0;
}
h2 {
font-family:georgia,serif;
font-size:1.6em;
font-weight:normal;
}
h3 {
font-size:1.2em;
font-weight:bold;
}

table.infotable td {
padding:0 8px 8px 0;
}

a {
color:#3300cc;
}
	a:hover {
	color:#6633ff;
	text-decoration:none;
	}

div.cleardiv {
clear:both;
height:1px;
}

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

/* LAYOUT --------------------*/

#pagecontainer {
width:760px;
margin:0 auto;
padding:0 10px;
background:url(../Images/Homepage_a/pagebg.jpg) repeat-y;
}

#headertop {
width:760px;
}

#headerbuttons {
width:760px;
height:30px;
padding:10px 0 0 0;
text-align:center;
background:url(../Images/Master_a/button_bg.jpg) no-repeat;
}
	#headerbuttons ul {
	list-style:none;
	margin:0;
	padding:0;
	}
		#headerbuttons li {
		display:inline;
		}
			#headerbuttons a {
			font-family:georgia,serif;
			font-size:1.7em;
			padding:0 0.3em;
			color:#3300cc;
			text-decoration:none;
			}
				#headerbuttons a:hover {
				color:#6633ff;
				}

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

#bodycontainer {
clear:both;
width:760px;
min-height:350px;
}

#col1 {
float:left;
display:inline;
width:120px;
padding:40px 0 25px 40px;
}
	#col1 ul {
	list-style:none;
	margin:0;
	padding:0;
	border-top:1px dotted #cccccc;
	}
		#col1 li {
		font-size:1.1em;
		}
		#col1 ul > li:first-child {
		font-weight:bold;
		}
			#col1 li a {
			display:block;
			width:120px;
			padding:4px 0;
			text-decoration:none;
			border-bottom:1px dotted #cccccc;
			}
				#col1 li a:hover {
				}
		
#col2 {
float:left;
display:inline;
width:520px;
padding:35px 40px 39px 40px;
}

#bottomofpage {
width:780px;
height:14px;
margin:0 auto 25px auto;
background:url(../Images/Homepage_a/pagebottom.jpg);
}


