html,body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	color: #FFFFFF;
	background: #C4E0F6;
}

a {
	color: #fff;
	text-decoration: none;
} 

a:hover,a:active,a:focus {
	color: #fff;
	text-decoration: none;
}

form { padding:0; margin:0; }

img { border: none; }

#wrapper {

	width	: 1024px;
	margin	: 0 auto;
	
}

#header {
	width: 100%;
	height: 92px;
	float 	: left;
	position: relative;
	background: #fff;
}

#header #logo {
	width: 176px;
	height: 45px;
	background: url(images/logo.gif) no-repeat;
	bottom: 14px;
	left: 31px;
	position: absolute;
}

#header #search {
	width: 375px;
	height: 67px;
	bottom: 8px;
	right: 38px;
	position: absolute;
}

#header #search #s_text {
	width		: 143px;
	height		: 15px;
	padding		: 5px;
	color		: #03285A;
	font-size	: 10px;
	border		: none;
	float 		: left;
	background: url(images/search_input.gif) no-repeat;
}

#header #search #s_button {

	width			: 37px;
	height			: 18px;
	background		: url(images/search_button.jpg) no-repeat;
	border			: none;
	float			: none; 
	display			: inline; 
	margin			: 0 0 0 5px;
	cursor			: pointer;
}

#header #search #s_title {

	color 			: #382A78;
	font-size		: 11px;
	line-height		: 20px;
	font-weight		: bold;
	float 			: left;
	margin-right	: 5px;
}

#header #search #s_title1 {

	color 			: #585858;
	font-size		: 15px;
	margin-top		: 23px;
	float 			: right;
}
#flow { float : left; background : #96C6EC; }
#left-side {

	float 	: left;
	width	: 214px;	
	min-height  : 690px;
	height      : auto !important;
	height      : 690px;
	padding : 20px 10px 0 0;	
}

#left-side .m_item {

	float 	: right;
	width	: 180px;
	height	: 36px;
	color 	: #03285A;
	padding	: 0 0 0 18px;
	text-transform:uppercase;
	line-height	: 37px;
	font-size	: 16px;
	margin-bottom : 5px;
	background		: url(images/menu_button.jpg) no-repeat;
}

#left-side a:hover.m_item, #left-side a.m_item.active {

	background		: url(images/menu_button_over.jpg) no-repeat;
}

#left-side .m_item.small {
	font-size	: 10px;
	padding	: 0 0 0 10px;
	width	: 188px;
}

#left-side .m_item.small2 {
	font-size	: 13px;
}


#left-side .m_sub {

	float : right;
	width	: 179px;
	margin	: 2px 0 10px 0;

}

#left-side .m_sub a {

	float 	: left;
	width	: 160px;
	color 	: #03285A;
	padding	: 0 0 0 19px;
	line-height : 22px;
	font-size	: 13px;
	background		: url(images/arrow.jpg) no-repeat left;
}

#left-side .m_sub a:hover {text-decoration: underline;}

#left-side #m_search {

	float 	: right;
	margin : 12px 0 14px 0;
	width	: 190px;
}

#left-side #m_search #m_text {
	width		: 150px;
	height		: 24px;
	padding		: 7px 6px 3px 6px;
	color		: #03285A;
	font-size	: 10px;
	border		: none;
	display			: block;
	background: url(images/m_search.jpg) no-repeat;
}

#left-side #m_search #m_button {

	width			: 62px;
	height			: 22px;
	background		: url(images/m_button.jpg) no-repeat;
	border			: none;
	display			: block;
	cursor			: pointer;
}

#content {

	float 	: left;
	width	: 800px;
	min-height  : 710px;	
	height      : auto !important;
	height      : 710px;
	background : #03285A;
	position	: relative;
}

#content.green {

	background : #F4F0A2;
}

#content #pic {

	float 	: left;
	width	: 100%;
	height	: 160px;
	
}

.pic1 {

	background		: url(images/pic1.jpg) no-repeat;
}
.pic2 {

	background		: url(images/pic2.jpg) no-repeat;
}
.pic3 {

	background		: url(images/pic3.jpg) no-repeat;
}
.pic4 {

	background		: url(images/pic4.jpg) no-repeat;
}
.pic5 {

	background		: url(images/pic5.jpg) no-repeat;
}
#content #text {

	float 	: left;
	font-size: 16px;
	color	: #fff;
	padding	: 25px 65px;
	letter-spacing: 1px;
	line-height: 22px;
}
#content #text.padd {

	padding : 25px 15px;
}
#content #text #mediaspace{

	margin-left: 35px;
	margin-top	: 60px;

}
#content #text a
{
	text-decoration	: underline;
}

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

#content #text.green {

	padding	: 24px 0 0 80px;
}
#content #text .c_img {

	float 	: left;
	margin  : 45px 80px 30px 0;
}

.right { float : right;}
.left { float : left;}

#content #warning {

	font-size 	: 11px;
	float : left;
	line-height: 16px;
	width		: 100%;
	margin-top : 30px;

}

#footer {

	float 	: right;
	width	: 801px;
	height	: 42px;
	background:#fff;
}


#footer a {

	float 	: left;
	color 	: #03285A;
	padding	: 0 0 0 19px;
	margin 	: 14px 0 0 20px;
	font-size	: 13px;
	background		: url(images/w_arrow.jpg) no-repeat left;
}

#footer a:hover {text-decoration: underline;}

#footer a.right {
	margin 	: 14px 20px 0 0;
	float 	: right;
}