/*Styles for body.*/
body
{
	margin: 0 auto;
	padding: 0;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  /*font-family: "URW Gothic L", "Century Gothic", "Lucida Sans Regular", "Trebuchet MS", sans-serif;
  font-size: 12px;*/
	background: #f4f4f4 url(background.gif) top center repeat-y;
	color: #494949;
}

/*Styles for main content which will be wrapped to centere. */
#MainWrapper
{
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 700px;
}

/*Styles for the main header at the top. */
#Header
{
	color:#494949;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	background: #FFFFFF url(header.jpg) no-repeat top left;
	height: 150px;
}

#HeaderLinks
{
	color:#494949;
	padding-top:30px;
	padding-bottom:0px;
	/*padding-left:50px;*/
	padding-left: 12px;
	padding-right:0px;
	text-align: left;
}

#HeaderLinks a
{
	color: #000099;
	font-weight:bold;
	font-size:10px;
	text-decoration:none;
	color:#494949;
}


#HeaderLinks a:hover
{
	color: #000066;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

/*Styles for the contens that are displayes in side column. */
#SideContents
{
	float:left;
	width:190px;
	color: #333300;
	line-height:1.6em;
	background-color:#ffffff;
	margin: 10px 10px 10px 0px;
	padding: 0px 12px 0px 10px;
	line-height: 1.6em;
}

#SideContents h1 {
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	padding: 1px 1px 1px 10px;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
	background: #CCCCCC;
}

#SideContents p
{
	font-size: 90%;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-align: left;
	background-color:inherit;
	color: #333300;
	margin: 0 0 12px 0;
}
#SideContents a
{
	text-decoration: none;
	background-color:inherit;
	color: #000066;
}

#avmenu {
width:190px;
margin:0 0 10px 0;
padding:4px 0px 0px 0px;
border-top:1px solid #000066;

}

#avmenu ul {
list-style:none;
width:190px;
margin:0 0 10px 0;
padding:0;
font-size: 0.9em;
}

#avmenu li {
margin-bottom:2px;
margin-top:2px
}

#avmenu li a {
font-weight:normal;
height:16px;
text-decoration:none;
color:#505050;
display:block;
padding:1px 0px 2px 5px;
background:#FFFFFF;
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-left:4px solid #000000;
}

#avmenu li a:hover, #avmenu li a.current {
background:#000066;
color:#FFFFFF;
border-top:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
border-left:4px solid #CC0000;
}

#avmenu ul ul {
margin:5px 0 5px 15px;
font-size:0.9em;
width:175px;
}

#avmenu ul ul a {
height:16px;
margin:0;
padding:1px 0px 2px 5px;
}




/*Styles for the main contets in the page. */
#MainContent
{
	margin: 15px 10px 10px 215px;
	padding: 0px 0px 10px 15px;
	border-left: 1px solid #DDD;	
	line-height: 1.6em;
}

#MainContent h1 {
	border-bottom: 1px solid #333333;
	/*border-top: 1px solid #333333;*/
	padding: 1px 1px 1px 10px;
	color: #333333;
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0;
	background: #CCCCCC;
}

#MainContent h2 {
  font-size: 100%;
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  color: #000066;
}

#MainContent p
{
	color:#494949;
	text-align: left;
	background-color:inherit;
}
#MainContent a
{
	text-decoration: none;
	background-color:inherit;
	color: #000066;
}
#MainContent img 
{
	display:inline;
	color: inherit;
	background-color:inherit;
	border: 0px;
}

/*Styles for the page footer. */
#Footer 
{	
	margin: 0 auto;
	padding: 6px 0 4px 0;
	border-top: 1px solid #ddd;
	width: 680px;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.6em;
	clear: both;
	/*background-color: #CCCCCC;*/
}
#Footer a 
{
	color: #000066;
	background-color: inherit;
	text-decoration: none;
}
#Footer a:hover 
{
	text-decoration: underline;
}

/*Styles for other classes. */
.AlignLeft
{
	margin: 10px 10px 5px 0;
	float: left;
}
.AlignRight
{
	margin: 10px 0 0 10px;
	float: right;
}

.hide {
display:none;
}
