   /* 
 Layout 
 */

body{
	cursor: default;
	font: 12px "Trebuchet MS", "Georgia", Sans-Serif;
	text-align: center;
	background: #97D4E4;
	color: #97D4E4;
	line-height: 13px;
}


#container { 
	width: 700px; 
	background: #ffffff;
	border: 14px solid #ffffff;
	}


.content  {
	width: 700px;
	text-align: justify;
	margin: 0 0 0 0;
	background: #D4D7D7;
	padding: 3px;
}

.spacer {
	width: 700px;
	height: 5px;
	line-height: 5px;
}

.topimage {
	border: 1px solid #D4D7D7;
}

.packages {
	background: #C0E5EE;
	padding-top: 6px;
	padding-bottom: 6px;
	width: 700px;
}



   /* 
 Menu 
 */

.menu {
	width: 700px;
	background: #D2E86C;
	font-size: 10px;
	line-height: 19px;
	color: #ffffff;
	font-weight: bold;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #4187CA;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-decoration: none;
}

.menu a:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.submenu {
	width: 700px;
	background: #C0E5EE;
	font-size: 10px;
	line-height: 19px;
	color: #ffffff;
	font-weight: bold;
}

.submenu a:link, .submenu a:visited, .submenu a:active {
	color: #4187CA;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	font-decoration: none;
}

.submenu a:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}



   /* 
 Text 
 */

h1{
        color: #4B7AC1;
	font-size: 15px;
	line-height: 17px;
	background: #DDDDDD;
}

h2{
        color: #A6A6A6;
	font-size: 14px;
	line-height: 16px;
}

.content, .content p, p, td {
   	color: #313131;
   	font-family: "Trebuchet MS", Georgia, serif;
   	font-size: 12px;
   	letter-spacing: 0;
   	line-height: 13px;
   	text-decoration: none;
   	text-align: justify;
}



    /* 
 Pretty 
  */

ul, li, li li {
   	margin-left: 0px;
	margin-top: 0px;
   	padding: 1px;
   	list-style-type: none;
   } 

ul.commentlist, li, li li {
   	margin-left: 0px;
	margin-top: 0px;
   	padding: 1px;
   	list-style-type: none;
   } 

.content a:link, .content a:visited, .content a:active {
	color: #4B9AF9;
	font-weight: bold;
	text-transform: uppercase;
}

.content a:hover {
	color: #43CCF1;
	font-weight: bold;
	text-transform: uppercase;
}

b, strong {
	color: #DA2A2A;
	text-transform: uppercase;
}

i {
	color: #6D6D6D;
}

u { 
	color: #ffffff;
}

textarea, input, select{
	font-family: Tahoma, "Trebuchet MS", Georgia, serif;
	font-size: 11px;
    	color: #225585;
   	text-align: justify;
 	font-weight: normal;
   	background: #A6A6A6;
    	border: 1px solid #4187CA;
	padding: 2px; 
}

.center {
   	text-align: center;
}