body{
	margin: 0px;
	font-size: 12px;
	font-family: verdana;
	background: #827f6a /*#999683*/;
	background-position: center;
}

h2{
	margin-top: 5px;
	color: #003344;
}

img{
	border: none;
}
	
#header{
	width: 100%;
	margin: 0 auto;
	height: 140px;
	background: #fff url('images/header.jpg') no-repeat;
	background-position: top;
}

#menu{
	/*border: #fff dashed 1px;*/
	height: 100%;
	width: 950px;
	margin: 0 auto;
	
}

#menu2{
	margin-left: 40px;
}


#menu-wrapper{
	width: 100%;
	height: 35px;
	background: url('images/menu-bg.jpg') repeat-x;
}

#menu-item{
	/*width: 130px;*/
	margin-right: 15px;
	display: block;
	float: left;
	/*background: url('images/button.jpg') no-repeat;*/
	background-position: center;
	color: #000;
	text-align: center;
}

#menu-item-active{
	/*width: 130px;*/
        margin-right: 15px;
	display: block;
	float: left;
	/*background: url('images/button1.jpg') no-repeat;*/
	background-position: center;
	color: #000;
	text-align: center;
}

.active{
	color: #333333;
	font-size: 11px;
	text-decoration: underline;
	text-transform: uppercase;
}

.normal{
	color: #222222;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

.normal:hover{
	color: #000000;
	font-size: 11px;
	text-decoration: underline;
	text-transform: uppercase;
}

/*#menu-item:hover{
	width: 150px;
	display: block;
	float: left;
	/*background: url('images/button1.jpg') no-repeat;*
	background-position: center;
	text-align: center;
	color: #000;
}*/

#menu-text{
	padding: 10px;
	_cursor: default;
	font-size: 85%;
	text-transform: uppercase;
}

/*#menu-text a{
	color: #cccccc;
}*/

#submenu-wrapper{
	width: 100%;
	background: #827f6a; /*url(images/sub.jpg) repeat-x;*/
	height: 25px;
}

#submenu{
	width: 950px;
	height: 100%;
	margin: 0 auto;
	/*border-bottom: #183114 solid 1px;*/
	/*border: #000000 solid 1px;*/	
}

*html #submenu{
	width: 960px;
}

#submenu1{
	margin-left: 10px;
}

*html #submenu1{
	margin-left: 20px;
}

#subtext{
	padding-top: 6px;
	/*width: 120px;*/
	margin-left: 20px;
	_margin-left: 15px;
	text-align: center;
	display: block;
	float: left;
	text-transform: uppercase;
	/*border: #fff solid 1px;*/
}

#subtext a:hover{
	text-decoration: underline;
}

.sublink{
	color: #222222;
	text-decoration: none;
	font-size: 10px;
}

.sublink-active{
	color: #003366;
	text-decoration: underline;
	font-size: 10px;
}

#content-top{
	margin: 0 auto;
	height: 39px;
	width: 950px;
	background: url(images/bg-top.jpg) no-repeat;
}

#content-bottom{
	margin: 0 auto;
	height: 39px;
	width: 950px;
	background: url(images/bg-bot.jpg) no-repeat;
}

#content-wrapper{
	width: 950px;
	margin: 0px auto 0px auto;
	/*border-right: #8c8979 dashed 1px;
	border-left: #8c8979 dashed 1px;*/
	background: url(images/bg-mid.jpg) repeat-y;
	background-position: center;
}

#ieee-bg{
	background: url(images/ieee-bg.gif) no-repeat;
	background-position: center;
	background-attachment: fixed;
	position: static;
	width: 100%;
	/*border: #000 solid 1px;*/
}

#content{
	width: 620px;
	_width: 610px;
	padding: 0px 20px 20px 20px;
	_padding: 0px 20px 20px 20px;
	margin: 0px 0px 10px 10px;
	_margin: 0px 0px 10px 5px;
	float: left;
	/*border: #fff dashed 1px;*/
	min-height: 350px;
	_height: 350px;
	color: #333333;
}

#right{
	float: right;
	margin: 10px 10px 10px 10px;
	width: 230px;
	border-left: #666666 dashed 1px;
	/*background: #928f7f;*/
	min-height: 350px;
	padding: 0px 10px 10px 10px;
	_height: 350px;
	/*background: url('images/right-bg.jpg') repeat;*/
	color: #bbbbbb;
}

a{
	color: #333300;
}

h3{
	color: #663333;
}

.photo{
	valign: top;
	align: center;
	width: 25%;
}

.profile{
	valign: top;
	text-align: justify;
	
}