/* CSS Document */

/*
----------------------------------------------------------------
	B A S E   C S S
---------------------------------------------------------------- */

body, td, th 
	  {
	color: #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 10px 10px 0;
	line-height: 18px;
}

body
	  {
	
	background-image: url(../images/pat_20040113085229.gif);
}




/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	color: #000066;
	text-transform: uppercase;
}

h1 { font-size: 14px; line-height: 1; margin-bottom: 0.5em; }
h2 {
	font-size: 12px;
	margin-bottom: 0.25em;
	text-transform: none;
}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 .75em; }
p img       { float: right; margin: 0em 1.5em 1.5em; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Links
-------------------------------------------------------------- */
	
A {
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

A:visited {text-decoration: none }
A:hover { text-decoration: underline}
A:active { text-decoration: underline }

#main_nav a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

A.sm_menu   { color: #000066; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal}
A.sm_menu:visited    { color: #333333; text-decoration: none }
A.sm_menu:hover { text-decoration: none }
A.sm_menu:active  { text-decoration: none }
A.submenu:hover { text-decoration: none }
A.submenu:active { text-decoration: none }

a.title:link 
	  { color: black; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: none; font-weight: bold; text-decoration: underline }
	  
a.verysmall:link    { color: black; font-size: 10px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-style: none; font-weight: none; text-decoration: underline }

/* Structure
-------------------------------------------------------------- */

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#header {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding: 20px 20px 15px;
	font-size: 18px;
	color: #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#content {
	background-color: #FFFFFF;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#main_nav {
	text-align: center;
	padding: 10px 10px 20px;
	font-size: 12px;
	color: #CCCCCC;
}


/* Formatting
-------------------------------------------------------------- */

.boldevent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	line-height: 14px;
	font-size: 11px;
}


.largetitle	
	     { color: black; font-size: 13px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }

.title	
	    { color: black; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.subtitle    { color: #000066; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold }
.verysmall	
	   { color: black; font-size: 8px; font-family: Verdana, Arial, Helvetica, sans-serif}
.small	
	     { color: #666666; font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal}

#content strong {
	color: #333333;
}
