html, body
{
	margin:0;	
	padding:0;
	margin-left : auto;
	margin-right : auto;
	background: #b4b3b3 url('images/background-fade.jpg') repeat-y;
	background-position: 50% 0px;
	height : 100%;
}

#main-body
{
	position : relative;
	margin-left : auto;
	margin-right : auto;
	background-color : #fff;
	width : 960px;
	min-height : 100%;
}


#top-links
{
	background-color : #cacaca;	
	width : 100%;
	color : #545353;
	font-family : arial;
	font-size : 11.5pt;
	text-align : right;
	padding : 4px 0px 4px 0px;
	height : 24px;
	line-height : 24px;	

}
#top-links a:link { color: #545353; text-decoration: none;}
#top-links a:visited { color: #545353; text-decoration: none; }
#top-links a:hover { color: #b4b3b3; text-decoration: none; }

.top-link
{
	padding-right : 15px;
	padding-left : 15px;
}
#main-image-text
{
	display : block;
	position : absolute;
	height : 50px;
	top : 150px;
	left : 150px;
	font-family : helvetica;
	font-size : 26pt;
	color : #b4b3b3;
}

#main-links
{

	width : 960px;
	color : #b4b3b3;
	font-family : arial;
	font-size : 12pt;
	text-align : left;
	padding : 4px 0px 4px 0px;
	margin-top : -30px;
}
.main-link
{
	margin-left : 10px;
	margin-right : 50px;
}

#main-links a:link { color: #b4b3b3; text-decoration: none;}
#main-links a:visited { color: #b4b3b3; text-decoration: none; }
#main-links a:hover { color: #fff; text-decoration: none; }

#bottom-links
{
	position : absolute;
	margin-left : auto;
	margin-right : auto;
	width : 960px;
	background-color : #cacaca;
	height : 24px;	
	line-height : 24px;	
	color : #545353;
	font-family : arial;
	font-size : 11.5pt;
	bottom : 0px;

}
#bottom-links a:link { color: #545353; text-decoration: none;}
#bottom-links a:visited { color: #545353; text-decoration: none; }
#bottom-links a:hover { color: #b4b3b3; text-decoration: none; }
.bottom-link
{
	margin-left : 10px;
	margin-right : 10px;
}

#main-content
{
	width : 900px;
	margin-left : auto;
	margin-right : auto;
	background-color : #fff;
	font-family : arial;
	font-size : 11pt;
	min-height : 100%;
	height : 100%;
	position : relative;
	margin-bottom : 20px;
	margin-top : 20px;
	overflow:auto;
}

.page-header
{
	float : left;
	width : 40%;
	font-family : arial;
	font-size : 18pt;
	color : #74499C;
	margin : 20px;	

}

.sub-header
{
	float : left;
	width : 40%;
	font-family : arial;
	font-size : 14pt;
	color : #74499C;
	margin : 20px;	

}
h1,h2,h3,h4,h5,h6,strong
{
	color : #74499C;
}

.content-box
{
	display : block;
	border-color : #b4b3b3;
	border-style : solid;
	border-width : 1px; 
	text-align : left;
	margin-top : 10px;
	padding : 10px;
	text-align : justify;
	border-top:6px solid #c4c3c3;
	font-family : arial;
	font-size : 10pt;
	font-weight : 400;
}

.content-box h1
{
	padding : 5px;
	margin-top : -10px;
	font-size : 14pt;
	font-family : arial;
}
.content-box h2
{
	padding : 5px;
	margin-top : -10px;
	font-size : 12pt;
	font-family : arial;
}
.content-box h3
{
	padding : 5px;
	margin-top : -10px;
	font-size : 10pt;
	font-family : arial;
}
.content-box h4
{
	padding : 5px;
	margin-top : -10px;
	font-size : 8pt;
	font-family : arial;
}

.content-box hr
{
	border : 0;
	height : 1px;
	width : 96%;
	color : #e4d3d3;
	background-color : #e4e3e3;
}

.content-box a:link { color: #74499C; text-decoration: none;}
.content-box a:visited { color: #74499C; text-decoration: none; }
.content-box a:hover { color: #545353; text-decoration: none; }

.image-links a:link { color: #fff; text-decoration: none;}
.image-links img { border-style : none; }
.image-links a:visited { color: #fff; text-decoration: none; }
.image-links a:hover { color: #fff; text-decoration: none; }


.tab-top
{
	border-color : #b4b3b3;
	border-style : solid;
	border-width : 1px; 
	text-align : left;
	float : left;
	padding : 8px;
	margin-right : 5px;
	text-align : justify;
	border-top:6px solid #c4c3c3;
	font-family : arial;
	font-size : 10pt;
	font-weight : 400;
}

.tab-main
{
	display : block;
	border-color : #b4b3b3;
	border-style : solid;
	border-width : 1px; 
	text-align : left;
	margin-top : 5px;
	float : left;
	padding : 8px;
	margin-right : 5px;
	text-align : justify;
	border-top:6px solid #c4c3c3;
	font-family : arial;
	font-size : 10pt;
	font-weight : 400;
}


