
*{margin: 0; padding: 0;}
#wrap {	margin: auto; width: 920px; text-align: left; }
.blue { color:#366983; font-size:14px; margin-bottom:10px; display:block; }

/* BLOCK ELEMENTS */
html { display:block; }
div, map, dt, form { display:block; }
body { display:block; line-height: 18px; background-color: #38393A;
			 font-family: Arial, Helvetica, sans-serif; font-size:12px; color: #706f6f;}
p, dl { display:block;}
dd { display:block; margin-left:40px; }
address { display:block; font-style:italic; }
blockquote { display:block; margin:1em 40px; }
h1 /* Page Title */ { display:block; font-size:24px; font-weight:bold; color: #333; margin-bottom:20px;  }
h2 /* Page Subtitle */ { display:block; font-size:1.4em; font-weight:bold; color: #366983;
		 										 font-family: "Times New Roman", Times, sans-serif; padding-bottom: 0.5em; }
h3 /* Welcome note */ { display:block; font-size:2em; font-weight:normal; font-family: "Times New Roman", Times, sans-serif;
												padding-bottom: 0.7em; color: #366983; }
h4 /* Slogan */ { display:block; 	font-size:2.1em; font-style:italic; font-weight:normal;
									padding-top: 75px; color: #a5aea5; }
h5 { display:block; font-size:1.5em; font-weight:normal; padding-left: 20px; padding-top: 8px; color:#ffffff;
		 font-family: "Times New Roman", Times, sans-serif; }
h6 /* Custom message */ { display:block; color: #deeff7;	font-size: 2em;;	font-weight: normal; line-height: 36px;
													font-family: "Times New Roman", Times, sans-serif;	padding-bottom: 0.7em;	padding-top: 1.3em; }
pre{ display:block; font-family:monospace; white-space:pre; margin:1em 0; }
hr { display:block; height:2px; border:1px; margin:0.5em auto 0.5em auto; }
img { border: 0; }

/* TABLE ELEMENTS 
table { border-spacing:2px; border-collapse:separate;
margin-top:0; margin-bottom:0; text-indent:0; }
caption { text-align:center; }
td { padding:1px; }
th { font-weight:bold; padding:1px; }
tbody, thead, tfoot { vertical-align:middle; }*/

/* INLINE ELEMENTS */
strong { font-weight:bold; }
cite, em, var, dfn { font-style:italic; }
code, kbd, samp { font-family:monospace; }
ins { text-decoration:underline; }
del { text-decoration:line-through; }
sub { vertical-align:-0.25em; font-size:smaller; line-height:normal; }
sup { vertical-align: 0.5em; font-size:smaller; line-height:normal; }
abbr[title], acronym[title] { border-bottom:dotted 1px; }

/* LIST ELEMENTS */
ul { list-style-type:disc; margin:1em 0; margin-left:40px; padding-left:0;}
ol { list-style-type:decimal; margin:1em 0; margin-left:40px; padding-left:0;}
/* remove top & bottom margins for nested lists */
ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl
{ margin-top:0; margin-bottom:0; }
/* use circle when ul nested 2 deep */
ol ul, ul ul { list-style-type:circle; }
/* use square when ul nested 3 deep */
ol ol ul, ol ul ul, ul ol ul, ul ul ul { list-style-type:square; }

/* LINKS */
a, a:link, a:visited { color: #fff;	text-decoration: none;	font-weight: bold; }
a:hover {	text-decoration: underline; }