body
{
	background-image: url(../images/template/base/bg_repeat-x.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #006da5;
	color: #222222;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	line-height: 1.35em;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/***********************************************************************/
/** reset styles *******************************************************/
/***********************************************************************/

a,
a:link,
a:hover,
a:active,
a:visited,
a:visited:hover
{
	color: #003d7b;
	text-decoration: underline;
}

a:hover,
a:visited:hover
{
	color: #006DA3;
}

img
{	
	border: none;
}	

h1,
h2,
h3,
h4,
h5
{
	font-family: Trebuchet MS, Trebuchet, Calibri, sans-serif;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}

h1
{
	color: #003d7b;
	font-size: 15pt;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.clear
{
	clear: both;
	height: 0px;
}

p
{
	font-weight: bold;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
	padding-bottom: 8px;
}


/***********************************************************************/
/** General Template ***************************************************/
/***********************************************************************/

.wrapper
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 996px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.site_wrapper
{
	background-image: url(../images/template/base/bg_content_repeat-y.png);
	background-repeat: repeat-y;
	margin-top: -8px;
	width: 996px;
}

.site_container
{
	background-image: url(../images/template/base/bg_content.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 518px;
	padding-left: 31px;
	padding-right: 33px;
	width: 932px;
}

.site_bottom
{
	background-image: url(../images/template/base/bg_content_bottom.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 996px;	
}


/***********************************************************************/
/** Header container ***************************************************/
/***********************************************************************/

.header_container
{
	background-image: url(../images/template/base/bg_header.png);
	background-repeat: no-repeat;
	height: 142px;
	width: 996px;
	
	position: relative;
	top: 0px;
	left: 0px;
}

.logo_container img
{
	position: absolute;
	top: 0px;
	left: 25px;
}

/***********************************************************************/
/** Error wrapper ******************************************************/
/***********************************************************************/

.error_wrapper
{
	background-image: url(../images/template/base/bg_error.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	height: 406px;
	margin-left: 45px;
	margin-right: 48px;
	padding-left: 32px;
	padding-right: 32px;
	padding-top: 90px;
	width: 308px;
}

.icon_exclamation
{
	background-image: url(../images/template/icons/ico_exclamation.gif);
	background-repeat: no-repeat;
	height: 94px;
	width: 94px;
	
	position: absolute;
	top: 225px;
	left: 448px;
}

/***********************************************************************/
/** Footer container ***************************************************/
/***********************************************************************/

.footer_container
{
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 31px;
	padding-right: 33px;
	width: 932px;
}

.credits
{
	color: #fff;
	font-weight: bold;
	text-align: right
}

.credits a,
.credits a:link,
.credits a:hover,
.credits a:visited,
.credits a:active,
.credits a:visited:hover
{
	color: #fff;
}

.credits a:hover,
.credits a:visited:hover
{
	color: #e1f1fa;
}
