@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	background-color: #C1C1C1;
	text-align:justify;
}
a {
	font-size: 11px;
	color: #990000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993300;
}
a:hover {
	text-decoration: underline;
	color: #990033;
}
a:active {
	text-decoration: none;
	color: #993333;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 12px;
	color: #990000;
}
h2 {
	font-size: 14px;
	color: #990000;
}
h3 {
	font-size: 16px;
	color: #990000;
}
h4 {
	font-size: 18px;
	color: #990000;
}
h5 {
	font-size: 24px;
	color: #990000;
}

#wrapper{
	width:902px;
	height:auto;
	margin:0 auto;
	display:block;
	background-image:url(../images/Pegasus1.gif);
	background-repeat: repeat-y;
	background-position: top left;
}

#tophead{
	width:192px;
	height:30px;
	display:block;
	padding-right: 60px;
	padding-left: 650px;
	float:left;
	padding-top: 10px;
	background-image:url(../images/Pegasus1.gif);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: right;
}


#flashblock{
	width:802px;
	height:168px;
	display:block;
	padding-right: 50px;
	padding-left: 50px;
	float:left;
}	
	
#main{
	width:782px;
	height:auto;
	display:block;
	float:left;
	padding-right: 60px;
	padding-left: 60px;
	background-image:url(../images/Pegasus1.gif);
	background-repeat: repeat-y;
	background-position: top left;
	padding-top: 10px;
}
		
#leftbar{
	width:160px;
	height:auto;
	display:block;
	float:left;
	padding: 10px;
}


.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white  url(../images/glossyback2.gif) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;

}


* html .glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(../images/glossyback.gif);
}


			
#text{
	width:582px;
	height:auto;
	display:block;
	float:left;
	padding: 10px;
}
	
.left {
	float: left;
	clear:both;
	margin-right: 10px;
	margin-bottom: 5px;
}

.right {
	float: right;
	clear:both;
	margin-left: 10px;
	margin-top: 5px;
}
#content
	{
	padding:2em;
	}

		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	}
#box
	{
	text-align: justify;				
	width: 285px;				/* <-- use this for a set width */
	background-color: #eeeeee;
	float:left;
	margin-left: 5px;
	}
      
#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(../images/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
			
#footer{
	width:782px;
	height:65px;
	display:block;
	float:left;
	background-image:url(../images/Pegasus1.gif);
	background-repeat: repeat-y;
	background-position: top left;
	text-align: center;
	padding-left: 60px;
	padding-right: 60px;
}

.imgfront{padding-top:5px;padding-bottom:5px;}