@charset "UTF-8";


/* utilities */

.fltrt {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	overflow: hidden;
}

/* lists */

ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul li{
	list-style-type: disc;
	margin: 0 0 0 25px;
}
ol {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ol li{
	list-style-type: decimal;
	margin: 0 0 0 25px;
}

blockquote {
	list-style-type: disc;
	margin: 0 0 0 25px;
}

/* type element */


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.4em;
	text-decoration: none;
	padding-bottom: 1em;
}

#sidebar2 div.boxContent p {
	padding-bottom:0;
}

h2,h3,h4,h5 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
	padding-bottom: .5em;
	font-weight: bold;
}
h1 {
	font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 35px;
	margin-bottom:15px;
	margin-top:-5px;

}
h2 {
	font-size: 2em;
	padding-bottom: .25em;
}

h3 {
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
h4 {
	font-size: 1.6em;
}
h5 {
	font-size: 1.3em;
}

/* links */

a {
	color: #215EAC;
	text-decoration: underline;
}


/* text decoration */

strong {
	font-weight:bold;
}

em {
	font-style:italic;
}

strong em {
	font-style:italic;
	font-weight:bold;
}

/* buttons */


a.grey_button {
	background-image: url(../images/grey_button_01.png)!important;
	background-image: url(../images/grey_button_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	width: 100px;
	text-align: center;
}
a.grey_button span {
	background-image: url(../images/grey_button_02.png)!important;
	background-image: url(../images/grey_button_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 25px;
	display: block;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 7px;
}

a.blue_button {
	/*background-image: url(../images/blue_button_01.png)!important;
	background-image: url(../images/blue_button_01.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	/*padding-left: 5px;*/
	text-decoration: none;
	width: 218px;
	height:120px;
	text-align: center;
}
a.blue_button span {
	/*background-image: url(../images/blue_button_02.png)!important;
	background-image: url(../images/blue_button_02.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 25px;
	display: block;
	color: #0361AF;
	text-shadow:#FFF 0 1px 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 7px;
}
a.green_button {
	background-image: url(../images/green_button_01.png)!important;
	background-image: url(../images/green_button_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 5px;
	text-decoration: none;
	width: 100px;
	text-align: center;
}
a.green_button span {
	background-image: url(../images/green_button_02.png)!important;
	background-image: url(../images/green_button_02.gif);
	background-repeat: no-repeat;
	background-position: right top;
	line-height: 25px;
	display: block;
	color: #7D9C35;
	text-shadow:#FFF 0 1px 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	padding-right: 7px;
}

