/* CMRA stylesheet */
body {
	background-color: #DEDEDE; /* #993366; */
	margin: 10px;
	text-align: center;
	color: #333333;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

/* page layout */
#pagewrapper {
	background-color: #ffffff;
	width: 780px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
}

#pageend {
	clear:both;
	margin:0;
}

.mainbar {
	width:620px;
	float:right;
}

.sidebar {
	width: 160px;
	float: left;
	background-color: #680031;
}

/* content */
.mainbar div.maincontent {
	width: 580px;
	float: right;
	padding: 20px;
	font-size: 12px;
	line-height: 16px;
	text-align:justify;
	font-family: Geneva, Arial, helvetica, sans-serif;
}

.smalltext {
	font-size: 10px;
}

.largetext {
	font-size: 14px;
	line-height: 20px;
}

.largeheading {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
}

.anchors {
	font-size: 10px;
	text-align:left;
	padding-bottom: 2px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}


h1 {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #660033;
	margin-top: 0px;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #660033;
	border-bottom: 1px solid #660033;
	margin-bottom: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #660033;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	margin-top: 0px;
}

li {
	margin-bottom: 2px;
}

ul {
	margin-top: 2px;
}

ul.sitemap li {
	font-size: 14px;
	line-height: 20px;
}

ul.sitemap li li {
	font-size: 12px;
	line-height: 16px;
}

hr {
	margin-top: 2px;
	margin-bottom: 2px;
	height: 1px;
	color: #993366;
}

a, a:link {
	color: #660033;
}
a:visited {
	color: #660033;
} 
a:hover {
	color: #FF99FF;
}
a.errormessage {
	color: red;
}

table.articles td {
	vertical-align:top;
	text-align:left;
}

.articlesection {
	background-color:#CCCCCC;
	font-size: 14px;
	line-height: 18px;
	color: #993366;
	font-weight: bold;
	height: 30px;
	padding-left: 4px;
}

/* forms */
.formlabel {
	text-align:right;
}
.formlabelinvalid {
	color: red;
	text-align:right;
}
.invalid, .errormessage {
	color: red;
}
.textfield {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	width:200px;
}
.longtextfield {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	width:300px;
}
.shorttextfield {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	width:30px;
}
.datetextfield {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	width:70px;
}
.textarea, select {
	font-size: 12px;
	font-family: Geneva, Arial, helvetica, sans-serif;
}

/* left (side) bar */
.sidebar div.globe {
	text-align: left;
}

.sidebar ul.menu {
	margin: 10px;
	padding: 0px;
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom: 1px solid #FF99FF;
}

.sidebar ul.menu li {
	list-style-type: none;
	border-top: 1px solid #FF99FF;
	padding-top: 6px;
	padding-bottom: 2px;
}

.sidebar ul.menu li a {
	text-decoration: none;
	color: #FFFFFF;
}

.sidebar ul.menu li a:link,
.sidebar ul.menu li a:visited {
	color: #FFFFFF;
}

.sidebar ul.menu li a:hover {
	color: #CCCCCC;
}

.sidebar ul.menu li.active a,
.sidebar ul.menu li.active a:link,
.sidebar ul.menu li.active a:visited {
	color: #FF99FF;
}

.sidebar div.logo {
	text-align:center;
	padding-top: 20px;
	padding-bottom: 14px;
}

.sidebar div.contact {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 20px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
	font-family: Tahoma, Arial, Geneva, helvetica, sans-serif;
}
.sidebar div.contact a,
.sidebar div.contact a:link,
.sidebar div.contact a:visited {
	color: #FFFFFF;
}
.sidebar div.contact a:hover {
	color: #FF99FF;
}

/* top bar/menu */
div.topbar {
	background-color: #680031;
	background-image: url(images/side-menu-background.gif);
	background-repeat: repeat;
}

div.mainmenu {
	background-color: #CCCCCC;
	background-image: url(images/top-menu-background.jpg);
	background-repeat: repeat-x;
}

div.mainmenu td {
	font-family: Geneva, Arial, helvetica, sans-serif;
	font-size: 16px;
	letter-spacing: 1px;
	color: #FFFFFF;
	white-space: nowrap;
	height:22px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}

div.mainmenu td a {
	padding-left: 10px; 
	padding-right: 10px; 
	text-decoration: none;
	font-weight:bold;
	color: #000000;
}

div.mainmenu td a:link,
div.mainmenu td a:visited {
	color: #680031;
}

div.mainmenu td a:hover {
	color: #FFFFFF;
}

div.mainmenu td.active {
	background-image: url(images/top-menu-active.gif);
	background-repeat: repeat-x;
	border-right: none;
}
div.mainmenu td.active a:link,
div.mainmenu td.active a:visited {
	color: #FFFFFF;
}

div.mainmenu td.active a:hover {
	color: #FFFFFF;
}

.mainmenu td.no-sep {
	border-right: none;
}

/* Footer */
#pageend div.sidebar {
	background-color: #680031;
	background-image: url(images/side-menu-background.gif);
	background-repeat: repeat;
	height: 24px; 
}

#pageend div.mainbar {
	background-color: #680031;
	background-image: url(images/side-menu-background.gif);
	background-repeat: repeat;
	color:white;
	text-align:center;
	height: 24px;
	font-size: 11px;
	line-height: 20px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
} 

#pageend a {
	color:white;
}
#pageend a:visited {
	color:white;
}
#pageend a:hover {
	color:#cccccc;
}


