/* CSS Document */
/* {font-family:Helvetica; font-size:8pt; color:#333333; margin:0; padding:0; }*/
td, ul, li, div, a { font-family:Helvetica; font-size:8pt; color:#333333; margin:0; padding:0;};
.redtitle { background:url(http://sicanada.com/members2/images/design/redbg.gif) repeat-x; text-align:right; padding-right:15px; color:#ffffff; font-weight:bold;}
td.bluebg {background:url(http://sicanada.com/members2/images/design/bluebg.gif) repeat-x; text-align:left; padding-left:10px; font-weight:bold;}

#floatingCleared {width:40em;}
#floatingCleared label {clear:left;float:left;width:10em;margin-left:8em;}
#floatingCleared input {float:left;margin-bottom:0.2em;}
#floatingCleared input#submit {padding-left:10px; padding-right:10px; margin-left:16em;margin-top:1em;}
a:link       { text-decoration: none; color:#000066; }
a:visited    { text-decoration: none; color:#000066; }
a:hover      { text-decoration: underline; color: #325CA3; }
/**************** menu coding *****************/
#menu {
width: 150px;
/*background: #4242C6;*/
margin-left:1px;
}
#menu2 {
margin-left:10px;
width:160px;
margin-bottom:30px;

}
#menu2 ul { /* remove bullets and list indents */
list-style: none;
margin:0;
padding: 0;
}
#menu2 h3 {
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
	margin:0;
	text-align:center;
}
#menu2 ul li {
	width:140px;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
	border-bottom:1px dotted #ABABAB;
}
/*
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2{
font-family:arial, helvetica, sans-serif;
font-weight:bold;
font-size:9pt ;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ffffff;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
cursor:default;
}

#menu a,#menu h2  {
color: #ffffff;
background: #4242C6;
text-decoration: none;
}

#menu a:hover, #menu h2:hover{
color: #18186B;
background: #CEC6E7;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

td.bodycol { height:350px; vertical-align:middle;}
/************** email form ***********************/
div#mainForm { width:560px;}
div#labelCol, div#fieldCol, div#helpCol {float:left; margin-left:5px; padding:1px 5px; font:10px/12px verdana; color:#000;}
div#labelCol{width:125px; text-align:right;}
div#fieldCol{width:255px;}
div#helpCol {width:120px; color:#999999;}
div#clearCol { overflow:hidden; height:4px; margin:0; padding:0;clear:both;}
div#note{ text-align:center; color:#666666; padding-top:15px; font-size:9px;}
input, select, option, textarea {font:10px/12px verdana; color:#000;}
.limit { width:180px;}
div#fieldCol textarea { width:98%;}

div#submit {width:60px; text-align:center; display:block;}

/**************** Alert message **********************/
.alert {
	background: #fff6bf url(http://sicanada.org/members2/images/design/exclemation.gif) center no-repeat;
	background-position: 15px 50%; /* x-pos y-pos */
	text-align: left;
	padding: 5px 20px 5px 45px;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	}