﻿* {
	margin: 0;
	padding: 0;
}

body { margin-top: 0px; background: #C2DDEB url('layout_images/gradientbg.jpg') repeat-x;
font-family: Georgia; color: #000000; font-size: 12pt; line-height:20pt;
}

ul { margin-left: 25px; padding-left: 0; list-style: none;}


ul li { padding-left: 18px; background: url('layout_images/bcdbullet.jpg') no-repeat 0px 10px;
}


ol { margin-left: 25px; list-style-type: decimal;}

blockquote { background: #FFFFFF; padding: 4px; color:#00597B; font-style:italic; margin-left: 100px; width: 500px; margin-bottom:15px;}      

.right {margin-left: 200px; margin-bottom: 40px;}


h1 { margin:0; font-size:25pt; font-family: Georgia; color: #B60000; font-weight: normal; letter-spacing:2px; padding-top: 10px; padding-bottom: 4px; border-bottom: 2px solid #79ABC4;}
h2 { margin: 0; font-size: 19pt; color: #00597B; font-weight: normal; padding-top: 25px;}
h3 { margin:0; font-size:18pt; font-family: Georgia; color: #498EAF; font-weight: normal; padding-top: 25px; text-align:left;}

p {margin-bottom: 15px; margin-top: 25px; text-align: justify;}


a:link{ color:#B60000; font-weight:bold; text-decoration:none; border-bottom: 2px solid #79ABC4;}

a:visited{ color:#B60000; font-weight:bold; text-decoration:none; border-bottom: 2px solid #79ABC4;}

a:hover { color:#00597B; font-weight:bold; text-decoration:none; border-bottom: 2px solid #79ABC4;}


.text { padding: 20px;}


#title { width: 750px; height: 50px; margin: 0 auto; padding: 0px; color: #538400; font-size: 60pt;	letter-spacing: 2px;}

#subtitle { width: 750px; height: 40px; margin: 0 auto; padding: 0px; color: #538400; font-size: 20pt; font-weight: bold; letter-spacing: 1.5px;}



#content { top: 0px; width: 700px; margin: 0 auto; background: #FFFFFF repeat-x; border-top: 30px solid #B60000; border-bottom: 30px solid #B60000; 
}


#main { width: 700px; top: 0px;}

						
						
						#navcontainer
						{
						margin-left: auto;
						margin-right: auto;
						margin-bottom: 40px;
						border-top: 2px solid #B60000;
						z-index: 1;
						}
						
						#navcontainer ul
						{
						list-style-type: none;
						text-align: center;
						margin-top: -15px;
						padding: 0;
						position: relative;
						z-index: 2;
						}
						
						#navcontainer li
						{
						display: inline;
						text-align: center;
						margin: 0 5px;
						background: none;
						}
						
						#navcontainer li a
						{
						padding: 1px 7px;
						color: #00597B;
						background-color: #fff;
						border: 2px solid #B60000;
						text-decoration: none;
						}
						
						#navcontainer li a:hover
						{
						color: #498EAF;
						border: 2px solid #B60000;
						border-top: 3px solid #B60000;
						border-bottom: 3px solid #B60000;
						}
						
						#navcontainer li a#current
						{
						color: #000;
						border: 1px solid #666;
						border-top: 2px solid #666;
						border-bottom: 2px solid #666;
						}



#footer { clear: both; width: 700px; margin: 0 auto; padding: 10px 0;
}

#copyright { margin: 0; text-align: center; font-size: 11pt; font-family: Georgia; color: #00597B; padding-top:150px;}
