* {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size:11pt;
}

H1 {
	font-size:16pt;
	color: #A34645;	
	line-height: 25px;
	font-weight:normal;

}

H3 {
	font-size:11pt;
	color: #A34645;	
	
	font-weight:bold;

}

H1, H2, H3 {
	margin-bottom: 10px;
}

P, UL {
	margin-bottom: 15px;
}

UL.list {
	margin-left:15px;
	}

UL.list LI {
	margin-bottom:10px;
	font-weight: bold;
	color: #A34645;
}

UL.list LI UL LI {
	color:black;
	margin-bottom:0px;
	font-weight: normal;
}

UL.list LI UL {
margin-top:3px;
margin-bottom:0px;
}

A:hover {
	text-decoration: underline;
	}

BODY {
	background-color: #2c2c2c;
	background-image:url(../images/main-bg.gif);
	background-repeat: repeat-x;
}

#container{
	background-color:#ffffff;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-y;
	-moz-box-shadow: 2px 2px 10px #000000;
	-webkit-box-shadow: 2px 2px 10px #000000;
     box-shadow: 2px 2px 10px #000000;
}

#container .sb-inner {
	background-color:#ffffff;
	background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-y;
}

#banner{
}

#nav-main {
	background-color: #F1F1F1;
}


#nav-main .menu-item1 A{

	text-decoration: none;
}


#nav-main .menu-item1 A:hover{
	text-decoration: underline;
}

#nav-main .active{
	background-color: #A34645;
}

#nav-main .active A{
	color: white;
}

#content IMG.left {
	float: left;
	margin: 10px 20px 10px 0px;	
}

#content IMG.right {
	float: right;
	margin: 0px 0px 0px 20px;
}

#content A {
	color: #000066;
	text-decoration: none;
	}
	
#content A:hover {
	text-decoration: underline;
	}
	


.box1 {	
	border: 1px solid #cecece;
	-moz-border-radius: 5px;
	border-radius: 5px;

}
	
.box1 .content {
	padding: 10px;
	margin:0px;
	height: auto;
	overflow: hidden;
}

.box1 DIV{
	position: relative;
	}

		
div.dots {
	height:5px;
	background: url(../images/dots.gif) repeat-x white;
	margin-left:-5px;
}

#content-right h2 {
	font-size: 12pt;
	color: #B8B3B4;
}

#content-right .big {
	color: #09a6eb;
	font-size: 13pt;
	}