/***********************************/
/*     CSS Document                */
/*     layout.css                  */
/*     © 2007 Gilvarry Web Design™ */
/***********************************/
/* For use with http://www.gilvarrywebdesign.com */
/***********************************/
/* Web designers: feel free to borrow 
code and learn from this stylesheet */
/***********************************/
/* Last modified 11:44 AM 8/4/2007  */
/***********************************/
/* Colors used in this style sheet:
   Hex 000000 = RBG   0,   0,   0 = black
   Hex FFFFFF = RBG 255, 255, 255 = white
*/
/***********************************/

body {
        font-family : "Times New Roman", Times, serif;
        font-size: 18px;
        background: #FFFFFF;
        color: #003366;
		margin: 0px;
}

form {
	margin: 0px;
}

table {
        font-size: 14px;
		font-weight: bold;
		color: #000088;
}

h1{
        font-weight: bold;
        font-size: 22px;
        font-family: "Times New Roman", Times, serif;
        text-decoration: none;
        line-height : 120%;
        color : #000000;
        margin: 2px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        margin: 0px;
}

h3 {
        font-weight: normal;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        margin: 0px;
}

p {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 15px;
}

ul {
        margin-left: 5px;
        padding: 0px;
}

li {
        margin-left: 10px;
        margin-top: 4px;
        margin-bottom: 4px;
        padding: 0px;
        list-style-position: outside;
        list-style-type: disc;
}

.hr {
		margin: 1px;
}

.hr2 {
		margin: 5px;
}

a {
        color: #0000FF;
        text-decoration: none;
}

a:hover {
        color: #FF9900;
        text-decoration: underline;
}

a:visited {
		color: #000066;
		text-decoration: none;
}

a:visited:hover {
		color: #CC6600;
		text-decoration: underline;
}
		
.credits {
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
}
		
.credits a {
		color: #FFFFFF;
		text-decoration: underline;
		font-size: 14px;
		font-weight: bold;
}
		
.credits a:hover {
		color: #FFFFFF;
		text-decoration: underline;
		font-size: 14px;
		font-weight: bold;
}

.imageborder {
        border: 1px solid #000000;
        margin-top: 5px;
        margin-bottom: 5px;
		margin-left: 5px;
		margin-right: 5px;
}

.breadCrumb {
		font-size: 10px;
		color: #000099;
		text-decoration: none;
		font-weight: normal;
		font-family: Geneva, Arial, Helvetica, sans-serif;
		margin: 3px;
}
		
		
.breadCrumb a {
        color: #0000FF;
        text-decoration: none;
		font-weight: normal;
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

.breadCrumb a:hover {
        color: #FF9900;
        text-decoration: none;
		font-weight: normal;
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

.breadCrumb a:visited {
		color: #0000FF;
		text-decoration: none;
		font-weight: normal;
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

.breadCrumb a:visited:hover {
		color: #FF9900;
		text-decoration: none;
		font-weight: normal;
		font-family: Geneva, Arial, Helvetica, sans-serif;
}

.search_init {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #0066FF;
}

.search_button {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		color: #000066;
		margin-bottom: 0px;
		margin-top: 0px;
}

.header_footer {
		background-color: #1144AD;
		background-image: url(bg2.gif);
		background-position: inherit;
		background-repeat: repeat-x;
		font-family: Arial, Helvetica, sans-serif;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 0px;
		margin-right: 0px;
}

.navbar {
		background-color: #777777;
		background-image: url(bg.gif);
		background-repeat: repeat-x;
		background-position: top;
}

.navbar2 {
		background-color: #777777;
		background-image: url(bg3.gif);
		background-repeat: repeat-x;
		background-position: top;
}

.columns {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 100%;
        margin: 0px;
}