body, td, th {
	font-family : Verdana, Arial, sans-serif ;
	color: #333333;
	font-size: 12px;	
	}
th {
	font-weight: bold;
	text-align: left;
}	
H1 {
	font-family : Verdana, Arial, sans-serif ;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-left: 0;
}
H2 {
	font-family : Verdana, Arial, sans-serif ;
	color: #333333;
	font-size: medium;	
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
H3 {
	font-family : Verdana, Arial, sans-serif ;
	color: #333333;
	font-size: medium;	
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
H4 {
	font-family : Verdana, Arial, sans-serif ;
	color: #333333;
	font-size: 14px;	
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
H5 {
	font-family : Verdana, Arial, sans-serif ;
	color: #333333;
	font-size: x-small;	
	font-weight: bold;
	margin-bottom: 0;
	margin-top: 0;
}
.pageTitle {
	font-family :Cambria, Calibri, Constantia, Geneva, Helvetica, Arial, sans-serif;
	color: #fcd209;
	font-size: 38px;
	font-weight: bold;
	margin-left: 10;

}
FORM {
	margin-bottom: 0;
	margin-top: 0;
}
a {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: Blue;
}
a.blue {
	text-decoration: underline;
	color: Blue;
}

a.blue:hover {
	text-decoration: underline;
	color: Blue;
}

.underline a{
	color: #d6e7f2;
}

.underline a:hover{
	color: Blue;
}

.menu{
background-color:#d6e7f2;
font-size:14px;
font-weight: bold;
color: 333333;
}

.menu a{color:#333333}

.menu a:hover{
	text-decoration: underline;
	color: Blue;
}




/* Custom CSS */
.md-col3 div{ word-break:break-word;}
.mainMenu{margin: 0px 0px 0px 40px;padding: 0px;list-style-type: none;}
.mainMenu li{display: inline-block;margin: 0px 0px 0px 0px; position:relative;}
.mainMenu li a{font-size: 14px;font-weight: bold;padding: 7px 8px;display: block;}
.mainMenu li a:hover{ text-decoration:underline;}
.mainMenu li:hover a{ background:#e9f1f7;}

.subMenu{background: #e9f1f7;position: absolute;display:none;padding:0px; z-index:99;}
.mainMenu li:hover .subMenu{ display:block;}
.subMenu table{}
.subMenu table td{vertical-align:top;white-space: nowrap;}
.subMenu table td.sm1{}
.subMenu table td.sm2{}
.subMenu table td.sm3{}

.subMenu table td a{font-size: 12px;font-weight: normal;padding: 4px 5px; display:inline-block; width:100%; box-sizing:border-box;-moz-box-sizing:border-box;}
.subMenu table td a:hover{ background:#d6e7f2;}

.linkIcon{display: inline-block;border: 1px solid #ddd;max-width: 280px;background: #f3f3f3;border-radius: 3px;margin: 10px 0px 0px 0px;color: #333;box-sizing: border-box;-moz-box-sizing: border-box;

background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d6e7f2));
background-image: -webkit-linear-gradient(top, #fefefe, #d6e7f2);
background-image: -moz-linear-gradient(top, #fefefe, #d6e7f2);
background-image: -ms-linear-gradient(top, #fefefe, #d6e7f2);
background-image: -o-linear-gradient(top, #fefefe, #d6e7f2);
background-image: linear-gradient(top, #fefefe, #d6e7f2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d6e7f2');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#d6e7f2')";

background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#f3f3f3));
background-image: -webkit-linear-gradient(top, #fefefe, #f3f3f3);
background-image: -moz-linear-gradient(top, #fefefe, #f3f3f3);
background-image: -ms-linear-gradient(top, #fefefe, #f3f3f3);
background-image: -o-linear-gradient(top, #fefefe, #f3f3f3);
background-image: linear-gradient(top, #fefefe, #f3f3f3);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f3f3f3');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#f3f3f3')";

}
.linkIcon:hover{background: #e9f1f7;}

.linkIcon a{ display:block;padding: 8px 10px 8px 60px;color:#333;}
.linkIcon a.licon1{background:url('images/licon1.png') no-repeat left 10px center;}
.linkIcon a.licon2{background:url('images/licon3.png') no-repeat left 10px center;}
.linkIcon a.licon3{background:url('images/licon2.png') no-repeat left 10px center;}

.linkIcon .h1{display: block;font-size: 13px;font-weight: bold;}
.linkIcon .p{ display:block;font-size: 11px;color: #666;}
.linkIcon .licon1{}
td.sm-col3{ vertical-align:top;}

@media only screen and (min-width: 100px) and (max-width: 767px){
.md-col1{display:block;width:100%;}
.md-col2{display:block;width:100%;}
.md-col3{display:block;width:100%;}
.mainMenu{margin:0px 10px;}
.mainMenu li{display:block;}
.mainMenu li:hover .subMenu{ display:block; position:static; left:0px;}
.subMenu table{width:100%;}
td.md-col1{ display:none;}
}

@media only screen and (min-width: 800px) and (max-width: 899px){

}
@media only screen and (min-width: 768px) and (max-width: 799px){

}
@media only screen and (min-width: 640px) and (max-width: 767px){
.pageTitle{ font-size:34px;}
}
@media only screen and (min-width: 600px) and (max-width: 639px){
.pageTitle{ font-size:32px;}
}
@media only screen and (min-width: 480px) and (max-width: 599px){
.pageTitle{ font-size:24px;}
}
@media only screen and (min-width: 360px) and (max-width: 479px){
.pageTitle{ font-size:24px;}
.subMenu table td.sm1, .subMenu table td.sm2, .subMenu table td.sm3{ display:block; width:100%; box-sizing:border-box;-moz-box-sizing:border-box;}
td.sm-col1, td.sm-col2, td.sm-col3{ display:block;width:100%;}
}
@media only screen and (min-width: 320px) and (max-width: 359px){
.pageTitle{ font-size:20px;}
.subMenu table td.sm1, .subMenu table td.sm2, .subMenu table td.sm3{ display:block; width:100%; box-sizing:border-box;-moz-box-sizing:border-box;}
td.sm-col1, td.sm-col2, td.sm-col3{ display:block;width:100%;}
}
@media only screen and (min-width: 0px) and (max-width: 319px){
.pageTitle{ font-size:18px;}
.subMenu table td.sm1, .subMenu table td.sm2, .subMenu table td.sm3{ display:block; width:100%; box-sizing:border-box;-moz-box-sizing:border-box;}
td.sm-col1, td.sm-col2, td.sm-col3{ display:block;width:100%;}
}

