/*******************************************************************/
body {
	margin:0px;
	padding:0px;
	font-family: arial;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
	background: #005bc0;
}

.container {
	min-width: 600px;
	width:expression(document.body.clientWidth < 600? "600px": "auto" );
}

form {
	margin:0px;
	padding:0px;
}

td {
	font-family: arial;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	font-weight: normal;
}


/* main text and nav */

h1 {
	font-size:20px;
	color: #ffd200;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

img {
	display: block;
	padding: 2px 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	margin: 5px;
	float: left;
	border: solid 1px #d2deec;
	background: #004491;
}

h3 {
	font-size:12px;
	color: #ffd200;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {
	font-size:14px;
	color: #ffd200;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
}

h2 A, h2 A:visited {
	font-size:14px;
	color: #ffd200;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration:none;
}

h2 A:hover {
	font-size:14px;
	color: #ffd200;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-decoration:underline;
}

A, A:visited {
	color:#ffdf00;
	font-family:arial;
	font-size:14px;
	text-decoration:none;
	margin:0;
	padding:0;
}

A:hover {
	color:#ffdf00;
	font-family:arial;
	font-size:14px;
	text-decoration:underline;
	margin:0;
	padding:0;
}

A.whitelink, A.whitelink:visited {
	color:#fff;
	font-family:arial;
	font-size:14px;
	text-decoration:none;
	margin:0;
	padding:0;
}

A.whitelink:hover {
	color:#fff;
	font-family:arial;
	font-size:14px;
	text-decoration:underline;
	margin:0;
	padding:0;
}

a.top-link, a.top-link:visited {
	color: #00c7f3;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
}

a.top-link:hover {
	text-decoration: underline;
}

td.top-link {
	color: #00c7f3;
	font-size: 12px;
}
/*
	TABLE STYLES
*/

table.table, table.table td {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	border: solid 1px #e1ecf8;
	background: #0078d4;
}

table.table td {
	padding: 2;
}

/*
	LIST STYLES
*/

ul {
	list-style-image: none;
	list-style-type: none;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

ul li {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	dispaly: block;
	background: url(/images/bullet1.gif) 0px 4px no-repeat;
	padding-left: 12;
}

ol {
	list-style-type: decimal;
	color: #fff;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}

ol li {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
}


/* forms */
.inputtext {
	height:17px;
	font-size:12px;
	font-family:arial;
	color:#3d3d3d;
	border: 1px solid #92ADC6;
	background-color: #ffffff;
	margin:0px; 
	padding:0px;
}
.inputtext100 {
	height:17px;
	font-size:12px;
	font-family:arial;
	color:#3d3d3d;
	border: 1px solid #92ADC6;
	background-color: #ffffff;
	margin:0px; 
	padding:0px;
}
.inputcheckbox {
	margin:0px; 
	padding:0px;
}
.inputbutton {
	height:19px;
	font-size:12px;
	font-family:arial;
	color:#074162;
	border: 1px solid #03557F;
	font-weight:bold;
	background: url("/images/butbg.gif");
	margin:0px; 
	padding:0px;
}
.inputtextarea {
	font-size:12px;
	font-family:arial;
	color:#3d3d3d;
	border: 1px solid #92ADC6;
	background-color: #ffffff;
	margin:0px; 
	padding:0px;
}
.inputselect {
	height:17px;
	font-size:11px;
	font-family:arial;
	color:#3d3d3d;
	border: 1px solid #92ADC6;
	background-color: #ffffff;
	margin:0px; 
	padding:0px;
}
.inputmultiselect {
	font-size:12px;
	font-family:arial;
	color:#3d3d3d;
	border: 1px solid #92ADC6;
	background-color: #ffffff;
	margin:0px; 
	padding:0px;
}

/*
	News Styles
*/
.full-text-link, .full-text-link:visited {
	display: block;
	padding: 0 10 0 0;
	color: #ffd200;
	font-size: 12px;
	text-transform: lowercase;
	background: url(/images/rarr.gif) right 6px no-repeat;
	text-decoration: none;
}

.full-text-link:hover {
	display: block;
	padding: 0 10 0 0;
	color: #ffd200;
	font-size: 12px;
	text-transform: lowercase;
	background: url(/images/rarr.gif) right 6px no-repeat;
	text-decoration: underline;
}

/* pager */
.page, .page:visited {
	font-family: tahoma;
	font-size:12px;
	color:#00d2f7;
	text-decoration:none;
}

.page:hover {
	font-family: tahoma;
	font-size:12px;
	color:#00d2f7;
	text-decoration:underline;
}

.activepage, .activepage:visited, .activepage:hover {
	font-family: tahoma;
	font-size:12px;
	color:#005ac0;
	text-decoration:none;
	display: block;
	background: url(/images/page/active-page.gif) no-repeat;
	width: 16px;
	height: 15px;
	padding-left: 4px;
	margin: 0;
}
/*
	SOME PAGE STYLES
*/

#centerLayer {
	position: absolute;
	width: 611px;
	height: 293px;
	left: 50%;
	top: 0px;
	margin-left: -306px;
}

#mainLayer {
	position: absolute;
	width: 990px;
	height: 100%;
	left: 50%;
	top: 0px;
	margin-left: -495px;
	padding-top: 300px;
}

#leftColumn {
	position: absolute;
	width: 225px;
	/*height: 200px; ?*/
	left: 50%;
	top: 300px;
	margin-left: -495px;
	text-align: justify;
}

