
@import url("rcontent.css");
@import url("lcontent.css");

#title_container 
{
	display: block;
	float: none;
	
	text-align: center;
	
	margin-left: 10px;
	margin-right: 10px;
	
	font-size: 1.2em;
	line-height: 1.4em;
}

#header_img
{
	clear: both;
	display: inline-block;
	float:none;
	
	height: 130px;
	width: 980px;
	border: solid 1px #000;
	
	margin-top : 0px;
	margin-bottom: -3px;
}

#title_first_row
{
	clear: both;
	display: inline-block;
	float:none;
	
	text-align:center;
	
	width: 980px;
	height: 80px;
	
	border-left: solid 1px #5c96e2;
	border-right:solid 1px #5c96e2;
	border-top: solid 1px #5c96e2;
	
	background:#bfd6f4 url("../Images/Menu/bgh.gif") repeat-x;	
}

#ltitle
{
	display: inline;
	float: left;
	
	width: 100px;
	height: 76px;
	
	margin: 1px 0 0px 65px;
	padding: 0;
}

#rtitle
{
	display: inline;
	float: right;
	
	width: 100px;
	height: 72px;
	
	margin: 4px 65px 0px 0px;
	padding: 0px 0 0 0;
	
}

#ctitle
{
	display: inline;
	float: none;
	
	margin: 0px 0px 0px 0px;
	padding: 0;
	
	text-align: center;
	
	width: 636px;
	height: 80px;
}


#ctitle h1
{
	text-align:center;
	font: italic bold 3.2em georgia, 'times new roman', sans-serif; 
	margin: 0;
}
#ctitle h2
{
	text-align:center;
	font: italic bold 1.8em georgia, 'times new roman', sans-serif; 
	margin: 0;
}

#container 
{
	clear:both;
	
	display: block;
	float: none;
	
	width: 982px;
	margin: 10px 8px 0 10px; /*182px - left */
	padding: 0;
	
	font-size: 1.2em; /* 12px; */
	line-height: 1.4em; /* 18px */
	/* debug - border : solid 1px #e73956; */
	
	text-align: left;
}

#headerabove {
	margin: 0;
	padding: 0;
	height: 1.5em;
}

.showbr {
	display: block;
	padding: 6px 0;
	margin: 0;
}

br {
	line-height: inherit;
}

a {
	color: #008CEA;
	text-decoration: none;
}

a:hover {
	color: #FF6633;
	text-decoration:underline;
}

a img 
{
	border: solid 1px white;
}

#returnTop a {
	display: block;
	width: 42px;
	color: #008CEA;
	background-image: url(../Images/arrow_return_top.gif);
	background-repeat: no-repeat;
	background-position: 0 14px;
	padding: 10px 0 0 11px;
	margin: 0;
	clear: both;
}

#returnTop a:hover {
	text-decoration: underline;
}

#aboveFooter {
	display: block;
	height: 20px;
	clear: both;
	padding: 0;
	margin: 0;
}

#footer 
{
	clear: both;
	display: block;
	float:left;
	
	font-size: 1.2em; /* 12px; */
	line-height: 1.4em; /* 18px */
	
	width:980px;
	height: 3em;
	
	background:#bfd6f4 url("../Images/Menu/bgr.gif") repeat-x top;
	
	border: solid 1px #5c96e2;
	
	padding: 0;
	margin: 0 0 0 10px;
}

#underFooter {
	display: block;
	height: 10px;
	clear: both;
	padding: 0;
	margin: 0;
}

/*
#footer {
	clear: both;
	display: block;
	height: 2.5em;
	
	background:#bfd6f4 url(../Images/Menu/bgr.gif) repeat-x bottom;
	border: solid 1px #5c96e2;
	padding: 0;
	margin: 0 0px 15px 10px;
}
8?
/*
#footerLeft {
	background-image: url(../Images/footer_l.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 50px;
	float: left;
}

#footerRight {
	background-image: url(../Images/footer_r.gif);
	background-repeat: no-repeat;
	width: 17px;
	height: 50px;
	float: right;
}

*/

#footer p 
{
	font-weight:bold;
	text-align: center;
	text-decoration:none;
	
	padding: 0.75em;
}

#footer a {
	color: #008CEA;
	text-decoration: underline;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}