html {
    font-family : Verdana, Arial, "Times New Roman";
    background-color : #FFFFFF;
}

img {
    border : 0px;
}

a, a.email_text {
    text-decoration : underline;
}

a.email_text {
    color : #FFFFFF;
}

a:hover {
    text-decoration : none;
}

table {
    border-collapse: collapse;
}

table.top, body {
    border-collapse: collapse;
    margin-top : 0px;
    text-align : center;
    width : 100%;
    padding-top : 0px;
}

td, tr {
    border : 0px;
    padding : 0px;
    width : 0px;
}

table.title {
    border-left : 1px solid #003366;
    border-right : 1px solid #003366;
    border-bottom  : 1px solid #003366;
    width : 800px;
    margin-top : 0px;
    margin-left : auto;
    margin-right : auto;
    padding : 0px;
    border-collapse: collapse;
}

td.body_title{
    text-align : center;
    width : 100%;
}

li.list {
    font-size : 12px;
}

p {
    padding-left : 50px;
    padding-right : 50px;
    font-size : 12px;
}

p.layout1, p.layout2, p.layout3, p.layout1_right, form, table.contact, p.data_pro {
    padding-left : 0px;
    padding-right : 5px;
    font-size : 12px;
}

p.data_pro {
    font-size : 10px;
    color : #808080;
}

td.people {
    font-size : 12px;
    vertical-align : top;
}

td.picture {
    font-size : 12px;
    vertical-align : top;
    padding : 5px;
}


p.layout1_right {
    text-align : right;
    color : red;
}

p.layout2 {
    text-align : center;
}

p.layout3 {
    text-align : left;
    padding : 10px;
    font-size : 12pt;
}

td.title, td.title_words {
    vertical-align : middle;
    text-align : center;
}

td.title_words {
    background-color : #003366;
   /*border-bottom : 1px dashed #B2B2B2;*/
}

table.main_body, table.left_main {
    border-collapse: collapse;
    border : 0px solid #000000;
    width : 100%;
    vertical-align : top;
}

td.left_main {
    width : 800px;
    vertical-align : top;
}


td.right_main {
    width : 200px;
    vertical-align : top;
    text-align : center;
    background-color : #6699CC;
    color : #FFFFFF;
}

tr.menu {
    background-color : #003366;
    color : #FFFFFF;
    width : 1000px;
    vertical-align : top;
}

td.menu, td.right_main, td.body {
    padding : 5px;
    vertical-align : top;
}

td.bottom {
    background-color : #003366;
    color : #FFFFFF;
    font-size : 8pt;
    padding : 3px;
    text-align : center;
}

td.icon {
    width : 100px;
}

td.body_title2 {
    width : auto;
    font-family : Tahoma, Verdana, Arial, "Times New Roman";
    font-size : 19pt;
    text-align : left;
    text-transform : capitalize;
}

p.faq_question, a.faq_question {
    color : red;
    font-weight : bold;
    padding-left : 0px;
    padding-right : 5px;
    font-size : 12px;
}

#icon_box {
    border : 1px solid #003366;
    padding : 15px;
    background-color : #FFFFCC;
    margin : 15px;
    font-size : 11px;
    width : 150px;
}

#verse {
    font-size : 10pt;
    font-style : italic;
    text-align : center;
    color : #FFFFFF;
}

#right_box {
    text-align : center;
    color : #FFFFFF;
    font-size : 10pt;
    margin-bottom : 5px;
    padding : 5px;
}

hr {
    border : 1px solid #FFFFFF;
}

hr.black {
    border : 1px solid #000000;
}

a.email_text {
}

#email_text {
    color : #FFFFFF;
    font-size : 10px;
    text-align : center;
    padding : 5px;
}

#small_news {
    color : #FFFFFF;
    font-size : 10px;
    text-align : left;
    padding : 3px;
}

table.news, table.people {
    width : 600px;
    margin-bottom : 10px;
}

th.news, td.news{
    padding : 5px;
    font-weight : normal;
    font-size : 10pt;
}

th.news{
    background-color : #E4E3C7;
    border-bottom : 1px solid #003366;
}

td.news{
    width : 100%;
}

td.news_b{
    padding : 1px;
    font-size : 8pt;
    width : 100%;
    border-top : 1px dashed #003366;
}

a.news {
    color : #000000;
}

/* Menu style stuff */

#nav a {
	font-weight: bold;
    font-size : 10px;
	color: #FFFFFF;
}

#nav a {
	text-decoration: underline;
}

#nav a:hover {
	text-decoration: none;
}

#nav li.menu li.menu a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.2em 8px;
}

#nav li.menu li.menu a:hover {
	padding: 0.2em 8px;
	border-width: 0 5px;
}

li.menu {
	float: left;
	position: relative;
	width: 9em;
	text-align: left;
	cursor: default;
	background-color: #003366;
	border-width: 1px 0;
    text-decoration : underline;
    text-transform : capitalize;
    
}

li.menu ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: #003366;
	padding: 0.5em 0 1em 0;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

li.menu>ul {
	top: auto;
	left: auto;
}

li.menu li.menu {
	display: block;
	float: none;
	background-color: #003366;
	border: 0;
}

li.menu:hover ul, li.menu.over ul {
	display: block;
}

#top_menu {
    color : red;
}

/* End of menu styles */
