@charset "utf-8";
/* CSS Document */

/* IE HASLOAYOUT */
#element{
display:inline-block;
}

/* Page Elements */
html {height:100%;}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height:100%;
}
body {
	background-color: #336699;
	margin: 0px 0px 0px 0px;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
a:visited {
	color: #336699;
}
a:hover {
	color: #6699CC;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 145%;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 100%;
}
h5 {
	font-size: 90%;
}
h6 {
	font-size: 80%;
}

/* Containers */
#shadow{
background-image:url(../images/bg-grad.jpg);
background-repeat:repeat-y;
min-height:100%;
width:800px;
margin:auto;
position:relative;
}
#wrap {
background: #fff top left repeat-y;
min-height:100%;
width:780px;
margin:auto;
position:relative;
}
#header {
background: #fff url(label2.gif) right no-repeat;
margin:0; padding:0;
height:130px;
}
* html #wrap {height:100%}
#inner-wrap { padding-bottom:80px; }
#inner-wrap:after { content:" "; display:block; clear:both; }
#footer {
position:absolute;
bottom:0;
height:25px;
background-color: #336699;
width:100%;
color:#000;
text-align:center;
margin:auto;
font-size:80%;
}
#left {
float:left;
width:200px;
text-align:center;
padding-top:15px;
padding-left:10px;
padding-right:5px;
}
#main {
position:relative;
margin-left:200px;
padding-top:15px;
padding-left:10px;
padding-bottom:5px;
padding-right:10px;
background-color: #fff;
}
#linkbox {
background-color:#bdd3e9;
width:180px;
text-align:left;
height:90%;
border: 2px #003366 solid;
}
.linkbox-head {
background-color:#003366;
text-align:center;
color:#ffcc66;
font-weight:bold;
}
#logobox {
float:left;
width:185px;
text-align:center;
padding-top:5px;
padding-left:0px;
padding-right:0px;
}
#picturebox {
width:450px;
margin-left:50px;}

#adminpicbox {
width:90px;
height:135px;
margin-left:auto;
}