html{
	background:#CCCCCC;
	}

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:150%;
	}

h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:150%;
	padding:0px 15px;
	}

a{
	font-weight:bold;
	color:#547796;
	text-decoration:none;
	}
	
a:hover{
	border-bottom: 1px solid #547796;
	}

body{
	background-image:url(images/topRight.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin:0px;
	padding:0px;
	text-align:center;
	}

body.blue{
	background-image:url(images/topRightBlue.gif);
	}
	
#frame{  /*homepage only*/
	width:700px;
	margin:0 auto;
	}
	
#content{   /*everything else*/
	text-align:left;
	width:650px;
	border-left:25px solid black;
	border-right:25px solid black;
	border-bottom:25px solid black;
	margin:0 auto;
	background:#FFFFFF;
	}
	
#content img{
	border:none;
	}
	
#content img.b{
	margin:0 auto;
	border:3px solid black;
	}
	
#content p{
	padding:0px 15px;
	}