body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #11569b;/*003366;*/
	margin:0px;
	padding:0px;
	
}

a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0084;
}
a:active {
	text-decoration: none;
	color: #FF00FF;
}


div#header
{	
	width:100%; height:76px; 
	background-color: #104376; 
	background-image:url('../images/titlepat5.jpg'); /* titlepat5 , thicktitlepat1 */
	background-repeat:repeat-x;
	background-position:top center;
	text-align:center;
	border-bottom:1px solid #FF0084; /*#F00;*/
}

#header_logo
{
	padding:0; 
	margin:0; 
	border:0; 
	position:absolute; 
	z-index:1; 
	right:50%; 
	margin-right:220px;  
	top:5px; 
	width:145px; 
	height:110px;  
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/titanlogo4.png', sizingMethod='scale');
	background-image:url('../images/titanlogo4.png');
	*background:none;
}

#header_title
{
	padding:0; 
	margin:0; 
	border:0; 
	position:absolute;  
	right:50%; 
	margin-right:-320px;  
	top:0px; 
	width:500px; 
	height:76px; 
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/pagetitle2.png', sizingMethod='scale');
	background-image:url('../images/pagetitle2.png');
	*background:none;
}

div#navcontainer
{

	background-color:#FFF;
	padding-top:2px;
	padding-bottom:5px;

}



div#contentCenter
{
	
	position:relative;
	left:50%;
	margin:0;
	margin-left:-375px;
	top:0;
	padding:0;		
	
	width:750px;
}

div#content
{
	padding:5px;
	margin:20px 0px 20px 0px;
	background-color:#FFFFFF;
}

div#contentLeft
{
	float:left;	
	padding:2px;
	margin:0px;	
	width:200px;	
	background-color:#FFF;
	align:center;
	text-align:center;
}

div.ContentBox
{
	padding:6px 0 8px 0;
	margin:0px;
	background-image:url('../images/titlepat5.jpg'); /* titlepat5 , thicktitlepat1 */
	background-repeat:repeat-x;
	background-position:top center;
	color:#eee;
}

div#leftBox
{
	background-color:#bbbbbb;
	padding:6px;
	margin:0px;
}

div#contentRight
{
	float:right;
	padding:2px;
	padding-right:12px;
	padding-left:12px;
	margin:0px;
	margin-bottom:5px;
	width:506px;
	background-color:#eee;/*#F7F4F4;*/
	text-align:left;
	align:left;
}

div#footer
{
	clear:both; 
	/*width:100%; 	 */
	padding:8px; 
	margin-top:5px;	
	background-color:#bbbbbb;
}


div.thumbnail
{
	background-image:url("../images/thumb01.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	width:100px;
	height:100px;
	padding:4px;
	border:1px solid #777;
	background-color:#FFF;
}

p {
	text-align:justify;
	text-indent: 25px;
}

div#content h1 {
	margin-top:30px;
	border-bottom:solid 2px #FF0084;/*#F00;*/
	text-align:right;
	font-size:20px;	
	color:#fff;
	padding-right:10px;
	
	background-image:url('../images/titlepat5.jpg'); /* titlepat5 , thicktitlepat1 */
	background-repeat:repeat-x;
	background-position:bottom;
	/*background-color: #104376; */
}

div#content h2 {
	
	border-bottom:solid 1px #FF0084;/*#f00;*/
	
	/*background-color: #104376; */
	width:50%;
	margin-right:25%;
	
	font-size:12px;
	color:#eee;
	text-align:left;
	
	background-image:url('../images/titlepat5.jpg'); /* titlepat5 , thicktitlepat1 */
	background-repeat:repeat-x;
	background-position:bottom;
}


img.albumthumb
{
	width:110px;
	height:85px;
	padding:5px;
	margin:5px;
	border:1px solid #777;
	cursor:pointer;
	background: #FFF url("../images/loading.gif") no-repeat center center;
}

a:hover img.albumthumb
{
	background-color:#FF0084;
}

.text_border
{
margin: 10pt;
border-style: solid;
border-width: 1pt;
border-color: #000;
padding: 5px;
}