/* GENERAL STYLES */
body
{	margin: 0;
	padding: 0;
	border: 0;
	background: url(../images/body.gif);
	font-family: Verdana;
	font-size: 12px;
	color: #6E7894;
}

a
{
	color: #6E7894;
	font-weight: bold;
}

h1
{
	font-family: Arial;
	color: #6d6e72;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 6px;
}

p
{
	padding: 6px 0px 20px 0px;
	margin: 0px;
}

img
{
	padding-left: 10px;
}


th
{
	text-align: left;
}
#wrapper
{	width: 800px;
	margin: 40px auto;
	text-align: left;			
}

#top
{
	width: 800px;
	float: left;
	height: 136px;
	background: url(../images/top.gif) no-repeat;	
}

#container
{
	width: 800px;
	float: left;
	background: url(../images/bg.gif) repeat-y;	
}	

#menuregion
{
	float:left;
	width: 180px;	
}

#menu a
{
	color: #fff;
	font-weight: normal;	
}

#menu a:hover
{
	text-decoration: underline;
}

#menu a.isActive
{
	text-transform: uppercase;
	font-weight: bold;
}

#menu a.inPath
{
	font-weight: bold;
}


ul#menu
{
	width:140px;
	float:left;
	margin: 0px;
	padding: 30px 0px 0px 30px;
	list-style: none;
	text-align: left;
	font-family: Arial;
	letter-spacing: 1px;
}

ul#menu li ul
{	
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul#menu li a
{	
	text-decoration: none;
	padding: 0px;
	height: 22px;
	display: block;
	margin: 0px; 	
}

ul#menu li ul li a
{
	padding-left: 16px;	
	background: url(../images/dot.gif) no-repeat 8px 6px;
}

#mainregion
{
	float: left;
	width: 583px;
	padding: 20px 0px 20px 20px;
	min-height: 400px;
}

* html #mainregion 
{
	height:400px
}

#tagline
{
	width: 800px;
	height: 45px;
	background: url(../images/bottom.gif) no-repeat;
	text-align: right;
	font-size: 10px;
	color: #c34;
	font-weight: bold;
	letter-spacing: 4px;
}

#tagline p
{
	padding-right: 15px;		
}

#tagline p a
{	
	letter-spacing: 3px;
	font-weight: bold;
	color: #c34;
	text-decoration: none;
}

.heading
{
  	text-transform: uppercase;
	font-weight: bold;
	
}

.uppercase
{
  	text-transform: uppercase;	
}

.clear
{	
	clear: both; 
}

.breadcrumb { float:left; list-style-type: none; margin: 0px; padding: 0px; }
.breadcrumb li { float: left; }
.breadcrumb li a { color: #333333; }
.breadcrumb li a:hover { color: #999999; }

/* EDITOR PROPERTIES */
h2 {
font-size: 12px;
font-weight: bold;
color: #6E7894;
padding: 0px;
}


