body {
	font: 76% sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #000000;
	color: #333;
}
a:link, a:active {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
p {
	margin: 1em 0;
	line-height: 15px;
}
strong, b {
    font-weight: bold;
    font-style: normal;
}
em, i {
    font-weight: normal;
    font-style: italic;
}
h1 {
	font-size: 1.85em;
	margin: 0 0 0.75em 0;
}
h2 {
    font-size: 1.4em;
    font-weight: bold;
}
h3 {
	font-size: 1.15em;
	margin: 0.75em 0;
}
ul, li {
	list-style: disc inside;
}
ul {
	margin-left: 1.5em;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}
td {
	text-align: left;
	padding: 4px 0;
}
tr.alt td {
	background-color: #eee;
}
dt {
	font-size: 1.15em;
}
dd {
	margin: 0 0 0.75em 0;
}
img {
	border-width: 0;
}
code {
	font-size: 1.25em;
	display: block;
	border: 1px solid #000;
	padding: 10px 15px;
	background-color: #FEF3CB;
}
* html code {
	font-size: 1em;
}

#logo {
	height:90px;
}

.success {
	
	padding:10px;
	background-color: #fafafa;
	border: solid 1px #000;
	color: #333;
	font-weight: bold;
}

/* NAV */
#nav {
	margin: 0;
	padding: 0px;
	background-color: #000000;
	overflow: hidden;
	height: 30px;
}
ul#nav,
#nav li {
	list-style-type: none;
}
#nav li {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#nav a {
    text-transform: uppercase;
    font-weight: bold;
	margin-right:2px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
    float: left;
    display: block;
}
#nav a:link, #nav a:visited {
	border: 1px solid #FFF;
	background-color:#000;
	text-decoration: none;
	color: #FFF;
}
#nav a:link.current, #nav a:visited.current, #nav a:hover {
	border: 1px solid #000;
	background-color: #FFF;
	text-decoration: none;
	color: #000;
}


/* NAV I */
#navi {
	margin: 0;
	padding: 0px;
	overflow: hidden;
	height: 30px;
}
ul#navi,
#navi li {
	list-style-type: none;
}
#navi li {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}

#navi a {
    text-transform: uppercase;
    font-weight: bold;
	margin-right:2px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
    float: left;
    display: block;
}
#navi a:link, #navi a:visited {
	border: 1px solid #333;
	background-color:#A07712;
	text-decoration: none;
	color: #ffffff;
}
#navi a:link.current, #navi a:visited.current, #navi a:hover {
	border: 1px solid #333;
	background-color: #A07712;
	text-decoration: none;
	color: #333;
}


/* SUBNAV */
#subnav {
	margin: 0;
	padding: 0px;
	margin-bottom:10px;
	/* background-color: #e6e7e7; */
	overflow: hidden;
	height: 20px;
	font-size: .9em;
}
ul#subnav,
#subnav li {
	list-style-type: none;
}
#subnav li {
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
#subnav a {
        text-transform: uppercase;
        font-weight: bold;
	margin-right:2px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
        float: left;
        display: block;
}


#subnav a:link, #subnav a:visited {
	border: 1px solid #fff;
	background-color:#000;
	text-decoration: none;
	color: #fff;
}
#subnav a:link.current, #subnav a:visited.current, #subnav a:hover {
	border: 1px solid #000;
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

#header_wrapper {
	height: 140px;
	background-color: #000000;
	border-bottom: 4px solid #333;
}

#content_wrapper {
	background-color: #DADADA;
}

#footer_wrapper {
	width:100%;
	height: 12px;
	background-color: #e6e7e7;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container .on {
	color: green;
	font-weight: bold;
}


#container .off {
	color: red;
	font-weight: bold;
}

/* ADMIN - LEFT PANEL */
.left {
	width:145px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid #efefef;
	background-color: #fafafa;
}
.left h1 {
	font-size: .95em;
	margin: 0.15em 0 0;
	padding-bottom: 4px;
	border-bottom: 2px solid #ccc;
}
.left ul, .left li {
	list-style: disc inside;
	font-size: .95em;
}
.left ul {
	margin-left: .5em;
	padding: 0;
}
.left li {
	margin: 0;
	padding: 0;
}

/* ADMIN - RIGHT CONTENT */
.right {
	width:605px;
	padding-left:10px;
}

.footer {
	text-align:left;
	color: #000000;
	font-size: 11px;
}
.footer a:link, .footer a:visited {
	text-decoration: none;
	color: #990000;
}
.footer a:link.current, .footer a:visited.current, .footer a:hover {
	text-decoration: underline;
	color: #990000;
}

/* FORMS */
form {
	margin: 0;
	padding: 0;
}
fieldset {
	border-width: 0;
	margin: 1.2em 0;
	padding: .5em;
}
label span {
	display: block;
	font-size: .9em;
	padding: .4em;
	font-weight:bold;
}
form input {
	margin-left: .5em;
}
form textarea {
	margin-left: .5em;
	width: 300px;
	height: 150px;
	color: #666;
}
.txtInput {
	width: 300px;
	height:20px;
	color: #666;
	font-size: .75em;
}
.txtInput {
	width: 300px;
	height:18px;
	color: #666;
	font-size: 1.15em;
}
.txtInputClear {
	margin:25px;
	width: 450px;
	height: 22px;
	color: black;
	font-weight:bold;
	font-size: 1.15em;
	border:0;
}
input.image {
    vertical-align: middle;
    position: relative;
    top: -2px;
}
.txtInput1 {
	width: 500px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtInputPopupID {
	width: 40px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtInput2 {
	width: 50px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtInput3 {					/* city location - bio */
	width: 200px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtInput4 {					/* school name - bio */
	width: 340px;
	height: 18px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtAreaBulk1 {
	margin-left:5px;
	width: 600px;
	height: 400px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtAreaBulk2 {
	margin-left:5px;
	width: 500px;
	height: 75px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.txtAreaBulk3 {
	margin-left:5px;
	width: 600px;
	height: 75px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.fileInput1 {
	width: 500px;
	height: 22px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}
.dateSelecter {
	height: 22px;
	color: #666;
	font-family:sans-serif;
	font-size: .95em;
}


.review {
	margin:0;
	padding:1em;
	text-align: left;
	background-color:#fff;
	border: 1px solid #333;
}
