/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: white;
	line-height: 20px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}



a {
	color: #408080;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.makeItRed{
	color: #800000;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list1 a {
	background: url(../images/img1.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list2 a {
	background: url(../images/img1.gif) no-repeat left 60%;
	padding-left: 20px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 3px 20px 0px 0px;
}


/** HEADER */

#header h1{
	font-weight: bold;
	color: black;
	text-align: center;
	padding-left: 50px;
}
#header h3{
	font-weight: bold;
	color: black;
	text-align: center;
	padding-left: 50px;
}

/** MENU */

#menu {
	padding-top: 0px;
	padding-left: 210px;
	width: 820px;
	margin: 30px auto;
}


/** CONTENT */

#content {
	width: 778px;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
}

#columnA {
	float: right;
	width: 800px;
	padding-left: 20px;
	border-left: 1px dashed #EEEEEE;
}

#columnA h2 {
	height: 22px;
	border-bottom: 1px dashed #EEEEEE;
	font-size: 12pt;
	font-weight: bold;
}

#columnA h3 {
	text-align: right; 
	color: #800000;
	font-weight: bold;
	
}

#columnA ul {
	list-style: none;
	text-align: right; 
	color: #800000;
	font-weight: bold;
	font-size: 14px;
}



/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 49px;
	background: url(../images/img03.gif) repeat-x left top;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}