*
{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 1em;
	font-family: arial, sans-serif;
	color: #FFFFFF;
}

html
{
	height: 100%;
}

body
{
	height: 100%;
	background: #000000 url(images/body_bg.png) repeat-y center top;
}

#page
{
	min-height: 100%;
	width: 800px;
	background: #000037 url(images/page_bg.png) repeat-y center top;
}

#header
{
	height: 115px;
	background: #0041EB url(images/header_bg.png) no-repeat center top;
	text-align: center;
}

#header h1
{
	font-size: 1.8em;
	font-weight: bold;
	padding-top : 25px;
}

#header h2
{
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
}

#menu
{
	float: left;
	width: 180px;
	margin-bottom: 15px;
}

#menu ul
{
	list-style: none;
}

#menu li a, .top-menu
{
	display: block;
	text-decoration: none;
	background: #0043F1 url("images/list_bg.png") left top no-repeat;
	width: 135px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold; 
	margin-top: 15px;
	border: 1px solid #0043F1;
}

#menu li a:hover
{
	color: #000000;
	background: #0043F1 url("images/list_bg.png") right top no-repeat;
}

.sub-menu
{
	font-size: 0.9em;
	width: 125px !important;
	padding-left: 25px !important;
	margin-top: 0px !important;
	background: #5A70ED !important;
}

.sub-menu:hover
{
	background: #C7CFFF !important;
}

#text
{
	float: left;
	width: 605px;
	text-align: justify;
	padding-bottom: 15px;
	padding-right: 15px;
}

#text h1
{
	margin-left: 0px;
	margin-top: 15px;
	font-size: 1.8em;
	font-weight: bold;
	padding-left: 20px;
	padding-right: 20px;
	border: 1px solid #0043F1;
	background: transparent url("images/h1_bg.png") left top no-repeat;
}

#text h2
{
	margin-left: 0px;
	margin-top: 15px;
	width: 460px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 1.3em;
	font-weight: bold;
	border-left: 1px solid #0043F1;
	border-bottom: 1px solid #0043F1;
	background: transparent url("images/h2_bg.png") left top no-repeat;
}

#text h3
{
	margin-top: 15px;
	margin-left: 20px;
	width: 370px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	font-weight: bold;
	border-left: 1px solid #0043F1;
	border-bottom: 1px solid #0043F1;
	font-size: 1.05em;
}

#text p{
	margin-top: 10px;
	line-height: 1.4em;
}

#text p:first-letter{
	margin-left: 50px;
	font-size: 1.4em;
}

.h3p
{
    padding-left: 20px;
}

#text a
{
    font-weight: bold;
    text-decoration: none;
}

#text a:hover
{
    text-decoration: underline;
}

.youtube{
    margin-left: 50px;
}

#footer
{
	height: 70px;
	background: #0041EB url(images/footer_bg.png) no-repeat center top;
	text-align: center;
}

#footer p
{
	padding-top : 25px;
}

.spacer
{
	clear: both;
	height: 0.1px;
}

table
{
    margin-left: 50px;
    border: 2px solid #FFFFFF;
    border-collapse: collapse;

}


th
{
    font-weight: bold;
}

th, td
{
    border: 1px solid #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    background: #838BCB;
}

.table_img
{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    background: #484F81;
}

/* Admin */

#admin
{
    background-color: #000000;
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
}

#admin a
{
    text-decoration: none;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    color: #666666;
}

#admin a:hover
{
    color: #FFFFFF;
}

#admin input
{
    cursor: pointer;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
    color: #666666;
    border: none;
}

#admin input:hover
{
    color: #FFFFFF;
}

#logout
{
    float: left;
}

input, textarea
{
    background-color: transparent;
    border: 1px solid #666666;
}

.frame
{
    text-align: center; 
    border: 2px solid #0043F1;
    background-color: #000037;
    width: 280px;
    font-weight: bold;
    padding: 10px;
}

.frame:first-letter{
	margin-left: 0px !important;
	font-size: 1em !important;
}
