body {
	margin: 0;
	padding: 0;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-size: 62.5%;
	color: #202020;
}

#container, #menu-container {
	width: 700px;
	margin-left: 28%;
	margin-right: 19%;
	padding: 0;
}

#footer-container {
	width: 860px;
	margin-left: 16%;
	padding: 0;
}

/************************************************
*	Menu	  									*
************************************************/

#menu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 45px;
	border-bottom: 1px #b8b8b8 solid;
	background-color: #ebebeb;
	text-align: right;
	color: #000;
	z-index: 20;
}

#menu a {
	display: inline-block;
	background-color: #ebebeb;
	color: #000;
	font-size: 1.3em;
	text-decoration: underline;
	padding: 14px 10px;
}

#menu a:hover {
	background-color: #3d3d3d;
	color: #fff;
	text-decoration: none;
}

/************************************************
*	Content 						 			*
************************************************/

#content {
	position: relative;
	background-color: #fff;
	margin: 65px 0 70px;
	font-size: 1.3em;
}

h1, h2 {
	display: block;
	width: 180px;
	padding: 10px;
	border-right: 1px solid #bebebe;
	font-weight: normal;
	text-align: right;
	color: #666;
}

h1 {
	margin: 10px 0 0 -212px;
	font-size: 1.75em;
}

h2 {
	margin: -20px 0 0 -212px;
	font-size: 1.5em;
}

h3 {
	margin: 5px 0;
	padding: 0;
	font-size: 1.55em;
	font-weight: normal;
	color: #666;
}

#content .intro {
	width: 670px;
	margin: -60px 0 0;
	font-size: 1.15em;
	font-weight: normal;
	color: #666;
	min-height: 60px;
}

#content #keywords a {
	color: #202020;
}

/************************************************
*	Footer	  									*
************************************************/

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	padding-top: 10px;
	width: 100%;
	height: 25px;
	background-color: #f5f5f5;
	border-top: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;
	color: #939393;
	font-size: 1.3em;
	clear: both;
}

#footer a, #footer a:visited {
	color: #939393;
	text-decoration: none;
}

#footer a:hover {
	color: #606060;
}

/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #b60000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a[href^="http"]:after {
	content: " " url(../icon-external-link.png);
}

a.no-external-link-image:after {
	content: "";
}
/*a[href$='.pdf']:after {
	content: " " url(../images/icon-pdf.png);
}*/

/************************************************
*	Images  						 			*
************************************************/

img {
	border: 0;
}

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
}

img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}

img.alignright {
/*	padding: 0;*/
	margin: 0 0 20px 20px;
	display: inline;
}

img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}

img.bordered {
	padding: 3px;
	border: 1px silver solid;
}

/************************************************
*	Tables	  						 			*
************************************************/

table {
	border: 0;
}

th {
	text-align: left;
}

/************************************************
*	Forms	  						 			*
************************************************/

input[type="text"], input[type="password"], input[type="file"], textarea {
	background: #fff;
	color: #202020;
	font-size: 13px;
	font-family: "Century Gothic", Arial, Tahoma, Verdana;
	border-top: 1px solid #666;
	border-right: 1px solid #ddd;
	border-left: 1px solid #666;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}

input[type="submit"], input[type="button"] {
	background: #f5f5f5;
	color: #444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	border: 1px solid #dcdcdc;
	margin-top: 5px;
	padding: 3px  15px;
}

label {
	width: 100px;
	float: left;
}

/************************************************
*	Other & General					 			*
************************************************/

hr {
	margin: 20px 0;
	border: none;
	border-top: 1px dotted #c0c0c0;
	background-color: #fff;
	height: 1px;
	clear: both;
}

div.jspopup {
	position: absolute;
	overflow: hidden;
	border: 1px silver solid;
	background-color: #f8f8fa;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.message {
	font-weight: bold;
	color: #ffcd06;
}

.error {
	font-style: italic;
	color: red;
}

.grayfont {
	color: #666;
}
