* {
	margin: 0;
	padding: 0;

}



/*beginning of navigation*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
margin-left: 0px;
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 0px;
}

#ddcolortabs ul{
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddcolortabs a{
float:left;
color: white;
background: #A4BDC1 url(images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
background: transparent url(images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
background-color: #597d81;
}

#ddcolortabs a:hover span{
background-color: #597d81;
}

#ddcolortabs #current a, #ddcolortabs #current span{ /*currently selected tab*/
background-color: #BCD0D2;
}

#ddcolortabsline{
clear: both;
padding: 0;
width: 700px;
height: 8px;
line-height: 8px;
background: #a4bdc1;
border-top: 1px solid #ffffff; /*Remove this to remove border between bar and tabs*/
}

#ddcolortabshr{
clear: both;
padding: 0;
width: 770px;
height: 8px;
line-height: 8px;
background: #A4BDC1;
border-top: 8px solid #ffffff; /*Remove this to remove border between bar and tabs*/
}

/*end of navigation*/


body {
	margin: 20px 0;
	background-image:url(pattern_004.gif) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F7772;
}

h1, h2, h3 {
	font-weight: normal;
	color: #3B3B3B;
}

h1 { font-size: 137%; font-weight:bolder; color: #597d81;}
h2 { font-size: 110%; }
h3 { font-size: 100%; }

p, ul, ol {
	margin-bottom: 20px;
	line-height: 167%;
	font-size: 85%;
}

a:link {
	color: #0AAAFD;
}

a:hover {
	text-decoration: none;
	color: #ED2024;
}



#navbar {
	width: 700px;
	height: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	
}

#breakbar {
	width: 770px;
	height: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	background-color: #A4BDC1;
}

#logo {
	float: left;
	width: 240px;
}

#logo h1 {
	padding-top: 20px;
	text-align: center;
}

#logo h1 a {
	font-weight: normal;
	font-size: 24px; 
	color: #3B3B3B;
}

#logo h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 8px;
}

#logo h2 a {
	color: #B3A7A0;
}

#logo a {
	text-decoration: none;
}

#menu {
	float: left;
	width: 530px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 50px;
	padding: 15px 12px 0 12px;
	background: url(images/img1.gif) no-repeat;
	text-decoration: none;
	font-size: 114%;
	color: #3B3B3B;
}

#menu a:hover {
	color: #ED2024;
}

#banner {
	width: 700px;
	height: 178px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#banner p {
	float: right;
	width: 460px;
	height: 70px;
	margin: 0px;
	padding: 110px 20px 0 50px;
	text-align: right;
	font-size: 136%;
	font-weight: bold;
	color: #ED2024;
}

#page {
	width: 700px;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#page h1, #page h2 {
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 658px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;

}

#content ol, #content ul {
	margin-left: 3em;
}

#right {
	float: right;
	width: 100px;
	padding: 0px 20px 20px 20px;
	background-color: #A4BDC1;
}

#right h2 {
	padding-top: 6px;
	font-weight: bold;
}

#right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right li {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #CCCCCC;
}

#right h3 {
	height: 17px;
	padding: 0 10px;
	background: #3B3B3B url(images/img4a.gif) no-repeat;
	color: #FFFFFF;
}

#right a:link {
	color: #A4BDC1;
}

#right a:hover {
	text-decoration: none;
	color: #A4BDC1;
}

#right a:active{
	text-decoration: none;
	color: #A4BDC1;
}

#right a:visited {
	text-decoration: none;
	color: #A4BDC1;
}


#footer {
	clear: both;
	width: 700px;
	height: 25px;
	padding-top: 10px;
	border-top: 5px solid #3B3B3B;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
	font-size: 77%;
}

#legal {
	float: left;
}

#links {
	float: left;
}

