/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url('../images/bground.png');
	background-repeat:repeat-x;
}

/*================================ div's =====================*/
#Main{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	width:770px;
}

#Logo{
	float:left;
	width:210px;
	height:85px;
}

#Date{
	float:right;
	width:190px;
	margin-top:15px;
	height:47px;
}

#Menu{
	position:relative;
	width:770px;
	margin-left:0px;
	top:0px;
	height:35px;
	background-image:url('../images/menu.png');
	background-repeat:no-repeat;
}

#Menu_links{
	position:relative;
	margin-left:10px;
	top:10px;
	height:25px;
}


#Container{
	margin-top:5px;
	width:770px;
	left:0px;
}



#Right-container{
	float:left;
	padding:10px;
	background-image:url('../images/bg-right.png');
	background-repeat:no-repeat;
	width:770px;
}


#Footer{
	position:relative;
	top:16px;
	width:770px;
	border-top:#e5e5e5 1px solid;
}

/*================================ end div's =====================*/


/*================================== box ============================*/
.box {
	background:#262626 url('../images/bottom-left.gif') no-repeat left bottom;
}

.box-outer{
	background: url('../images/bottom-right.gif') no-repeat right bottom;
}

.box-inner{
	background:url('../images/top-left.gif') no-repeat left top;
}

.box-content{
	background:url('../images/top-right.gif') no-repeat right top;
	padding-top:0px;
}


#box-container{
	position:relative;
	padding:3px;
}


/*================================== end box ============================*/




/*================================ tag's & stuff =====================*/



.clear{
	clear:both;
}

img{
	border:0px;
}

hr {
	color: #dfdfdf;
	text-decoration: none;
	height:1px;
}

.input-align{
	vertical-align:text-bottom;
}

.input
	{
	border: 1px #BDBDBD solid;
	background: #eeeeee; 
	font-size: 9pt;
	margin: 1px 0px 0px 0px;
	}

/*================================ end tag's & stuff =====================*/




/*================================ text =====================*/

.txtDate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a6a6a6;
	text-decoration: none;
}

.txtMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #a6a6a6;
	text-decoration: none;
}


.txtCopyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	/*padding-left:300px;*/
	float:right;
}


.txtContent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	text-decoration:none;
	line-height:1.5;
}

.txtTitle{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#262626;
	text-decoration:none;
}

/*================================ end text =====================*/




/*================================ links =====================*/

.lnkURL a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-right:0px;
	text-decoration: none;
}
.lnkURL a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-right:0px;
	text-decoration: none;
}
.lnkURL a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-right:0px;
	text-decoration: underline;
}

.lnkMenu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}
.lnkMenu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top:10px;
	text-decoration: none;
	font-weight:bold;
}
.lnkMenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top:10px;
	text-decoration: underline;
	font-weight:bold;
}



.lnkBottomMenu a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	
}
.lnkBottomMenu a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
	
}
.lnkBottomMenu a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	
}



.txtTitle a:link{
	padding-right: 12px; 
	background: url('../images/link-icon_external_13.png') no-repeat right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#262626;
	line-height:1.2;
	text-decoration:none;
}
.txtTitle a:visited{
	padding-right: 12px; 
	background: url('../images/link-icon_external_13.png') no-repeat right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#262626;
	text-decoration:none;
	line-height:1.2;
}
.txtTitle a:hover{
	padding-right: 12px; 
	background: url('../images/link-icon_external_13.png') no-repeat right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#262626;
	line-height:1.2;
	text-decoration:underline;
}

.lnkEmail a:link{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a6a6a6;
	text-decoration:none;
	line-height:1.2;
}
.lnkEmail a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a6a6a6;
	text-decoration:none;
	line-height:1.2;
}
.lnkEmail a:hover{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a6a6a6;
	text-decoration:none;
	line-height:1.2;
}


/*================================= end links =========================*/


/* Normal Bubble */
div.bubble {
	width: 325px;
	font-size: 0.75em;
	margin: 10px 10px 14px 10px;
}

.commentDelete
	{
	margin: 0px 0px -8px 315px;
	}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #ffffff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 9px 0px 0px 15px;
	top: 6px;
	background: transparent url('../images/tip.gif') no-repeat 20px 0;
	font-style: normal;
}


