/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                             LAYOUT                                          */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

html, body {
    margin:0px;
    padding:0px;
    background-color: #666;
    height: 101%;
    }
	
#wrapperOuter{
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	padding:0px;
	background-image: url(/images/background.gif);
	background-repeat: repeat-y;
	width:750px;
	font-size:0px;
	height:auto;
}

#wrapperInner{
    margin:0px;
    padding:0px;
	width: 750px;
}

#main{
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}

h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
    letter-spacing:.1em;
	padding-top: 6px;
	padding-bottom: 6px;
}

h2 {
	letter-spacing:0.05em;
	color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(/images/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 15px;
}

.feed {
	color: #fff;
	width:100%;
	text-align: justify;
	line-height: 20px;
	font-weight: normal;
	text-decoration: none;
}

.feed a {
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

.text, .text a {
	color:#fff;
	line-height:25px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.links, .links a {
	color:#fff;
	line-height:25px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.links:hover {
	text-decoration: underline;
}


.copyright, .copyright a, .copyright a:link, .copyright a:visited, .copyright a:hover, .copyright a:active {
	color:#333;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	padding-bottom: 20px;
}

.passportLarge img{
	margin-right: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.passportLarge {
	height: 250px;
}

.passportSmall {
	height: 50px;
}

.email {
	text-decoration: none;
}

.email:hover {
	text-decoration: underline;
}

.review {
	background-color: #36C;
}

.new {
	background-color: #F33;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                             MENU                                            */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#menuBar{
	margin: 0px;
	width: 100%;
	height: 32px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
}

#menuBar a.nav, a.nav:link, a.nav:visited, .thisPage{
	float:left;
	display:block;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#fff;
	line-height:32px;
	overflow:hidden;
	padding-right: 15px;
	padding-left: 15px;
  }
  
#menuBar a.nav:hover {
	color:#333; 
	background:#f33;
}

#menuBar a.nav:active, .thisPage {
	color:#f33; 
}

#menuBar .spacing {
	float:left;
	display:block;
	width:50px;
	height:32px;
	font-size:0px;
}

#imgBar{
	padding:0px;
	width: 100%;
	height: 80px;
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                                          T  E  M  P                                         */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
