﻿/**Layout Divs**/
/*this container centers the content in the browser and fixes the overall width*/
    #wrapper {
	margin: 0 auto;
	text-align: left;
	font-size: 80%;
	color: #444444;
	line-height: 1.5em;
}
/*this container holds the logo and heading graphic*/
    #header {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF9300;
	top: 36px;
	}
	
/*this container holds the logo graphic */
	#logo {
	background-repeat: no-repeat;
	height: 56px;
	top: 0px;
	right: 0px;
	width: 120px;
}
/*this container holds the horizontal navigation bar */
    #navbar {
	border-left:1px solid #e7ddd0; border-right:1px solid #e7ddd0; background-image: url('journal/Default_files/default_bar.gif');
	background-repeat: repeat-x;
	height: 32px;
	/*themecolour1$ 69.8%,4.3%;*/
	
}	
	#midbar {
	border-left:1px solid #e7ddd0; border-right:1px solid #e7ddd0; top: 50px;
	background-repeat: repeat-x;
	background-image: url('journal/Default_files/default_bar_thin.gif');
	height: 17px;
	/*themecolour1$ 69.8%,4.3%;*/
	
}
/*this container holds the left-hand text boxes */
	#holderdiv {
	background-color: #e7ddd0;/*themecolour1$ 69.8%,4.3%;*/
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	width: 190px;
	height: 800px;
}
/*the individual text boxes in the left-hand column*/
.leftcoldiv {
	margin: 10px 0;
	border: 1px solid #675f54;/*themecolour1$ 45.8%,-55.3%;*/
	background-color: #fffdfb;/*themecolour1$ 95.2%,100%;*/
	width: 100%;
}

.leftcoldivlight {
	margin: 10px 0;
	border: 1px solid #675f54;/*themecolour1$ 45.8%,-55.3%;*/
	background-color: #fffdfb;/*themecolour1$ 95.2%,100%;*/
}

/**Redefined html tags**/
/*defines the font and page background image */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 90%;
	background-color: #ffffff;/*themecolour4;*/
}
/*sets margins to 0 */	
p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/*styles the text in the right-hand column */
#wrapper p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 20px;
	padding-left: 8px;
}
/*styles the text in the left-hand column */
.leftcoldiv p {
	margin: 5px 0;
	padding: 5;
	color: #675f54;/*themecolour1$ 45.8%,-55.3%;*/
	font-size: 90%;
	line-height: 1.3em;
}

.leftcoldivlight p {
	margin: 5px 0;
	padding: 5;
	color: #675f54;/*themecolour1$ 45.8%,-55.3%;*/
	font-size: 90%;
	line-height: 1.3em;
}
/*style the heading text */
.leftcoldiv h2 {
	margin: 0;
	background-color: #e7ddd0;/*themecolour1$ 69.8%,4.3%;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #675f54;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f0eae2;/*themecolour1$ 81.7%,41.7%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.leftcoldiv h3 {
	margin: 0;
	background-color: #ffbb6b;/*themecolour2;*/
	color: #000000;
	font-size: 120%;
	padding: 1px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #675f54;/*themecolour1$ 45.8%,-55.3%;*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #fec889;/*themecolour2$ 20.5%,-0.4%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.leftcoldivlight h4 {
	border-top:1px solid #fffdfb; border-bottom:1px solid #675f54; margin:0; color: #000000;
	font-size: 120%;
	/*themecolour1$ 45.8%,-55.3%;*/
	background-image: url('journal/Default_files/default_h4bg.gif');
	background-repeat: repeat-x;
	/*themecolour1$ 95.2%,100%;*/
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:1px
}


h1 {
	font-size: 130%;
	margin: 0px;
	color: #000000;
	padding-top: 6px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 120%;
	color: #000000;
	margin-top: 4px;
	margin-bottom: 2px;
}
/*defines the style for ordered lists (numbered) */
ol {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	color: #9e9385;/*themecolour1$ 52.9%,-31.3%;*/
}
/*defines the style for unordered lists (bulleted) */
 ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: #9e6f32;/*themecolour1$ -52.9%,-31.3%;*/
	font-size: 80%;
	font-weight: normal;
	margin-left: 20px;
	list-style-type: disc;
	list-style-image: url('journal/Default_files/default_bullet.gif');
}
/*link styles*/
a:link {
	color: #675f54;/*themecolour1$ 45.8%,-55.3%;*/
}
 a:visited {
	color: #675f54;/*themecolour1$ 45.8%,-55.3%;*/
}
 a:link:hover {
	color: #ffbb6b;/*themecolour2;*/
}
/*defines color for horizontal divider*/
.divider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e6c59a;/*themecolour1$ 52.9%,--31.3%;*/
}
/*floats element to the left*/
    .left {
	float: left;
}
/*floats element to the right*/
   .right {
	float: right;
}
/*styles the footer*/
.footer {
	border-left:1px solid #e7ddd0; border-right:1px solid #e7ddd0; border-top:2px solid #ffbb6b; border-bottom:1px solid #e6c59a; font-size: 90%;
	/*themecolour2;*/
	background-image: url('journal/Default_files/default_bar.gif');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 8px;
	color: #675f54;/*themecolour1$ 45.8%,-55.3%;*/
	/*themecolour1$ 69.8%,4.3%;*/
	/*themecolour1$ 69.8%,4.3%;*/
	
}
.text {
	font-size: 9pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;

}
.heading {
	background-color: #e7ddd0;/*themecolour1$ 69.8%,4.3%;*/
}
