*
{
	font-family:arial, veranda, sans-serif;
	text-align:cener;
	font-size:13.6px;
}

body
{
	background-color:#cccccc;
	behavior:url("csshover.htc");
}

#frame
{
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#page
{
	padding:0px 10px 10px 10px;
	width:970px;
	background-color:#ffffff;
}

#header
{
	background-image:url(images/header.jpg);
	height:133px;
	width:990px;
}

#nav
{
	height:200px;
	padding:0px;
}

#imp
{
	margin-top:10px;
	height:20px;
	padding:15px;
	color:#FF0000;
	font-weight:bolder;
	z-index:2;
}

#content
{
	float:left;
	width:690px;
	padding:10px;
	height:auto;
	margin-right:20px;
}

#sidebar1
{
	float:left;
	width:220px;
	padding:10px;
	height: 300px;
	color:#E41B17;
	font-weight:bolder;
}

#sidebar2
{
	float:left;
	width:220px;
	padding:10px;
	margin-top:20px;
	height: 300px;
	font-weight:bolder;
}

#sidebar1 a
{
	text-decoration:none;
	color:#E41B17;
}

#sidebar2 a
{
	text-decoration:none;
	color:#ffffff;
}

#sidebar2 a:hover
{
	color:	#1569C7;
}

#inner
{
	margin-top:70px;
	margin-left:20px;
	height:180px;
	width:150px;
}

#inner1
{
	margin-top:120px;
	margin-left:20px;
	height:100px;
	width:180px;
}

#footer
{
	height:80px;
	padding:10px;
	clear:both;
}

#menu
{
	margin: 0px;
	padding: 0px;
	width: 200px;
	z-index:50;
}

#menu ul {
list-style: none; /* Remove the bullets */
margin: 0;
padding: 0;
width:200px; /* Menu width */
}
#menu ul li {
background: url(images/menu.jpg) no-repeat;
display: block; /* Make a menu item a block (height 100%, width 100%) */
height:100%;
width:100%;
position: relative;
float:left; /* Make sure (in IE) there is no margin between the menu items */
z-index:99;
}
#menu ul li a{
width: 200px;
text-decoration: none;
	font-family:impact;
	text-indent: 20px;
	line-height: 30px;
	color: white;
	height: 30px;
display:block; /* When rollover the menu item, the whole item will be seen as link. */
}
#menu ul li a:hover {
color: #39D55C;
padding:0;
}
#menu ul ul {
position: absolute;
top: 0;
display:none; /* Display nothing when not 'hovered' */
}
#menu ul li ul li{}
#menu ul li ul li a:hover{}
#menu ul li:hover ul{
display: block; /* Make sure the submenu is displayed as blocks as well. */
left:200px;
}


#imgrotate
{
	z-index:1;
}

#content a
{
	text-decoration:none;
	color:black;
}

#content a:hover
{
	color:#53b83f;
}

#footer a
{
	text-decoration:none;
	font-style:oblique;
	font-weight:bold;
	color: #000000;
}

#footer a:hover
{
	color: #FF0000;
}

.blueborder 
{
	background-image:url(images/blueborder.jpg);
	background-position:bottom;
	background-repeat:repeat-x
}

.greenborder
{
	background-image:url(images/greenb.jpg);
	background-position:top;
	background-repeat:repeat-x
}

.greenborder1
{
	background-image:url(images/greenb.jpg);
	background-position:bottom;
	background-repeat:repeat-x
}


