body,p,h1,h2,h3,h4,h5,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	font-size: 10px;
	color: #333333;
}
#contentColumn,
#contentColumn2,
#contentColumn3,
#contentColumn4 {
	font-size: 11px;
}

/****** Paragraphs and headings *******/

p,h1,h2,h3,h4,h5 {
	margin: 1.2em 0;
}
h1,h2,h3,h4,h5 {
	font-weight: bold;
	color: #333333;
}
h1 {
	font-size: 15px;
}
h2 {
	font-size: 12px;
	margin: 24px 0px 12px 0px;
}
h3 {
	font-size: 11px;
	margin: 18px 0px 12px 0px;
}
h1.hr,
h2.hr,
h3.hr {
	margin: 30px 0px 3px 0px;
	padding: 3px;
	clear: both;
	background-color: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}
h2.hr {
	font-size: 10px;
}
h1.title {
	margin-top: 0;
}
.margin0 {
	margin: 0px;
}
.marginV1 {
	margin: 1px 0px;
}
.marginV2 {
	margin: 3px 0px;
}
.marginV3 {
	margin: 6px 0px;
}
.marginV4 {
	margin: 12px 0px;
}
.marginV5 {
	margin: 18px 0px;
}
.marginV6 {
	margin: 24px 0px;
}
p.readMore,
div.readMore {
	margin-left: 1.2em;
	line-height: 1.4em;
}

/********** Lists **********/
ul,ol {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}
li {
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}
ul.linklist {
	list-style-image: url(../imgs/bulletin_li.gif);
	margin-left: 0;
	padding-left: 0;
}
ul.linklist li {
	margin-left: 15px;
	padding-left: 0;
}
#leftColumn ul.linklist {
	list-style-image: url(../imgs/bulletin_li_onBlue.gif);
	margin-top: 0;
	margin-bottom: 0;
}
#leftColumn ul.linklist li {}

/********** Character styles **********/

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
.textSmall {
	font-size: 10px;
}
.textOnBlue,
.textBlue {
	color: #3A6A8E;
}
.textGrey {
	color: #999999;
}
span.linkH2 {
	font-size: 12px;
	font-weight: bold;
	color: #0f4084;
}
span.linkH3 {
	font-size: 10px;
	font-weight: bold;
	color: #0f4084;
}

/********** Links **********/
a {
	color: #0f4084;
}
a:link,
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.linkH1 {
	font-size: 14px;
	font-weight: bold;
}

a.linkH2 {
	font-size: 12px;
	font-weight: bold;
}
a.linkH3 {
	font-weight: bold;
}

a.linkBlack {
	color: #333333;
}
a.linkB:link,
a.linkB:visited {
	font-weight: bold;
	text-decoration: none;
}
a.linkB:hover {
	font-weight: bold;
	text-decoration: underline;
}
a.linkGrey {
	color: #999999;
}
a.linkBlue:link,
a.linkBlue:visited,
a.linkBlue:hover {
	color: #0f4084;
}

a.linkBlueB:link,
a.linkBlueB:visited {
	color: #0f4084;
	font-weight: bold;
	text-decoration: none;
}
a.linkBlueB:hover {
	color:#0f4084;
	font-weight: bold;
	text-decoration: underline;
}

a.linkBlueBU:link,
a.linkBlueBU:visited,
a.linkBlueBU:hover {
	color:#0f4084;
	font-weight: bold;
}
a.bulleted {
	display: block;
	margin: 0.2em 0;
	padding-left: 15px;
	background-image: url(../imgs/bulletin_arrow.gif);
	background-repeat: no-repeat;
}
#leftColumn a.bulleted {
	background-image: url(../imgs/bulletin_arrow_onBlue.gif);
}
/******** Images *******/
img {
	border-color: #90ADC4;
}
img.floatRightFramed,
img.floatLeftFramed,
img.framed {
	border: 1px solid #90ADC4;
	padding: 1px;
}
img.floatRightFramed,
img.floatRight {
	float: right;
	margin: 0 0 6px 12px;
}
img.floatLeftFramed,
img.floatLeft {
	float: left;
	margin: 0 12px 6px 0;
}


/******** Tables *******/

/* table.list1: item (article,message..) table with icon
* Used for example for library article and discussion message lists
*/
table.list1 {
	margin: 12px 0;
}
table.list1 td {
	vertical-align: top;
	padding: 6px;
}
table.list1 td.icon {}
table.list1 td.item {}

/* table.list2: item (article,message..) table with image (width < 100px)
* Used for example for event calendar
*/
table.list2 {
	margin: 12px 0;
}
table.list2 td {
	vertical-align: top;
	padding: 6px 6px 12px 6px;
}
table.list2 td.image {}
table.list2 td.item {}

