/* 
Blue blog template 
----------------------
You are free to use
this template in any
way you desire, no
author information or
link back are required.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFC6CE url(bg.gif) repeat-y left top;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 827px;
	height: 60px;
	background: #fff url(header.jpg) repeat-x;
	padding-top: 100px;
	font-size: 14pt;
	color: #FFF;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #C2D9EF;	
}

#container {
	width: 827px;
	background: #fff url("sidebar.gif") repeat-y right;
	padding:0px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 26px;
}

#horizontal {
	width: 807px;
	height: 30px;
	background: #fff url(horizontal.jpg) repeat-x;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #db7093;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	text-decoration: none;
}

#right-column {
	color: #808080;
	width: 154px;
	background: url(menutop.gif) no-repeat top left;
	float: right;
	padding: 10px;
	border-right: 4px solid #FFF;
}

#content {
	float: left;
	width: 625px;
	margin: 10px 0 0 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #DB7093;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(h2bg.gif) top left repeat-y;
}

.black {
	color: #000;
}

p {
	margin-bottom: 10px;
	padding-left: 14px;
	background: url(articlebg.gif) top left repeat-y;
	text-align: justify;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;


}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #ccc;
	background: #F9F9F9;
	clear: both;
	width: 625px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}
.tblHdr {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding: 2px;

}
.tblContent {
	padding: 2px;

}
ul.l_0 {
	padding-left: 40px;
	background: url(articlebg.gif) top left repeat-y;
	font-weight:bold;
	text-indent: -10px;


}
ul.l_1 {
	margin-left: 30px;
	font-weight:normal;

}
ul.side {
	padding-left: 15px;
}
.linkMain {
	padding-top: 10px;
	padding-bottom: 10px;
}
