body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
.clr{
	clear:both;
	width:1px;
	height:1px;
	margin-left:-1px;
	line-height:1px;
}
/*//////////CONTENT STYLING*/
body{
	background-color:#e2e2e2;
	font:normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
}
#master{
	position:relative;
	margin:0 auto;
	width:798px;
}
/*///////HEADER*/
#header{
	position:relative;
	padding:0 0 10px 0;
	text-align:center;
	z-index:2;
}
#header img{
	border:none;
}
.topNav{
	text-align:center;
	padding:10px 0 0 0;
}
.topNav li{
	display:inline;
	padding:0 2px;
}
.topNav li a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	padding:11px 5px;
	border:1px solid #dfdfdf;
	border-bottom:none;
}
.topNav li a.active{
	background-color:#F6F6F6;
	color:#000000;
}
.topNav li a:hover{
	color:#FF3596;
	background-color:#ECECEC;
	border:1px solid #ccc;
	border-bottom:none;
}

/*///CONTENT*/
#content{
	position:relative;
	background-color:#F6F6F6;
	width:778px;
	padding:10px;
	border-top:1px solid #CCC;
	border-bottom:3px solid #CCC;
}
#content p{
	padding:7px 0;
}
/*/////FOOTER*/
#footer{
	font-size:10px;
	text-align:center;
	padding:10px 0;
}
/*//////////////TEXT*/
h2{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
h3{
	font-size:16px;
	font-weight:bold;
	color:#333;
}
h4{
	font-size:14px;
	font-weight:bold;
	color:#333;
}
#content a{
	text-decoration:underline;
	color:#444499;
	font-weight:BOLD;
}
#content a:hover{
	text-decoration:none;
	color:#994444;
}