/* common styles
----------------------------------------------- */
body {
	background: #333;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	padding-top: 25px;
	color: #333333;
}
/* layout
----------------------------------------------- */

.movieright {
	margin: 10px;
}

#container {
	position: relative;
	/*background: #fff;*/
	background: #EFEDE1;
	margin: 2px auto;
	padding: 0px;
	width: 750px;
	border: 1px solid #333;
	background-image: url(/images/background-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 200px;
}
#mission {
	background: transparent;
	padding: 2%;
	/*border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;*/
}
#footer {
	margin: 25px 0 0 0;
	height: 1.5em;
	text-align: right;
	border-top: 1px solid #333;
	color: #666;
	font-size: 10px;
	padding: 0 0px 0 0;
	text-align: center;
}

#footer span {
	margin: 0px 5px 0px 5px;
}

#linkList {
	width: 100%;
	background-color: #152177;
	color: white;
	border: 0px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: center;
}

#menuBar {
	width: 100%;
	border: 0px;
	text-align: center;
	background-image: url(/images/button-bg.gif);
	background-repeat: repeat-x;
}

#menuTable {
	width: 100%;
}
#menuTable, #menuTable tr {
	padding: 0px;
	margin: 0px;
}

#menuTable, #menuTable tr, #menuTable tr td {
	border-collapse: collapse;
	border: 1px solid #000;
}

#menuTable tr td {
	padding: 4px;
}

#menuTable a {
	color: white;
	font-family: Georgia, "Times New Roman", sans-serif;
	font-weight: bold;
	font-size: 0.7em;
}


/* header
----------------------------------------------- */
#pageHeader {
	height: 167px;
	margin: 0;
	background-color: #000;
	}
#pageHeader h1 {
	display: none;
	}
/* text
----------------------------------------------- */
p {
	font-size: 12px;
	padding: 5px 5px 10px 5px;
	margin: 0;
	line-height: 16px;
}
.left {
	margin-left: 20px;
	margin-top: 10px;
	display: block;
}
/* headings
----------------------------------------------- */
#mission h1, h3 {
	margin: 0px 0 0 0;
	padding: 0px;
}
#mission h3, #maincol h1 a {
	color: #333333;
	margin-top: 0;
}
#mission h1, h3 {
	font: normal 200%/1em  Georgia, "Times New Roman", sans-serif;
}

#mission h2 {
	font: normal 180%/1em  Georgia, "Times New Roman", sans-serif;
}

#mission h1, h3, h2 {
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 10px;
}



#mission h1, h3 strong {
	font-weight: normal;
}
/* lists
----------------------------------------------- */
ul, ol {
	font-size: 10pt;
}
#linkList ul {
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	display: inline;
	padding: 0px;
	width: 100%;
	text-align: center;
}
#linkList ul li {
	background: transparent;
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
	list-style: none;
	display: inline;
	font-weight: bold;
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", sans-serif;
	text-align: center;
}
#linkList #lselect {
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
}
#count ul li {
	margin-bottom: 4px;
}
/* links
----------------------------------------------- */
a, a:link, a:visited {
	color: #3341A6;
	font-weight: normal;
}
a:hover {
	color: #3341A6;
	font-weight: normal;
}
#linkList a, #linkList a:link, #linkList a:visited {
	/* color: #3341A6; */
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#linkList a:hover {
	/* color: #7983C9; */
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#linkList a.c, #linkList a.c:link, #linkList a.c:visited {
	/* color: #152177; */
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#linkList a.c:hover {
	/* color: #7983C9; */
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
