@charset "utf-8";
/* CSS Document */

body{
margin				: 0px;
font-family			: arial, helvetica, sans-serif;
font-size			: 10px;
background-image	: url(../images/nav_back.gif);
background-repeat	: repeat-y;
}

p{
font-size			: 1.2em;
line-height			: 1.5em;
}

h1{
font-size			: 2.5em;
color				: #24548c;
padding-top			: 10px;
}

h2{
font-size			: 1.6em;
color				: #24548c;
/*margin-bottom		: -16px;*/
}

h3{
font-size			: 1.4em;
color				: #24548c;
/*margin-bottom		: -16px;*/
}

a{
color				: #24548c;
text-decoration		: underline;
}
.title_one a {
	text-decoration:none;
}
.title_one a:hover {
	text-decoration:underline;
}
.title_two a {
	text-decoration:none;
}
.title_two a:hover {
	text-decoration:underline;
}
a:hover{
color				: #24548c;
text-decoration		: none;
}

a.boxlink{
color				: #FFFFFF;
text-decoration		: none;
}

a.boxlink:hover{
color				: #FFFFFF;
text-decoration		: underline;
}

ul{
font-size:1.2em;
}

li{
list-style-image	: url(../images/bullet2.gif);
}

#banner{
background-color	: #24548c;
padding:0px;
font-size: 0;
line-height: 0;
}

#nav{
font-size			: 1em;
font-weight			: bold;
float				: left;
width				: 208px;
}

#nav li{
list-style-image	: url(../images/bullet.gif);
}

#nav li a{
padding-left		: 6px;
text-decoration		: none;
}

#nav li a:hover{
padding-left		: 6px;
text-decoration		: underline;
}

.header{
background-color:#24548C;
}

#content{
padding-left		: 20px;
float				: left;
width				: 500px;
}

#content td{
font-size			: 1.2em;
}

#footer{
text-align			: left;
font-size			: 0.9em;
margin-top:30px;
}

.homecelltop{
width				: 146px;
background-color	: #24548c;
color				: #FFFFFF;
font-size			: 1.2em;
font-weight			: bold;
padding				: 3px;
}

.picborder{
border:#24548c 5px solid;
}
#stripe {
	width:100%;
	height:5px;
	background-color:#F7AD39;
	position:relative;
	top:-1px;
}

