/* CMS Style */

/* general */
* {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
}

/* tags */
body {background:url(../images/background.jpg);}

h1 {font-size:24px;}

h2 {font-size:14px;}

h3 {font-size:12px;}

h4 {font-size:16px;}

h5 {font-size:18px;}

h6 {font-size:36px;}

a { 
	font-size:12px;
	color:#000000;
	text-decoration:none;
}

a:hover{text-decoration:underline;}

p {font-size:12px;}

a:hover {text-decoration:underline;}

#list td {
	text-align:center;
	border:thin dashed #999999;
}

.backDrop {background:#351e01;}

/* header */
.header{background:url(../images/header.jpg);}


/* content */
.page {background: #FFFFFF;}

.actionBtns a:hover {text-decoration:none;}

#CMSHome {text-align:center;}

#CMSHomeBtns {text-align:center;}

#breadcrumb{ border-bottom:#CCCCCC thin solid;}
	
#subDirs{
	text-align:center;
	border:thin #CCCCCC solid;
}

/* login */
.error p {color:#FF0000;}

/* main menu */
.menuItem a:hover {
	text-align:center;
	text-decoration:none;
}