* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size: 12px;
	color: #535772;
	line-height:16px;
	letter-spacing:0;
	padding: 0;
	margin: 0px 0px 12px 0px;
}

h1,h2,h3 {
	margin-bottom:14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-style: normal;
	font-weight:bold;
	font-variant: small-caps;
	font-weight:bold;
	text-align:left;
	text-indent:20px;
	line-height:1;
	margin-bottom:14px;
	letter-spacing:3px;
	color:#9F2063;
}

h1 {
	font-variant:normal;
	letter-spacing:2px;
	text-indent:20px;
	font-size:17px;
}

h2 {
	font-variant:small-caps;
	text-indent:0px;
	font-weight:normal;
	font-size:14px;
	margin:0px;
	padding:5px 0px;
}

h3 {
	font-size: 13px;
	letter-spacing:1px;
	text-indent:5px;
	text-align:left;
	margin:7px 0px;
}

h3 a{
	text-align:left;
}

p{
	margin-bottom: 10px;
}
#page_w{
	background:url(../images/page_bg.jpg) repeat-x left top;
}

#page_iw{
	background:url(../images/page_bg1.jpg) no-repeat left top;
}

img { border: none; }

a {
	color: #41455f;
	text-decoration:none;
}

a:hover {
	text-decoration: none;
	color : #9F2063;
}

#wrap {
	margin:0 auto;
	width:800px;
	position:relative;
}

#header {
	/*background: #fff url(../images/page_img.jpg) no-repeat;*/
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	/*height: 220px;*/
}

#header #logo {
	width:320px;
	padding:20px 0px;
	float:left;
}

#header #page_headertext{
	float:right;
	width:460px;
}

#menu {
	background:transparent url(../images/menu_bg.jpg) no-repeat scroll 0 40%;
	height:36px;
	padding-left:10px;
}

#fmenu {
	color:#DDD;
	height:20px;
	position:absolute;
	right:0px;
	top:0px;
}

#menu a,#fmenu a{
	letter-spacing:0px;
}

#menu ul{
	padding-top:8px;
}

#fmenu ul{
	padding-top:0px;
}

#menu li,#fmenu li {
	float:left;
	list-style-type:none;
}
#menu li a {
	display:block;
	padding:0 10px;
	line-height:15px;
	border-left:1px solid #DDD;
	text-decoration:none;
	color: #fff;
}

#fmenu li a {
	display:block;
	padding:0 10px;
	line-height:15px;
	border-left:1px solid #DDD;
	text-decoration:none;
	color: #AAA;
}

#menu li a:hover,#fmenu li a:hover{
	color:#DDD;
	text-decoration:none;
	/*background: #41455F url(../images/menuover.jpg) repeat-x;*/
}

#content { 
	clear:both;
	padding: 0px;
	position:relative;
	/*background: #fff url(../images/content.jpg) repeat-y;*/
}

#contentbody ul {
	list-style-type:disc;
	padding: 0 0 10px 15px;
}
#contentbody ul li {
	padding: 2px 0 3px 5px;
	font-weight:bold;
}

#contentbody ul li a {
	color: #41455f;
	font-weight: 100;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

#contentbody ul li a:hover { color : #9F2063; }

#contentwraper {
	background:#FFFFFF url(../images/content.jpg) repeat-y scroll 0 0;
	width:800px;
	padding:0px;
}

#left {
	padding: 0px;
	width: 560px;
	float: left;
	font-size: 12px;
	text-align: left;
}

#right {
	padding: 20px 0;
	width: 220px;
	float: right;
}

