@font-face {
	font-family: ScriptFont;
	src: url('script.ttf');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #303030;
	background-color: #a6a49e;
	text-align: justify;
	background-image: url(../images/backgrad.jpg);
	background-repeat: repeat-x;
}

li {
	list-style-position: inside;
}

img {
	border: none;
}

table#container {
	background-color: #ffffff;
	border: 1px solid #000000;
	width: 800px;
}

td#siteheader {
	height: 150px;
}

div#siteheadermain {
	background-image: url(../images/siteheader_main.png);
	height: 150px;
	width: 100%;
}

div#siteheaderother {
	background-image: url(../images/siteheader_other.png);
	height: 150px;
	width: 100%;
}

div#navbar {
	padding: 5px;
	background-color: #8e8b85;
	text-align: center;
	border-color: #000000;
	border-style: solid;
	border-width: 1px 0 1px 0;
	
	/* Navbar gradient */
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, left bottom, from(#a6a49e), to(#8e8b85));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(top, #a6a49e, #8e8b85);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6a49e, endColorstr=#8e8b85);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6a49e, endColorstr=#8e8b85)";
}

a.navbarlink {
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #5ab5dc;
	text-shadow: 1px 1px 0px #2a6687;
	-moz-text-shadow: 1px 1px 0px #2a6687;
	-webkit-text-shadow: 1px 1px 0px #2a6687;
	transition-duration:0.2s;
	-webkit-transition-duration:0.2s;
	-moz-transition-duration:0.2s;
	-o-transition-duration:0.2s;
    margin-left: 20px;
    margin-right: 20px;
}

a:hover.navbarlink {
	color: #b6dff2;
	text-shadow: 0px 0px 25px #ffffff;
	-moz-text-shadow: 0px 0px 25px #ffffff;
	-webkit-text-shadow: 0px 0px 25px #ffffff;
}

a:visited.navbarlink {
	color: #5ab5dc;
	text-shadow: 1px 1px 0px #2a6687;
	-moz-text-shadow: 1px 1px 0px #2a6687;
	-webkit-text-shadow: 1px 1px 0px #2a6687;
}

td#maincontent {
	padding: 10px;
}

p#h1 {
	font-family: ScriptFont;
	font-size: 50px;
	font-weight: bold;
	color: #5ab5dc;
	text-shadow: 1px 1px 0px #518cac;
	-moz-text-shadow: 1px 1px 0px #518cac;
	-webkit-text-shadow: 1px 1px 0px #518cac;
	margin: 0px;
}

p#h2 {
	font-family: ScriptFont;
	font-size: 30px;
	font-weight: normal;
	color: #303030;
	margin: 0px;
}

p#h3 {
	font-family: ScriptFont;
	font-size: 35px;
	font-weight: bold;
	color: #303030;
	margin: 0px;
	text-align: center;
}

td#highlights {
	border: 2px solid #5ab5dc;
	padding: 8px;
	width: 300px;
}

td:hover#highlights {
	background-color: #c6eeff;
	border: 2px solid #5ab5dc;
	padding: 8px;
	width: 300px;
}

td#footer {
	padding: 4px;
	text-align: center;
	font-size: 10px;
	border-top-style: dotted;
	border-color: #000000;
	border-top-width: 1px;
}

a:link.unformatted {
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
}
	
a:visited.unformatted {
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
}

a:hover.unformatted {
	font-weight: inherit;
	color: inherit;
	text-decoration: inherit;
}

a:link.link {
	font-weight: bold;
	color: #5ab5dc;
	text-decoration: none;
}
	
a:visited.link {
	font-weight: bold;
	color: #5ab5dc;
	text-decoration: none;
}

a:hover.link {
	font-weight: bold;
	color: #5ab5dc;
	text-decoration: underline;
}