﻿@import url("layout.css");
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: small;
	background-repeat: repeat;
	background-color: #f7fcde;
	/* color: #352E7C; */
	color: #58595b;
}
#container {
	border-right: 2px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
	background-color: #fff;
}
#masthead {
	text-align: left;
	background-color: #fff;
	background-image: url("../images/masthead_image.jpg");
	background-repeat: no-repeat;
}
#awmAnchor-menu {
	margin:auto;
	background-color: #fff;
}
html>body #awmAnchor-menu {
	overflow: hidden;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 0px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #fff;
	margin-top: 0;
	margin-left: 1em;
}

#body {
	margin:0px auto;
	margin-bottom:10px;
	float: left;
	padding: 10px 5px;
	/* background-image: url('../images/back0big.jpg'); */
}

#body #left {width:570px; float:left; margin:0 10px 0 10px;}
#body #side-right {float:left; width:170px; border: 2px solid #000066;
	text-align:center;}
.clear {clear: both;}
/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}


/* Site typography */
h1 {
	font-size: xx-large;
	/* color: #3A2F8C; */
}
h2 {
	font-size: x-large;
	font-style: normal;
	/* color: #372A82; */
}
h3 {
	font-size: large;
	font-style: normal;
	/* color: #352A81; */
}
h4 {
	font-size: medium;
	font-style: normal;
	/* color: #453A8D; */
}
h5 {
	font-size: x-small;
	font-style: italic;
	/* color: #000; */
}
h6 {
	font-size: xx-small;
	font-style: italic;
	/* color: #000; */
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #372c88;
	text-decoration: underline;
	border:0px;
}

img {
	border:0px;
}

a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}


<!--FROM HTM FILES -->

.style1 {
	font-size: small;
	color: #352E7C;
}
.style3 {
	margin-top: 0;
}
.style4 {
	border: 2px solid #000066;
	text-align:center;
	background: #d9df4e;		
}
.style4_1 {
	border: 2px solid #000066;
	margin-top: 45px;
	/* text-align: center; */			
}
.style5 {
	border-width: 0px;
}

  @font-face {

    
    font-style:  oblique;

    font-weight: 700;

    src: url(http://www.dvaeyc.org/METABOO0.eot);

  }

  @font-face {

   
    font-style:  normal;

    font-weight: 700;

    src: url(http://www.dvaeyc.org/METABOO0.eot);

  }

  @font-face {

       font-style:  normal;

    font-weight: normal;

    src: url(http://www.dvaeyc.org/METABOO0.eot);

  }

.style6 {
	font-size: xx-large;
}
.style7 {
	/* text-align: center; */
}

.style8 {
	font-size: medium;
}

ul
	{margin-bottom:0in;}
 li.MsoNormal
	{margin-bottom:.0001pt;
	font-size:10.0pt;
			margin-left: 0in;
	margin-right: 0in;
	margin-top: 0in;
}

.style16 {
	font-family: Verdana;
	font-size: medium;
	font-weight: bold;
}
.style18 {
	font-size: medium;
}
.style20 {
	font-weight: normal;
}

.style21 {
	color: #FFFFFF;
}

.style22 {
	font-size: small;
}
.style23 {
	font-family: Verdana;
	font-weight: bold;
}
/* .AWMSTCBG0 {z-index: 2;} */

/* BUTTON STYLE */
.awesome, .awesome:visited {
	background: #222 url(../images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover							{ background-color: #111; color: #fff; }
.awesome:active							{ top: 1px; }
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }

.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.green.awesome:hover						{ background-color: #749a02; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.yellow.awesome:hover							{ background-color: #fc9200; }
