A {
	color:blue;
	ccolor: #970D0D;
	ffont-weight:bold;
}

H1 { margin-bottom:2px;
	 margin-top:2px;
	 bborder-bottom: gray dotted 1px;
	 color: #990000;
	 font-size:120%;
	 display: list-item;
	 list-style-type:square;
	 llist-style-image: url("include/images/bullets/bullet.gif");
	 list-style-position: inside;
	 text-shadow: #998888 2px 2px 1px;
	 font-family: Trebuchet MS, Sans ;
}

H2 {
	font-size:13;
	margin-bottom:5px;
	 color: #990000;
}

H3 { margin-bottom:2px;
	 margin-top:2px;
	 bborder-bottom: gray dotted 1px;
	 color: #990000;
	 font-size:120%;
	 display: list-item;
	 list-style-type:square;
	 list-style-position: inside;
	 text-shadow: #998888 2px 2px 1px;
	 font-family: Trebuchet MS, Sans ;
}

B {font-size: inherit;}

BODY {background:#FFFFFF url(include/images/misc/background.gif) repeat-y top center;
	margin: 0 auto;
	padding: 10px;
	mmin-width: 770px;
	mmin-height: 300px;
	text-align: center;
	font-family: "Lucida Grande","Trebuchet MS", Verdana, Arial, Helvetica;
	font-size:78%;
	line-height: 120%;
} 

#center_page {
		width:770px;
		margin:0 auto;
		text-align: left;
}

dDIV {border:dotted red 1px;margin:2px;}

#mainmenu *{
		font-family: Trebuchet MS, Verdana, Sans ;
}

#mainmenu .selected {
	color:#990000;
}

#mainmenu .mainitem {
	margin-top:20px;
	float:left;
	background-image: url(include/images/nav/m_cent.gif);
}

#mainmenu A {color:#6C6C6C;
			font-weight: bold;
			text-decoration: none;
			font-size: 12px;
			margin-top: 3px;
			text-transform: uppercase;
			text-shadow: #7C7C7C 2px 2px 1px;
			letter-spacing: 1px;			
}

#submenu {
		height:29px;
		background-image: url(include/images/nav/sub_cent.gif);
		padding:0px;
		margin-bottom:5px;
}

#submenu * {color:white;
			letter-spacing: 1px;
			font-weight:bold;
			font-family: Trebuchet MS,Verdana, Sans ;
			font-size:11px;
}
			
#submenu .splitter {font-weight: bold;font-size: 14px;}

#navbar {padding:3px;color:gray;}
#navbar * {	font-size:11px;color:gray;}

#page_content {
	padding:0px;
	margin-top:10px;
}

#page_content *{
	font-family: Arial;
}

#page_footer {
	clear: both;
	text-align: center;
	margin:5px;
	margin-top:20px;
	font-size:11px;
}

#rightcolumn {
	float:right;
	width:155px;
	overflow: hidden;
}

.box {
	background:#F6F6F6 url(include/images/misc/right_box_bottom.gif) no-repeat bottom left;
	padding-bottom:12px;
	margin-bottom:10px;
	
}

.box * {
	font-size:11px;
}

.box .head {
	background:#F6F6F6 url(include/images/misc/right_box_top.gif) no-repeat top left;
	padding: 4px 8px 4px 8px; 
	font-weight: bold;
	font-style: italic;
	font-size:11px;
	text-transform: capitalize;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #858585;
}

.box .content {
	padding: 4px 8px 4px 8px; 
	background-color:#EAEAEA;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #F6F6F6 #858585 #858585 #858585;
	font-size:11px;
}

.box .footer {
	line-height: 5px; /* IE BUG FIX */
	height:13px;
	padding:0px;
	margin:0px;
}

INPUT.search {
	background-color: #eeeeee;
	-moz-border-radius:5px;
	border: #cccccc solid 1px;
	font-size:11px;
}

INPUT.search:focus {
	background-color: #ffffff;
}

TABLE {
	bborder:1px solid #797979;
	width:100%;
}

TABLE TH{
	background-color:#C3C3C3;
	text-align:left;
}

TABLE TD{
	background-color:#FFFFFF;
}

TABLE TD.td1{
	width:40%;
}

TABLE TD.td2{
	width:60%;
}

TABLE TD INPUT, TABLE TD TEXTAREA{
	width:100%;
}

UL {}
LI {
	list-style-position: inside;
	color: #990000;
}

P:FIRST-LETTER {
	font-size: 140%;
	color:#ff9900;
}

.error{
	font-weight:bold;
	color:#970D0D;
}

#popup{
	background-color:#970D0D;
	text-align:left;
}
#popup h1{
	color:#FFFFFF;
	margin:0px;
	padding:10px;
}
#popup #content{
	background-color:#FFFFFF;
	padding:10px;
	padding-bottom:0px;
	height:320px;
}
#popup #content #image{
	float:left;
}
#popup #content #description{
	float:left;
	mmargin-left:10px;
}
#popup #content h2{
	margin-top:0px;
}
#popup #navigation{
	margin-top:8px;
	margin-right:10px;
	float:right;
}
#popup #content #description #navigation .button{
	margin-left:10px;
}

#thumb_gallery{
	padding:5px 0px 5px 0px;
}

#thumb_gallery IMG{
	border:1px solid #CCCCCC;;
	cursor:pointer;
	cursor:hand;
	margin-left:5px;
	margin-bottom:5px;
	padding:1px;
}

#thumb_gallery IMG.selected{
	border-color:#FFCE31;
}


/*
#thumb_gallery A.selected{
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid #FFCE31;
}


#thumb_gallery A{
	display:block;
	float:left;
	margin-left:5px;
	margin-bottom:5px;
	border:1px solid #CCCCCC;
	width:50px;
	height:37px;
	ooverflow:hidden;
	background-repeat:none;
}

#tthumb_gallery A:hover{
	border-color: #FFCE31;
	color:red;
}
*/
/*
#popup #menu .menuitem img, #popup #menu .menuitem_selected img{
	border:1px solid #970D0D;
}
*/

div.clearAll{
	font-size:1px;
	line-height:1px;
	height:1px;
	overflow:none;
	clear:both;
}

