html{height:100.5%;}
body{margin:0px;font-family: verdana, arial, helvetica, sans-serif; font-size:12px;}
input[type="text"]{border-color:#0c6fc0;border-width:1px;border-style:solid;}
textarea{border-color:#0c6fc0;border-width:1px;border-style:solid;}

#page{width:800px;margin-left:auto; margin-right:auto;}
#container{width:800px;}

#header{height:160px;position:relative;background-color:#0c6fc0;}
#headerStrip{background-color:#254460;height:10px;}

#title{height:120px;}
#links{padding-top:10px}

#nav{text-align:center;height:40px;background-color:#254460;color:white;}
#nav a{font-size:150%;color:white;text-decoration:none;}
#nav a:hover{color:black;text-decoration:none;}

#sideBar{width:190px;float:left;padding:20px 10px 10px 0px;}
#sideBar a{color:#000000;color:#785E40}
#sideBar ul li{list-style-type:none;padding:5px 0px 5px 0px;}
#sideBarList{padding:0px;}

#content{width:565px;float:left;padding:20px 0px 0px 0px;}

#footer{color:white;border-top-style:solid;border-top-color:#599ed7;text-align:center;background-color:#254460}
#footer a{color:#785E40;}

#pdfIcon{border:none;}
#pdfList li{padding-bottom:10px;list-style-type:none;}
#pdfList a{text-decoration:none;}

.heading{color:#565656}
.sideBarHr{background-color:#785E40;height:1px;border:none;}
.clearFloat{clear:both;}
.inputLabel{padding-bottom:5px;}
.inputBox{padding-bottom:10px;}
.error{color:red;display:none;}

<!---td {text-align:center;}--->


<?php
if (isset($_POST['color'])) {$color = $_POST['color'];}
else {$color = "blue";}
?>

body,h1,h2,h3,p,quote,small,form,input,ul,li,ol,label{
	/* Page reset */
	margin:0px;
	padding:0px;
}

body{
	/* Setting default text color, background and a font stack */
	color:#444444;
	font-size:13px;
	background: #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
}

/* Gallery styles */

#gallery{
	/* CSS3 Box Shadow */
	-moz-box-shadow:0 0 3px #AAAAAA;
	-webkit-box-shadow:0 0 3px #AAAAAA;
	box-shadow:0 0 3px #AAAAAA;
	
	/* CSS3 Rounded Corners */
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	border:0px solid white;
	
	background:url(img/panel.jpg) repeat-x bottom center #ffffff;
	
	/* The width of the gallery */
	width:798px;
	overflow:hidden;
}

#slides{
	/* This is the slide area */
	height:318px;
	
	/* jQuery changes the width later on to the sum of the widths of all the slides. */
	width:800px;
	overflow:hidden;
}

.slide{
	float:left;
}

#menu{
	/* This is the container for the thumbnails */
	height:45px;
}

#menu ul{
	margin:0px;
	padding:0px;
}

#menu li{
	/* Every thumbnail is a li element */
	width:260px;
	display:inline-block;
	list-style:none;
	height:45px;
	overflow:hidden;
}

#menu li.inact:hover{
	/* The inactive state, highlighted on mouse over */
	background:url(img/pic_bg.png) repeat;
}

#menu li.act{
	/* The active state of the thumb */
	background:url(img/active_bg1.png) no-repeat;
}

#menu li.act:hover{
	/* The active state of the thumb */
	background:url(img/active_bg1.png) no-repeat;
}

#menuli.act a{
	cursor:default;
}

#menu .fbar{
	/* The left-most vertical bar, next to the first thumbnail */
	width:1px;
	background:url(img/divider.png) no-repeat right;
}

#menu li a{
	display:block;
	background:url(img/divider.png) no-repeat right;	
	height:35px;
	padding-top:10px;
}

#menu a img{
	border:none;
}


/* The styles below are only necessary for the demo page */

h1{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:36px;
	font-weight:normal;
	margin-bottom:15px;
}

h2{
	font-family:"Myriad Pro",Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:0;
	text-transform:uppercase;
	top:15px;
}

#main{
	/* The main container */
	margin:15px auto;
	text-align:center;
	width:920px;
	position:relative;
}
