/* general classes */
body {
	font-family : "Trebuchet MS", Tahoma, Arial; 
	font-size : 12px;
	color : #000000;
	margin:0px;
	background-color:#bedae8;
	background-image:url(images/bg.png);
	background-repeat:repeat-x;
}

#clr {
	clear: both;
}

a { 
	font-family : "Trebuchet MS", Tahoma, Arial; 
	text-decoration : none; 
	color:#f33e60; 
}

.sublink { 
	font-family : "Trebuchet MS", Tahoma, Arial;
	font-size:12px; 
	text-decoration : none; 
	color:#333333;
}

.headlink { 
	font-family : "Trebuchet MS", Tahoma, Arial;
	font-size:12px;
	text-decoration : none; 
	color:#996600; 
}

P { margin-top: 0;  margin-bottom: 0; }

HR {
	border : 1px dotted #000000;
}

td {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size : 10px;
	letter-spacing:1px;
}

textarea {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size : 10px;
	letter-spacing:1px;
}

input {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size : 10px;
	letter-spacing:1px;
}

form {
	margin:0px;
}

.error {
	font-family : "Trebuchet MS", Tahoma, Arial;
    font-size : 11px;
    color : Red;
}

.info {
	font-family : "Trebuchet MS", Tahoma, Arial;
    font-size : 11px;
    color : Blue;
}

/* Header */
#outline {
	width:940px;
}




#sidebar_header {
	text-align:right;
	background-color:#000000;
	background-image:url(images/headerright.png);
	height:287px;
	width:349px;
	background-repeat:no-repeat;

}

/* Center */
#center{
	float:left;
	width:585px;
}


#content_header {
	text-align:right;
	background-color:#000000;
	background-image:url(images/headerleft.png);
	height:287px;
	width:585px;
	background-repeat:no-repeat;

}

#content{
height:368px;
background-image:url(images/left.png);
background-repeat:no-repeat;
}

#content_inner{
height:348px;
width:551px;
float:left;
overflow:auto;
}

#side{
	float:left;
	width:349px;
	text-align:center;
}

#sidebar{
height:276px;
background-image:url(images/right.png);
background-repeat:no-repeat;
}

#sidebar_inner{
	margin-left:37px;
	width:201px;
	text-align:left;
height:198px;
float:left;
overflow:auto;
}


/* Footer */
#sidebar_footer{
	margin-left:40px;
	width:200px;
	text-align:left;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size:10px;
	color:#666666;
}

#sidebar_footer a{
color:#FF0066;
}

.pgprocessed {
	color: #FFFFFF;
	font-family : "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
}

/*sidebar */

/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: normal 12px "Trebuchet MS", Tahoma, Arial;
	color: #000000;
	margin: 20px 0px 2px;
	letter-spacing:2px;
	border-bottom: 1px solid #333333;
}
/*sidebar text styles */
#sidebar a, #sidebar a:visited{
	color: #495233;
	text-decoration: none;
}
#sidebar a:hover{
	color: #FF6600;
	text-decoration: none;
}
/*sidebar list level1 */
#sidebar ul {
	margin: 0;
	padding: 0;
	font: normal 10px "Trebuchet MS", Tahoma, Arial;
	letter-spacing:2px;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;

}
/*sidebar list level2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;

}
#sidebar ul li ul li{
	padding: 2px 0 2px 10px;
	border-bottom: 1px solid #CCCCCC;

}
/*sidebar list level3 */
#sidebar ul li ul li ul li{
	padding: 1px 0 1px 10px;
	border: none;
}

#sidebar ul li ul li a, #sidebar ul li ul li a:visited{
color: #f33e60;
}

#sidebar ul li ul li a:hover{
color: black;
}

#sidebar ul li ul li ul li a, #sidebar ul li ul li ul li a:visited{
color: black;
}

#sidebar ul li ul li ul li a:hover{
color: #f33e60;
}

.php {
	border:#666666 1px solid;
	background-color:#FFFFCC;
	width:90%;
}


.centerbox{
width:470px;
margin-top:5px;
margin-bottom:5px;
}

.centerbox_header{
padding-left:2px;
color:#000000;
text-align:left;
text-indent:5px;
font-weight:bold;
	letter-spacing:2px;

}

.centerbox_content{
border-bottom:1px dotted #CCCCCC;
border-top:1px dotted #CCCCCC;
padding:5px;
text-align:left;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size : 10px;
	letter-spacing:1px;
}

/* FORM */
#textinput{
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size : 12px;
	color:#333333;
	background-color:#FFFF99;
	border:1px solid black;
	width:300px;

}
