/*
Design by Metamorphosis Design
http://www.metamohozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #30A6D1;
	width: 120px;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #30A6D1;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
	margin-top: 20px;
	background-color: #482C5D;
	background-image: none;
	background-repeat: no-repeat;
}

#content
{
	width: 733px;
	margin: 0px auto;
}

#main
{
width: 733px;
height: 14px;
background: url(images/top.png) no-repeat;
}

#back
{
	width: 733px;
	background: url(images/back.png) repeat-y;
}

#bottom
{
width: 733px;
height: 20px;
background: url(images/bottom.png) no-repeat;
}

#header {
	height: 350px;
	text-align: right;
}

#logo {
	width: inherit;
	height: 220px;
	text-align: left;
	padding-top: 60px;
	padding-left: 50px;
	background-image: url(Untitled.jpg);
}


#logo a {
	text-decoration: none;
	text-transform: none;
	font-style: normal;
	font-size: 24px;
	color: #ffffff;
	white-space: nowrap;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#logo H2 a
{
	font-size: 14px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


#menu
{
width: 760px;
height: 80px;
padding-left: 13px;
background: url(images/menu.png) no-repeat;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 120px;
	height: 30px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 15px;
}

#menu a:hover {
	width: 125px;
	height: 30px;
	color: #39F;
	text-decoration: none;
	background: url(images/menu_r.png) repeat-x;
	font-size: 12px;
	text-align: center;
}



#right
{
	width: 240px;
	float: right;
	margin-right: 20px;
}

#right H3
{
	width: 203px;
	height: 27px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 25px;
	padding-top: 15px;
	text-transform: uppercase;
	color: #066;
	background: url(images/title.png) no-repeat;
}

#right ul {
	list-style: none;
	margin-bottom: 10px;
	padding-top: 10px;
}

#right .title_back
{
	color: #F00;
	font-size: 14px;

}

#right li  {
	padding: 7px;
	padding-left: 20px;

}


#right a {
	color: #30A6D1;
}
#right a:visited {
	color: #03C;
	font-size: 12px;
}

#right p
{
	font-size: 12px;
	padding-left: 10px;
	color: #F00;
	font-style: italic;
}

.bot
{
padding: 10px;
}

#calendar {
	padding: 20px 10px 20px 10px;
}

#calendar table {
	width: 100%;
	text-align: center;
}

#calendar thead {

}

#calendar tbody td {
	border: 1px solid #F1F1F1;
}

#calendar #prev {
	text-align: left;
}

#calendar #next {
	text-align: right;
}

#calendar tfoot a {
	text-decoration: none;
	font-weight: bold;
}

#calendar #now {
	background: #696969;
	border: 1px solid #ff0000;
	font-weight: bold;
	color: #ffffff
}

#left
{
	width: 450px;
	margin-left: 20px;
}

#left H4
{
	margin: 0;
	padding: 0px;
	font-size: 12px;
	color: #039;
	text-align: left;
}

#left a
{
	color: #039;
	text-decoration: none;
	font-weight: bold;
	vertical-align: middle;
}

#left p {
	margin: 5px;
	padding: 0;
	font-weight: normal;
	color: #333;
	font-size: 12px;
	text-align: justify;
}

#left h2 {
	margin: 0;
	padding: 0;
	padding-top: 10px;
	color: #039;
	text-align: center;
}

#left ol, #left ul
{
margin-left: 30px;
}

.date {
	text-align: right;
	color: #30A6D1;
	font-size: 11px;

}

.date a {
	color: #30A6D1;

}




#footer {
	height: 144px;
	clear: both;
	padding-top: 30px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: left;
	color: #666666;
}

#footer a {
	color: #666666;
}
#content #back #left p strong em {
	font-size: 16px;
}
#content #back #left p strong {
	font-size: 18px;
}
#content #back #left ul li {
	text-align: justify;
}
#content #back #left h2 a {
	text-align: left;
}
#content #back #left h2 img {
	text-align: left;
}
#content #back #right .title_back p strong {
	color: #333;
}
#content #back #right .title_back p strong em {
	color: #333;
	text-align: left;
}

