/* master template - incorporates all common layout elements */


#top_curve
{
position:relative;
	margin-top:0px;
	margin-left:0px;
	width:780px;
	height:14px;
	background-image:url('../images/top_curve.gif');
	z-index:1;

}

#bottom_curve
{
position:relative;
margin-top:0px;
margin-left:0px;
width:780px;
height:16px;
background-image:url('../images/bottom_curve.gif');
z-index:1;
}

#white_background
{
position:relative;
margin-top:0px;
margin-left:0px;
width:780px;
background-color:#FFFFFF;
overflow:auto
z-index:1;
}

#default_logo
{
position:absolute;
margin-top:80px;
margin-left:14px;
width:197px;
height:93px;
z-index:3;
}

#default_logo2
{
position:absolute;
margin-top:80px;
margin-left:14px;
width:197px;
height:93px;
z-index:3;
}

select {
width:166px;
}

.button
{
width:27px;
}

a.sub_navigation:link    { color:#000000; text-decoration:none;}
a.sub_navigation:visited { text-decoration:none;}
a.sub_navigation:active  {color:#ffffff; text-decoration:none;}
a.sub_navigation:hover   {color:#ffffff; text-decoration:none;}