/* general */
BODY {
	color: black;
	background: #EDE9E4 url('/custom/main/templates/images/bg.jpg') repeat-x;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 10px;
	margin-top: 0px;
}

A {
	color: #A40046;
	text-decoration: none;
}

A:Hover {
	text-decoration: underline;
}

H1, H2, H3, H4, H5, H6 {
	color: #A18866;
}

H1 {
	font-size: 18px;
	margin-top: 5px;
}

H2 { font-size: 16px; }
H3 { font-size: 14px; }
H4 { font-size: 12px; }
H5 { font-size: 11px; }
H6 { font-size: 10px; }

LI {
	padding-bottom: 5px;
	line-height: 120%;
}

H4 A,
H4 A:Hover {
	color: #A18866;
	text-decoration: none;
}

/* layout */
.main {
	width: 699px;
	background-color: white;
	padding: 0px 15px 15px 15px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	width: 699px;
	text-align: center;
}

.menu {
	background: #DED6CC url('/custom/main/templates/images/menu_bg.jpg') repeat-x;
	padding: 5px 10px 0px 10px;
}

.menu A {
	color: #333333;
	font-weight: bold;
}

.menu A:Hover {
	color: #A40046;
	text-decoration: none;
}

.content {
	width: 699px;
	padding-top: 10px;
	line-height: 135%;
	text-align: justify;
}

.content TABLE {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	text-align: justify;
	line-height: 135%;
}

.footer {
	font-size: 10px;
	border-top: 1px solid #DED6CC;
	padding-top: 2px;
	margin-top: 15px;
	line-height: 150%;
	color: #666666;
}

.footer A {
	color: #999999;
}

.footer ABBR {
	border-bottom: none;
}

/* custom styles */
.BranchesAroundTheWorld {
	padding-left: 30px;
	font-size: 10px;
	color: #666666;
}

.BranchesAroundTheWorld LI {
	padding-bottom: 2px;
}

.BranchesAroundTheWorld H5 {
	margin: 0px;
	margin-bottom: 2px;
	border-bottom: 1px solid #A18866;
}

.WelcomeSidebar {
	padding-left: 30px;
}

.WelcomeSidebar H4 {
	margin-top: 0px;
	margin-bottom: 2px;
}

.WelcomeSidebar IMG {
	border: 2px solid #EDE9E4;
}

.People {}
.People TD {
	vertical-align: top;
	padding-bottom: 5px;
}

.SupportLinks {}
.SupportLinks LI {
	list-style-type: square;
	list-style-image: url('custom/main/templates/images/li_box.gif');
	text-indent: -2px;
}

.NewsColumn {
	padding-left: 30px;
}