* {
  font-family: verdana;
  font-size: 11px;
}

body {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #333333;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
    background-color: #FFFFFF;
}

a:link, a:visited, a:active {
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #0A6B9B;
	text-decoration: underline;
}

a:hover {
	color: #043044;
	text-decoration: underline;
}



.search {
	font-size: 11px;
	border: 1px solid #CCCCCC;
}

#header {
	font-size: 11px;
	color: #FFFFFF;
}


#header a:link, #header a:visited, #header a:active {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

#header a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}



#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}

#breadcrumb {
	padding: 10px;
	font-size: 10px;
	color: #999999;
}

#text {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}

h1 {
	font-size: 20px;
	color: #475F70;
    line-height: 25px;
}



#footer {
	font-size: 11px;
	color: #999999;
	margin-top: 10px;
}

#footer a:link, #footer a:visited, #footer a:active {
	font-size: 11px;
	color: #8DA5B6;
	text-decoration: underline;
}

#footer a:hover {
	font-size: 11px;
	color: #59778C;
	text-decoration: underline;
}





#home {
	font-size: 11px;
	color: #999999;
}

#nav {
	background-color: #F7F7F7;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #BECCD6;
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}

#nav ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 3px;
	margin-bottom: 5px;
}

#nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding: 5px;
	padding-left: 10px;
	list-style-type: none;
}

#nav2 {
	background-color: #F7F7F7;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #BECCD6;
	margin-bottom: 15px;
	/*padding-bottom: 20px;
    */
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
}

#nav2 ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 3px;
	margin-bottom: 5px;
}

#nav2 li {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E1E1E1;
	padding: 5px;
	padding-left: 10px;
	list-style-type: none;
}

.nav_title {
	font-size: 13px;
	font-weight: bold;
	padding-left: 12px;
	padding-right: 15px;
	background-image: url(images/arrow_down.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


#nav_login {
	padding-top: 5px;
}

#nav_login ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 3px;
	margin-bottom: 5px;
}

#nav_login li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
	padding: 5px;
	padding-left: 10px;
}

.box {
	border: 1px solid #E8E8E8;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

.cms_module {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px
}

.gridstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px
}

.submitLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size : 11px;
    color: #0A6B9B;
    text-align: left;
    background-color: transparent;
    text-decoration: underline;
    border: none;
    cursor: pointer;
    cursor: hand;
    margin-left: -8px;
    _margin-left: 0px;
  }

