/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,  blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}


a, a:active, a:visited{
color:#3366CC;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}



body {
	line-height: 1;
	color: black;
	background:url(images/bg.png) repeat-x #fff;
	
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


h1, h2, h3{
font-family:Georgia, 'Times New Roman', serif;
font-size: 24px;
font-weight: normal;
color:#0076a3;
margin-bottom:10px;

}
.componentheading, h4{
font-family:Georgia, 'Times New Roman', serif;
font-size: 14px;
font-variant:small-caps;
font-weight: normal;
color:#0076a3;

}


.searchheads{
display:block;
font-family:Georgia, 'Times New Roman', serif;
font-size: 24px;
font-weight: normal;
color:#ffffff;
margin-top:20px;


}

.searchtext{
font-family:Arial, 'Lucida Sans', 'Helvetica Neue', sans-serif;
font-size:12px;
line-height:18px;
color:#ffffff;
}

#page{
width:797px;
height:100%;
/*background-color:#ffffff;*/
/*background-color:#0076a3;*/
margin:0 auto;
margin-top:25px;
border:2px solid #ffffff;

}

#banner{

}

#menu{
clear:both;
height:35px;
border-top:2px solid #ffffff; 
border-bottom:2px solid #ffffff;
background-color:#0076a3;
}

#menu ul{
color:#FFFFFF;
list-style-type:none;
display:inline;

}
#menu ul li {
display:inline;
padding-left: 10px;
padding-right: 10px;

border-right:1px solid #7da7d8;
}

#menu ul li a, #menu ul li {

display:inline;
font-family:'lucida sans unicode','helvetica neue', arial, sans-serif;
font-size:14px;
line-height:40px;
color:#FFFFFF;
text-decoration:none;

}

#content{
clear:both;
/*border:1px solid red;*/
background-color:#0076a3;
height:100%;
}

#contentleft{
float:left;
background-color:#0076a3;
width:187px;
height:100%;
}

#calendar{
padding-left:15px;
padding-top:45px;
font-family:'lucida sans unicode','helvetica neue', arial, sans-serif;
font-size:11px;
line-height:18px;
color:#ffffff;
border-bottom:1px dashed #ffffff;
}

#contentright{
float:right;
width:604px;
height:100%;
text-align:left;

border-left:2px solid #ffffff;
background-color:#ffffff;
}

#main{
background:url(images/bgcontent.png) repeat-y #fff;
padding-left: 45px;
padding-right: 45px;
padding-top:67px;
padding-bottom:67px;
font-family:'Lucida Sans unicode', 'Helvetica Neue',arial, sans-serif;
font-size:12px;
line-height:18px;

}



#contentrightmbara{
float:left;
width:267px;
height:100%;
border-right:2px solid #ffffff;

padding-left: 33px;
}

#contentrightmbarb{
float:right;
width:268px;
height:100%;
padding-left: 33px;

}

#contentrightmbar{
background-color:#7da7d8;
height:153px;
}

#spacer{
clear:both;
height:300px;
}


#footer{

clear:both;
text-align:center;
color:#ffffff;
font-family:'Lucida Sans unicode', 'Helvetica Neue',arial, sans-serif;
font-size:11px;
padding-top:10px;
padding-bottom:10px;
/*border:1px solid yellow;*/
}



