HTML,BODY,
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;
 }

body
{
	background-color : #FFFFFF;
	color : #000000;
	margin : 50px 7%;
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 85%;
	line-height: 130%;	
}

td
{
	font-family : Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size : 85%;
	line-height: 130%;
	vertical-align: top;
	
}

i, em
{
	font-family : "Times New Roman", Times, serif;
	font-size : 105%;
}

p
{
	margin-top : 0ex;
	margin-bottom : 1.8ex;
}

p.topcomment
{
	margin-top : 0ex;
	margin-bottom : 1ex;
}

p.screenshot
{
	text-align : left;
}

p.great
{
	margin-top : 5ex;
	margin-bottom : 5ex;
}

p.botgreat
{
	margin-bottom : 6ex;
}

p.supergreat
{
	padding-left: 9px;
	border-left: 2px solid #970909;
	margin: 5ex 0px 5ex 0px;
}

ul 
{
	padding: 0px;
	margin: 0px 0px 0px 18px;
}

ul li 
{
	padding-left: 11px;
	background: url(../i/list.gif) no-repeat 0px 0.50em;
	margin: 0.7ex 0px 0.7ex -18px;
	list-style-type: none;
}

ul ul li 
{
	padding-left: 13px;
	background: url(../i/list2.gif) no-repeat 0px 0.55em;
	margin: 0.7ex 0px 0.7ex -18px;
	list-style-type: none;
}

ol li 
{
	margin: 0.7ex 0px 0.7ex 23px;
}
ol ol li 
{
	margin: 0.7ex 0px 0.7ex 40px;
}

ol ul li 
{
	padding-left: 13px;
	background: url(../i/list2.gif) no-repeat 0px 0.55em;
	margin: 0.7ex 0px 0.7ex 0px;
	list-style-type: none;
}

h1
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight : normal;
	font-size : 400%;
	color: #1161A9;	
	position: relative;
	z-index:2;
	left:-4px;
	line-height: 90%;
}

.motto {
	color:#cfdfed;
	
}


h2
{
	margin-top: 3ex;
	margin-bottom: 1.3ex;
	font-weight : normal;
	font-size : 145%;
	position: relative;
	z-index:2;
	left:-1px;
}

h3
{
	margin-top: 3ex;
	margin-bottom: 1.7ex;
	font-weight : bold;
	font-size : 100%;
}


a
{
	color: #1161A9;	
	text-decoration : underline;
}

a:visited
{
	color: #824387;	
	text-decoration : underline;
}

a:hover
{
	color : #970909;
	text-decoration : underline;
}

a.novis
{
	color: #1161A9;	
}
a.novis:visited
{
	color: #1161A9;	
}
a.novis:hover
{
	color : #970909;
}

a.black
{
	color: Black;
}
a.black:visited
{
	color: Black;
}
a.black:hover
{
	color : #970909;
}

a.blackvis
{
	color: Black;
}
a.blackvis:visited
{
	color: #824387;	
}
a.blackvis:hover
{
	color : #970909;
}

a.grayvis
{
	color: #6a737b;
}
a.grayvis:visited
{
	color: #824387;	
}
a.grayvis:hover
{
	color : #970909;
}


a.blacktext
{
	color: Black;
	text-decoration : none;
}
a.blacktext:visited
{
	color: Black;
	text-decoration : none;
}
a.blacktext:hover
{
	color : #970909;
	text-decoration : none;
}



/* ------------------------------------------------- */

#global
{
	/*width: 100%;*/
	max-width: 1100px;
	//width: expression(document.body.clientWidth > 1100 ? "1100px" : "100%");
}

#global td.left {
	padding-right: 3%;
	width: 47%;
}

#global td.right {
	padding-left: 3%;
	width:  47%;	
}

#people li
{
	padding-left: 0px;
	background: url(../i/0.gif) no-repeat 0px 0.50em;
	margin: 0.7ex 0px 0.7ex -18px;
	list-style-type: none;
	color: #ACADB9;
}
#people li strong
{
	color: black;
	font-weight: normal;
}

.photo img {
	border: 1px solid #1161a9;
	margin: 0 12px 12px 0;	
}



