html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
:focus{outline:0}
ins{text-decoration:none}
del{text-decoration:line-through}
table{border-collapse:collapse;border-spacing:0}

a:link,a:visited,a:active{text-decoration:none;color:#00A;}
a:hover{text-decoration:none;color:#A00;}
strong{font-weight:bold}
small{font-size:80%}
big{font-size:120%}

body {
	font-family: verdana,arial,times new roman;
	font-size: 80%;
	line-height: 120%;
}

#commonPage {
	width: 960px;
	margin: 0 auto 0 auto;
}

.commonRow {
	float: left;
	width: 100%;
	margin: 7px 0 7px 0;
}

#commonHeader {
	position: relative;
	float: left;
	width: 100%;
	height: 250px;
	background-image: url("/media/tmd/images/banner_2.jpg");
	border: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#commonClickableLogo {
	position: absolute;
	display: inline-block;
	width: 960px;
	height: 250px;
	top: 0px;
	left: 0px;
}

#commonMenu {
	position: absolute;
    bottom: 10px;
    right: 5px;
}

#commonMenu ul {
	list-style-type: none;
}

#commonMenu li {
	float: left;
	margin-right: 7px;
}

#commonMenu a {
	display: block;
	padding: 4px;
	font-weight: bold;
	font-size: 120%;
	border: 1px solid #8B8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

#commonMenu a:link,#commonMenu a:visited,#commonMenu a:active
{
	background-color: #FFF;
	color: #000;
}

#commonMenu a:hover {
	background-color: #FFF;
	color: #484;
}

#commonFooter {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
	background-color: #8B8;
	border: none;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#commonFooter ul {
	list-style-type: none;
}

#commonFooter li {
	display: inline;
}

#commonTrackers {
	float: left;
	width: 100%;
	padding: 10px 0 10px 0;
	text-align: center;
}

.commonError {
	color: #F00;
}

.commonInfo {
	color: #00F;
}

#commonContent {
	float: left;
	width: 100%;
}

#frontpageContent {
	float: left;
	width: 560px;
}

#frontpageRightColumn {
	float: left;
	width: 400px;
}

#frontpageRightColumn div {
	margin: 15px 0 20px 8px;
	background-color: #F2F2F2;
	font-size: 85%;
	color: #444;
	border: 1px solid #DDD;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-opera-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#frontpageRightColumn h2 {
	border-bottom: 1px dotted #BBB;
	padding: 5px;
	margin: 0 0 8px 0;
	font-size: 110%;
}

#frontpageRightColumn li {
	padding: 1px 5px 1px 5px;
}

.contentPage h1 {
	font-weight: bold;
	font-size: 130%;
	padding: 15px 0 10px 0;
	text-align: center;
}

.contentPage h2 {
	font-weight: normal;
}

.contentPage p {
	margin: 5px 0 12px 0;
}

.contentPage ul {
	list-style: disc;
	margin-left: 2em;
	padding-left: 0;
}

.contentPage table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #BBB;
}

.contentPage th {
	background-color: #EEF;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	border: 1px dotted #CCC;
}

.contentPage td {
	background-color: #F8F8FF;
	padding: 4px 10px 4px 10px;
	font-weight: normal;
	border: 1px dotted #CCC;
}

.journalItem {
	padding: 15px 0 15px 0;
	width: 100%;
	clear: both;
}

.journalItem h1 {
	background-color: #EEE;
	border-top: 5px solid #555;
	padding: 10px 10px 3px 10px;
	font-size: 150%;
	font-weight: bold;
	margin: 0;
}

.journalItem h2 {
	background-color: #EEE;
	border-bottom: 1px dotted #BBB;
	padding: 3px 5px 5px 20px;
	font-size: 85%;
	font-weight: lighter;
	margin: 0;
}

.journalItem h3, .journalItem h4, .journalItem h5 {
	padding: 10px 15px 6px 15px;
}

.journalItem p {
	padding: 7px 15px 10px 15px;
}

.journalItem img {
	margin: 5px;
}

.journalItem ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 3em;
}

.journalItem ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 3em;
}

.journalItem li {
	padding-bottom: 4px;
}

.journalItem dt {
	padding: 0 15px 0 15px;
	font-weight: bold;
}

.journalItem dd {
	padding: 0 15px 0 25px;
}

.journalItem table {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #BBB;
}
.journalItem th {
	background-color: #F5F5FF;
	border: 1px dotted #DDD;
	padding: 5px;
	font-weight: bold;
	vertical-align: top;
}

.journalItem td {
	background-color: #F5F5FF;
	border: 1px dotted #DDD;
	padding: 5px;
	font-weight: normal;
}

.journalComments {
	border-top: 1px dotted #888;
	margin: 15px;
}

.journalComments h2 {
	font-size: 110%
}

.journalComments h3 {
	margin-top: 20px;
	padding: 4px;
	background-color: #DDD;
	font-size: 90%
}

.journalComments p {
	font-size: 90%
}

.journalCommentForm {
	border-top: 1px dotted #888;
	margin: 15px;
}

.journalCommentForm h2 {
	font-size: 110%
}

.journalCommentForm fieldset {
        border: 1px solid #BBB;
        padding: 5px;
}

.journalCommentForm fieldset legend {
        padding: 5px;
        font-weight: bold;
}


.journalPagenumbers {
	width: 100%;
	line-height: 90%;
	overflow: auto;
}

.journalPagenumbers ul {
	list-style-type: none;
	margin: 0;
}

.journalPagenumbers li {
	float: left;
	margin: 2px;
}

.journalPagenumbers a {
	display: block;
	padding: 3px;
	font-size: 90%;
	border: 1px solid #333;
}

.journalPagenumbers a:link,.journalPagenumbers a:visited,.journalPagenumbers a:active {
	background-color: #8B8;
	color: #000;
}

.journalPagenumbers a:hover {
	background-color: #333;
	color: #FFF;
}

.journalSelPage a:link,.journalSelPage a:visited,.journalSelPage a:active, .journalSelPage a:hover {
	background-color: #333;
	color: #FFF;
}

.galleryImageDiv {
	float: left;
	text-align: center;
	width: 320px;
	height: 250px;
	padding: 10px;
}
