/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font-size:12px;
	width:120px;
	padding:7px 0;
	color:#333333;
	background:#CDCDCD;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	font-family:verdana, sans-serif;
}
/* style the links hover */
.menu :hover{
	color:#000000;
	background:#999999;
}

/* hide the sub level links */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	width:120px;
	height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-repeat: repeat-x;
	background-color: #D7D7D7;
	font-weight: normal;
}
#wrapper {
	margin: 0 auto;
	width: 1010px;
	padding: 0px;
	background-image: url(images/body.jpg);
	background-repeat: repeat-y;

}
#header {
	color: #333;
	width: 990px;
	float: left;
	padding: 10px;
	height: 100px;
	margin: 0px 0px 0px 0px;
	background: url(images/header.jpg) no-repeat;
}
#leftcolumn {
	margin: 0px;
	padding: 10px 10px 10px 60px;
	height: 550px;
	width: 678px;
	float: left;
	font-weight: normal;
}
#rightcolumn {
	float: right;
	margin: 0px;
	padding: 10px 50px 10px 10px;
	height: 550px;
	width: 200px;
	display: inline;
	border-left: thin dotted #762744;
}
/* style Link footer */
#footer  a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
#footer  a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
#footer  a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#foooter  a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#footer {
	width: 990px;
	clear: both;
	color: #333;
	margin: 0px;
	padding: 20px 10px 0px;
	background-image: url(images/footer3.jpg);
	background-repeat: no-repeat;
	background-color: #D7D7D7;
}
#navigation {
	height: 25px;
	width: 680px;
	float: right;
	padding-top: 15px;
}
#slogan {
	height: 25px;
	width: 650px;
	float: right;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
	padding-right: 40px;
	text-align: center;
}
.boxRightColumn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 180px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #C2C2C2;
	padding-top: 5px;
	padding-bottom: 5px;
}
.TextBoldL {
	color: #762744;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainText {
	color: #762744;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TextBoldLgrey {
	color: #999999;
	font-size: 18px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainTextgrey {
	color: #333333;
	font-size: 13px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.Textsmall {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mainTextgreyBold {
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TextBoldLwhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.Textsmallwhite {
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper #leftcolumn table {
	font-size: small;
}
#wrapper #leftcolumn table tr td table tr td {
	text-align: left;
	font-size: 12px;
	color: #762744;
}
#wrapper #leftcolumn table tr td p {
	text-align: center;
	font-size: medium;
	color: #762744;
}
#wrapper #leftcolumn table tr td strong {
	font-size: medium;
	color: #762744;
	text-align: left;
}
#wrapper #leftcolumn table {
	text-align: center;
}
#wrapper #leftcolumn p {
	color: #000000;
}
body1 {
	font-size: 12px;
}
#wrapper #leftcolumn p {
	font-size: 10px;
}