#right h2 { border: none; margin: 0;padding:0px 0 5px 10px;}
#right h2 a { font-size:13px; letter-spacing:0px; text-align:left;}
#right h3 a { padding:0px 0px 0px 20px; background:url(../images/orange.gif) no-repeat scroll 0% bottom;}
#right ul { list-style-type: none; padding: 10px 0 20px 20px; }
#right ul li { padding: 2px 0 3px 0; }
#right ul li a { padding:0px 0px 0px 10px; color: #41455f; font-weight: 100; display: block; text-decoration: none; font-size: 12px;  background:url(../images/bullet.gif) no-repeat scroll 0% center; }
#right ul li a:hover { padding:0px 0px 0px 10px; color : #9F2063; background:none}
#right ul li a.active { padding:0px 0px 0px 10px; color : #9F2063; background:none}

.label {
	font-variant:small-caps;
	font-weight:normal;
	font-style:normal;
	font-size:11px;
	letter-spacing:1px;
	text-indent:20px;
	color:#a8acb8;
	line-height:1;
}

.special {
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight:bold;
	font-style: normal;
	font-size:14px;
	font-variant:normal;
	color:#8184A5;
	line-height:1;
	margin-bottom:16px;
	letter-spacing:1px;
	text-indent:50px;
}

#wrap_footer {
	margin:0 -8px;
	width:816px;
	position:relative;
	clear:both;
}

#footer {
	font-size: 10px;
	color: #ccc;
	text-align: center;
	height: 70px;
	line-height: 30px;
	background: #fff url(../images/footer_bg.jpg) no-repeat;
}
#footer a { 
	color: #ccc;
	text-decoration: none;
}
#footer a:hover {
	color: #111; 
	text-decoration: underline; 
}

#copyright{
	padding-top:30px;
}

#bottom {
	height:20px;
	padding:0;
	position:relative;
}

.pjfulltext {
	width:560px;
	padding:0 0 30px;
	position:relative;
}
#pjresult {
	background-color:#EEEEFF;
	border:1px solid #DDDDFF;
	padding:5px 10px;
}

/* displaybox*/

.mask{
	position:relative;
	width:560px;
	height:260px;
	overflow:hidden;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	clear:both;
}

#displaybox{
	position:absolute;
	width:560px;
}

#displaybox h2 {
	padding-top:10px;
}

#displaybox .pjpreview{
	width:560px;
	height:260px;
	display:block;
}

.buttons{
	padding-top:10px;
	text-align:left;
	clear:both;
}
.projectbox {
	text-align:left;
}

.buttons span {
	color:#41455F;
	padding:0 5px;
	cursor:pointer;
	font:12px Verdana
}

.buttons span.active, .buttons span:hover {
	font-weight:bold;
	color:#9F2063;
}

/* Paging */
.pagerBar
{
	padding: 5px 0;
	margin: 0px;
	border: 1px none #CCCCCC;
	text-align:right;
}
.pagerBar a
{
	padding: 2px 6px;
	border: solid 1px #ddd;
	background: #fff;
	text-decoration: none;
	color: #41455f;
}
.pagerBar .seperator
{
	padding: 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}
.pagerBar .currentPage
{
	padding: 2px 6px;
	font-weight: bold;
	vertical-align: top;
	background: #fff;
	border: 1px solid #999;
}
.pagerBar a:hover
{
	color: #9F2063;
	background: #2D55A0;
	border-color: #036;
	text-decoration: none;
}
/* End Paging */

h1.htoggle, h2.htoggle, h3.htoggle {
	background:url(../images/bullet.gif) no-repeat 0 center;
	padding-left:15px;
	color: #41455f;
	cursor:pointer;
}

h1.htoggleavtive, h2.htoggleavtive, h3.htoggleavtive {
	background:none;
	padding-left:15px;
	color: #9F2063;
	cursor:pointer;
}

#right h1.htoggle,#right  h2.htoggle,#right  h3.htoggle {
	background:none;
	line-height:20px;
	padding-left:0px;
	cursor:pointer;
}

#right h1.htoggleavtive, #right h2.htoggleavtive, #right h3.htoggleavtive {
	background:none;
	padding-left:0px;
	color: #9F2063;
	cursor:pointer;
}
