/* Basic styles for content area */

@media print {

.printhide { display: none }

}

@media screen {

.screenhide { display: none }

}

h1 {
	font-size:1.55em;
	margin-bottom:1em;
	color:#00326d;
	text-transform:uppercase;
	font-weight:bold;
	/*width:400px;*/
	line-height:1.35em;
}
h2 {
	font-size:1.20em;
	margin-bottom:5px;
	font-weight:bold;
	color:#00326d;
}

#content h2 {
	margin-top:20px;
	padding-top:20px;
	margin-bottom:15px;
	border-top:1px solid #C2D4E1;
	font-size:1.7em;
	line-height:1.25em;
}

#content h2.continue, #content h2.first {
	border-top:none;
	margin-top:15px;
	padding-top:0;
}

h3 {
	font-size:1.15em;
	font-weight:bold;
	margin-top:10px;
}

h4 {
	font-size:1.0em;
	color:#000;
	font-weight:bold;
	/*letter-spacing: .04em;*/
}

h5 {
	font-size:.9em;
	color: #000;
	font-weight:bold;
	letter-spacing: .05em;
}

h6 {
	font-size:.9em;
	color: #000;
	font-style: italic;
	font-weight:bold;
	letter-spacing: .04em;
}

p, blockquote, address {
	margin-bottom:1em;
}
ul, ol {
	margin:0 0 1em 25px;
	padding:0;
}
ul li, ol li {
	margin:5px 0;
}



strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*-- Links --*/

a { 
	text-decoration:none; 
	border-bottom:1px solid #9cb1ce;
}
a:link { color:#24508c; }
a:visited { color:#24508c; }
a:hover, a:focus { color:#00326d; border-bottom: none; }
a:active { color:#24508c; border-bottom: none; }

/*-- Tables --*/

table {
	font-size: .85em;
}

th {
	font-weight: bold;
}

th, td {
	vertical-align: top;
}

table.layout {
	border-spacing: 0px;
	border-collapse: collapse;
	width: 100%;
	margin-left: 0;
	margin-bottom: 1em;
}

table.layout caption {
	margin-left: auto;
	margin-right: auto;
	font-size: 1em;
}

table.layout th, table.layout td {
	text-align: left;
	padding: 0.5em 1em 1em 0;
}

table.data {
	font-size: .80em;
	border-spacing: 0px;
	border-collapse: collapse;
	border: 1px solid #353535;
	width: auto;
	margin: 0 auto;
	margin-bottom: 1em;
}

table.data td, table.data th {
	padding: .5em;
	border: 1px solid #353535;
}

table.data th {
	background-color: #9dd4e4;
	color: #00326d;
}

/*-- Forms --*/

#content form {
	margin: 1em 0;
	font-size: .85em;
}

#content fieldset {
	margin-bottom: 1em;
}

#content fieldset, #content label {
	font-weight: bold;
}

#content fieldset label {
	font-weight: normal;
}

#content legend {
	margin-left: -.5em;
}


/*----- Miscellaneous
------------------------------------------------------------*/
span.offscreen {
	margin-left: -9999px;
}

.clear {
	clear: both;
	/*line-height: 1;*/
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.center {
	display: block;
	margin: 0 auto;
}

.last {
	border-right: 0px !important;
}



.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }

.width-all     { width: 100%; }
 
.bold          { font-weight:bold; }
.normal        { font-weight: normal; }
.normal-style  { font-style: normal; }
.allcaps       { text-transform: uppercase; }
.italic        { font-style:italic; }
.small         { font-size: .8em; }
.smaller         { font-size: .75em; }
.bigger        { font-size: 1.2em; }
.underline     { border-bottom:1px solid #103f76; margin:0 0 1.25em 0;}
.highlight     { background-color: #ffc; }
.red           { color: #cc0000; }
.blue          { color: #24508c; }
 
.wrap          { width:960px;margin:0 auto; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }

.margin-top    { margin-top: 1.25em; }
.margin-bottom { margin-bottom: 1.25em; }

.padding       { padding: 1em 1em 0 1em; }
.indent        { margin-left: 2em; }

.nopadding     { padding:0; }
.nopadding-tb  { padding-top: 0; padding-bottom: 0; }
.nopadding-bottom { padding-bottom: 0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }

.disc		       { list-style-type: disc; }
.circle        { list-style-type: circle; }
.square        { list-style-type: square; }
.decimal       { list-style-type: decimal; }
.lroman        { list-style-type: lower-roman; }
.uroman        { list-style-type: upper-roman; }
.lalpha        { list-style-type: lower-alpha; }
.ualpha        { list-style-type: upper-alpha; }

.inline        { display: inline; }
.block         { display: block; }

.border        { border: 1px solid #353535; padding: 1em 1em 0 1em; margin-bottom: 1em; }
.border-top    { border-top: 1px solid #353535; padding-top: 1em; }
.border-none   { border: none; }

.doctype       {
	font-size: 1em;
	margin-left: -.25em;
	padding-left: 0;
	margin-right: -.40em;
	padding-right: 0;
	font-family: "Courier New", Courier, monospace;
	color: #666;
}

a.button { font-weight: bold; text-decoration: none; padding: 5px; }
a.button:link { color:#24508c; }
a.button:visited { color:#24508c; }
a.button:hover { color:#00326d; background: #9dd4e4; }
a.button:active { color:#00326d; background: #9dd4e4; }

a.linkoff:link { text-decoration: none; border-bottom: none; }

#calendar-img {
	width: 590px;
	height: 195px;
	margin: 1em 0;
	padding: 1em 1em 0 1em;
	border: 1px solid #353535;
	line-height: 1.3em;
}

#calendar-google {
  width: 584px;
	padding: 1em 1em 0 1em;
	border: 1px solid #353535;
	line-height: 1.3em;
}