table.bulletinlist {
	margin: 12px 0;
}
table.bulletinlist td {
	vertical-align: top;
	padding: 0;
}
table.bulletinlist td.bulletin {
	padding-right: 3px;
}
table.bulletinlist td.item {}

table.details {
	margin: 12px 0;
}
table.details td,
table.details th {
	vertical-align: top;
	text-align: left;
	padding: 1px 6px;
}
table.details th {
	font-weight: bold;
	font-size: 10px;
}

table.content td {
	vertical-align: top;
	padding: 1px 6px;
}
/******** Form Elements *******/

form {
	margin: 0;
	padding: 0;
}
input,
textarea,
select {
	font-family: Tahoma, Sans-Serif, Arial, Helvetica;
	font-size: 11px;
	color: #333333;
	margin: 0;
}
input.button{
	padding: 0 6px;
}

/****** Rulers *******/

.hr {
	border-bottom: 1px solid #BBBBBB;
	margin: 18px 0;
	clear: both;
}
#leftColumn .hr {
	border-top: 1px solid #90ADC4;
	border-bottom: 1px solid #E4EBF2;
	margin: 12px 0;
}

/********** Boxes **********/

.sidebox {}
.sideboxLabel {
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 8px;
	border: 1px solid #467EAD;
	background-image: url(../imgs/sectionLabel_bg.gif);
	background-color: #82A4C7;
	clear: both;
}
.sideboxBody {
	padding: 6px 9px 18px 9px;
}
.sidebox p,
.sidebox h1,
.sidebox h2,
.sidebox h3,
.sidebox h4 {
	margin: 0.8em 0;
}
.sidebox h1 {
	font-size: 12px;
}
.sidebox h2 {
	font-size: 10px;
	color: #3A709D;
}
.sidebox a {
	color: #3A709D;
}
.sidebox img {
	border-color: #90ADC4;
}
.sideboxSeparator {
	border-top: 1px solid #90ADC4;
	border-bottom: 1px solid #E4EBF2;
	margin: 6px;
}

.contSb {
	border-top: 5px solid #467EAD;
	border-right: 2px solid #467EAD;
	border-bottom: 1px solid #467EAD;
	border-left: 1px solid #467EAD;
	background: #F4F5F6;
	margin-bottom: 12px;
}
.contSbLabel {
	color: #467EAD;
	margin: 6px 9px;
	padding: 3px 0;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #467EAD;
}
.contSbBody {
	padding: 6px 9px 12px 9px;
}
.contSb p,
.contSb h1,
.contSb h2,
.contSb h3 {
	margin: 0.8em 0;
}
.contSbHr {
	margin: 12px 0px;
}
.contSb ul.linklist {
	margin-top: 3px;
	margin-bottom: 3px;
}
.contSb ul.linklist li {}

.contentBox {
	border: 1px solid #467EAD;
	margin: 12px 0px;
}
.contentBoxLabel {
	font-weight: bold;
	font-size: 10px;
	color: #FFFFFF;
	padding: 4px 8px;
	border-top: 1px solid #B9CCDF;
	border-bottom: 1px solid #467EAD;
	border-left: 1px solid #B9CCDF;
	background: #82A4C7 url(../imgs/sectionLabel_bg.gif);
}
.contentBoxBody {
	color: #3A709D;
	border: 1px solid #FFFFFF;
	padding: 6px 9px;
	background-color: #D6DFE9;
}
.toolBar {
	border: 1px solid #C6C6C6;
	padding: 6px;
	margin: 24px 0;
}
.toolBar a {
	color: #333333;
	margin: 6px 12px;
}
.toolBar a:link,
.toolBar a:visited {
	text-decoration: none;
}
.toolBar a:hover {
	text-decoration: underline;
}
.toolBar img {}

.toolBarVertical {}
.toolBarVertical a {
	display: block;
	margin: 0;
	padding: 2px;
}
.toolBarVertical img {
	border: 0;
	margin: 0 6px 0 0;
}

/********** Misc **********/

.pageNavi {
	padding: 6px;
	border-top: 1px solid #AAAAAA;
	clear: both;
}

.errorBar {
	padding: 9px 12px;
	margin: 18px 0px;
	border: 1px solid #467EAD;
	background-color: #D6DFE9;
}
.errorMsg {}

.usageTip {
	color: #3A6A8E;
	padding: 9px 12px;
	border: 1px solid #467EAD;
	background-color: #D6DFE9;
}
.usageTip img {
	float: left;
	margin: 1px 12px 24px 0px;
}

