/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body {
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: #fff;
}

h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 120%;
	color: #cc3300;
}
h2 {
	font-family: arial, helvetica, sans-serif;
	color: #cc3300;
	font-size: 105%;
}

h3 {
	color: #cc0000;
	font-size: 80%;
	margin-bottom: -12px;
}
h4 {
	font-size: 70%;
}

p
{ 
	color: #333333;
	font-size: 75%;
	background-color: #FFFFFF;
}

li { 
	font-size: 75%;
	}

a {
	color: #666; 
	text-decoration: underline;
	background-color: #FFFFFF;
}

a:hover {
	color: #666; 
	text-decoration: none;
	background-color: #FFFFFF;
}
th {
	font-size: 75%;
	text-align:left;
}
td {
	font-size: 75%;
}
td p{ 
	font-size: 100%;
}

/***********************************************/
/* Main Layout Divs                            */
/***********************************************/
#header {
	background-color: #ffffff;
	color: #333333;
	font-size: 70%;
	text-align: right;
	padding: 5px 5px 5px 5px;
}

#container{
        float: left;
        width: 100%;
        background-color: #FFF;
}

#footer {
	color: #333333;
	clear: both;
	text-align: center;
	padding: 0px 10px 0px 10px;
	border-top: 1px solid #CCC;
	font-size: 80%;
}

/***********************************************/
/* Section Divs                                 */
/***********************************************/
#content1 { 
	position:relative;
	color: #333333;
	margin: 10px 0% 0% 0%;
	padding: 0px 0px 0px 20px;
	background-image: url('images/girl.jpg');
	background-repeat: no-repeat;
	background-position:  bottom right;
	border-bottom: 5px solid #FFCC00;
	z-index:1;
}

#greeting {
	margin: 0px 285px 0px 0px;
}
#ad {
	position:relative;
	z-index:200;
	float: right;
	width: 255px;
	height: 150px;
}
#ad h2{
	color: #CC3300;
	font-size: 100%;
}
#ad h3{
	color: #ff6600;
	font-size: 80%;
}

#ad h3 a{
	color: #ff6600;
	text-decoration: underline;
}

#ad h3 a:hover {
	color: #ff6600;
	text-decoration: none;
}

/********************* Quick links **********************/
#quicklink{
	color: #cc0000;
	height:82px;
	width:480px;
	font-size: 110%;
	font-weight: 600;
	padding: 0px;
	margin-bottom: 0px;
}

#quicklink ul{
	float:left;
	width:480px;
	height:82px;
	padding:0px;
	margin:0px 0px -20px 0px;
	list-style-type:none;
}
#quicklink li
{
	display:inline;
	float:left;
	height:82px;
	list-style-type: none;
	width: 149px;
	padding: 15px 0px 0px 10px;
	background-image: url('images/or_accent.jpg');
	background-repeat: no-repeat;
	background-position:  0 0px;
}

#quicklink a:link, #quicklink a:visited{
	display:block;
	text-decoration:none;
	color: #fff;
	padding: 0px 0px 3px 0px;
	margin-top: 0px;
	margin-right: 10px;
	text-align:left;
	background: url('images/arrow1.gif') no-repeat top right;
}

#quicklink a:hover {
	background: url('images/arrow2.gif') no-repeat top right;
	text-decoration: underline;
}

/********************* news items **********************/
#highlights {
margin: 3px 0px 20px 20px;
}

h3 a{
	color: #cc3300;
	text-decoration: underline;
}

h3 a:hover {
	color: #cc3300;
	text-decoration: none;
}
.story{
	height: 90px;
	border-top: 1px dashed #ccc;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
/********************* feature box **********************/
#feature {
	float: right;
	width: 255px;
	background-color: #FFCC00;
	background-image: url('images/feature_top.jpg');
	background-repeat: no-repeat;
	background-position: top right; 
	margin: 0px 0px 10px 20px;
	padding: 0px 0px 0px 0px;
}
#feature h2{
	color: #000; 
	text-align: right;
	padding-right:15px;
}
#feature h3{
	color: #000; 
	text-align: center;
}

#feature p{
	color: #000; 
	text-align: center;
	background-color: #FFCC00;
}
#feature a{
	color: #333;
	background-color: #FFCC00;
}
#featurebot {
	height:24px;
	background-image: url('images/feature_bottom.jpg');
	background-repeat: no-repeat;
	background-position: top right; 
}
/***************** common styles ************************/
#left {
	float:left;
}
.ralign 
{  
	text-align: right;
}
.bold {
	font-weight: bold;
}
.white {
	color: #fff;
}
.sm{
font-size: 80%;
}
.hidden
{
	position: absolute;
	left: -2000px;
	width: 1900px;
	padding: 0;
	margin: 0;
}
/********************* end **********************/