#centerColumn {
	position: absolute;
	width: 539px;
	/*height: 200px; ?*/
	left: 50%;
	top: 300px;
	margin-left: -270px;
	text-align: justify;
}

#rightColumn {
	position: absolute;
	width: 225px;
	/*height: 200px; ?*/
	left: 50%;
	top: 300px;
	margin-left: 270px;
	text-align: justify;
}

a.small-top-link, a.small-top-link:visited, a.small-top-link:hover {
	display: block;
	width: 17px;
	height: 17px;
	text-decoration: none;
}


/*
	GBook STYLES
*/

table.gbook {
}

table.gbook td{
	color: #fff;
	font-size: 12px;
}

table.gbook td input, table.gbook td textarea {
	border: solid 1px #fff;
	background: #0093de;
	color: #fff;
}

a.gbook-send, a.gbook-send:visited {
	display: block;
	width: 117px;
	height: 63px;
	text-decoration: none;
	background: url('/images/gbook/send.jpg') no-repeat;
	float: left;
}

a.gbook-send:hover {
	display: block;
	width: 117px;
	height: 63px;
	text-decoration: none;
	background: url('/images/gbook/send-over.jpg') no-repeat;
}

a.gbook-clear, a.gbook-clear:visited {
	display: block;
	width: 117px;
	height: 63px;
	text-decoration: none;
	background: url('/images/gbook/clear.jpg') no-repeat;
	float: left;
}

a.gbook-clear:hover {
	display: block;
	width: 117px;
	height: 63px;
	text-decoration: none;
	background: url('/images/gbook/clear-over.jpg') no-repeat;
}

.gbook-header {
	color: #ffd200;
	font-size: 14px;
}

.gbook-admin-header {
	color: #ffd200;
	font-size: 12px;
}

.gbook-admin-text {
	font-size: 12px;
}

.nostyle-image {
	border: 0;
	margin:0;
	padding: 0;
	background: inherit;
}

/*
	Messages Styles (ERROR & OK)
*/

.ok-msg {
	color: #00d2f7;
	display: block;
	height: 20px;
	padding: 2 2 2 20;
	background: url(/images/ok-msg.jpg) no-repeat;
}

.bad-msg {
	color: #ffd400;
	display: block;
	height: 20px;
	padding: 2 2 2 20;
	background: url(/images/bad-msg.jpg) no-repeat;
}

/*
	R70
*/

.r70-link, .r70-link:visited, .r70-link:hover {
	font-size: 12px;
	color: #fff;
}
