/* Created by Igor Penjivrag (www.colorlightstudio.com) - 12.11.2006 */


body {
	margin: 0px;
	/*background: url(img/top_bg.gif);*/
	/*background-repeat: repeat-x;*/
	font-family: Verdana, Arial, sans-serif;
        font-size: .7em;
	/* 400 is the same as normal, and 700 is the same as bold */
	font-weight:550;
}

p {
	line-height: 17px;
	margin: 11px 0 10px 0;
	padding: 0px;
}


h2 {
	color: #73353A;
	margin:0px;
	padding:0px;
	font-size: 15px;
}

ul {
	font-size: 10px;
	margin:0;
	padding:0;
	list-style-image: url(img/bullet.gif);
}

a {
	 
	/*color: #FF7F50; */
	/* color: #FF0000;  */ 
	/*color: #56677C;*/
	color: #00008B;
	font-size: 10px;
	font-weight:600;
	
}

a:hover {
	color: #8B0000;
	text-decoration: none;
}

blockquote{
	background: #F7FDE3;
	color: #606060;
	padding: 10px;
}


/**** Main Container ***/


#wrap {
       margin-left: auto;
       margin-right: auto;
       width: 95%;
}


/**** Top ***/


#top {
	top:0px;
        width: 100%;
	height: 88px;
	color: #fff;
	text-align:center;
	/* background: #000 url(img/top_bg.gif);*/
	overflow:hidden;
}

#top h2 {
	color: #FF7F50;
	letter-spacing: 3px;
	font-size: 4.4em;
	font-weight: normal;
	position: relative;
	margin: 0px;
	top:33px;
	display:block;
	float:left;
	padding-left: 4px;
}

#top h2 a {
	color: orange;
	text-decoration: none;
}

#top h2 a:hover {
        /*color: #FF5938;*/
	color: #FF7F50;
}


/**** Main Menu ***/


#menu {
	display: block;
	float:right;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: block;
	float: left;
	white-space: nowrap;
}

#menu li a {
	display: block;
	padding: 55px 20px 12px 20px;
	text-decoration: none;
	color: #F0F8FF;
	font-weight: bold;
	font-family: Helvetica,Verdana, Arial, sans-serif;
        font-size: 16px;
}

* html #menu a {width:1%;}

#menu li a:hover {
	background: #F0F8FF;
color: #000000;
}

#menu li a.current {
	letter-spacing: 1px;
	color: #FF7F50;
	
}

#menu li a.current:hover {
	color: #FF7F50;
}


/**** Content Container ***/


#content {
	width: 90%;
	margin-top:30px;
}

#content h2 {
	margin: 0;
	padding: 10px 0 10px 0;
}


/**** Content ***/


#left ul {
	padding: 15px 0 15px 35px;
	margin:0;
}

#left li {
	margin-bottom:5px;
}

#left {
	width: 25%;
	float:left;
        margin-left: 21%;
        margin-top:100px;
	display: block;
        display: inline;

}


/**** Sidebar ***/


#right {
	width: 25%;
	float: right;
	margin-right: 21%;
	display:block;
	margin-top: 100px;
}

#right .box {
	width: 280px;
	background: #F6F9FB;
	border: 1px solid #E1E1E1;
	padding:10px 10px 15px 10px;
	float: right;
	
}

#right .box h2 {
	font-size: 1.1em;
	margin: 0px 0 0px 0;
	padding:0px 0 5px 0;
}

#right .box a {
	margin: 10px 0 10px 0;
	/*color: #56677C;*/
	color: #00008B;
	font-size: 10px;
	font-weight:600;
	
}


#right .box p {
	margin: 5px 0 10px 0;
	line-height: 15px;
}

#right .box ul {
	padding: 0 0 7px 20px;
	margin:10px 0 10px 0;
}

#right .box li {
	margin-top:5px;
	
}


/**** Clear Div ***/


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}


/**** Footer ***/


#footer {
        margin: 40px auto 0 auto;
	text-align: center;
	border-top: dotted 1px gray;
	padding: 20px 0 20px 0;
	width: 70%;
}

#footer p {
	margin: 0px;
	padding: 0;
}